Claude Cursor opencode Skill

comment-checker

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

LLM Mart · 0 points · 12 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download code-yeongyu-oh-my-openagent-packages_omo-codex_plugin_components_comment-checker_skills_comment-checker-70b9594.zip · 0 KB
Part of code-yeongyu/oh-my-openagent — 51 skills

Install

skills CLI npx skills add https://github.com/code-yeongyu/oh-my-openagent/tree/dev/packages/omo-codex/plugin/components/comment-checker/skills/comment-checker
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install code-yeongyu-oh-my-openagent@llmmart
Git git clone https://github.com/code-yeongyu/oh-my-openagent.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole code-yeongyu/oh-my-openagent collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

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.
Files (oh-my-openagent)
  • SKILL.md 640 B
    ---
    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.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related