mcpbeat

Comment Checker

code-yeongyu/comment-checker

Use when Codex needs to understand or respond to automatic comment-checker feedback emitted after an edit-like PostToolUse hook.

160 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
67138
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/code-yeongyu/oh-my-openagent --skill comment-checker

What it tells the agent to use

found in the instruction text
Write writes files
Edit edits files in place

The instruction itself

2 sections, as written by the author

Codex Comment Checker

The plugin registers a PostToolUse hook for successful apply_patch, write, edit, multi_edit, and multiedit calls.

When comment-checker reports a warning after a patch, Codex receives blocking feedback and should fix or explain the flagged comment before moving on.

Scope

  • No MCP tool is exposed.
  • Non-edit tools are ignored by this plugin.
  • Missing checker binaries emit no hook output so normal Codex work can continue.

How to use it

Copy the folder

Take code-yeongyu/comment-checker from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.