Agent Skills: Codex Comment Checker

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

UncategorizedID: code-yeongyu/oh-my-opencode/comment-checker

Repository

code-yeongyuLicense: NOASSERTION
65,4675,341

Install this agent skill to your local

pnpm dlx add-skill https://github.com/code-yeongyu/oh-my-openagent/tree/HEAD/packages/omo-codex/plugin/components/comment-checker/skills/comment-checker

Skill Files

Browse the full folder contents for comment-checker.

Download Skill

Loading file tree…

packages/omo-codex/plugin/components/comment-checker/skills/comment-checker/SKILL.md

Skill Metadata

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

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.