Claude-skill-registry comment-analyzer
Use when asked to review code comments for accuracy/quality or explicitly asked to run the comment-analyzer subagent.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/comment-analyzer" ~/.claude/skills/majiayu000-claude-skill-registry-comment-analyzer && rm -rf "$T"
manifest:
skills/data/comment-analyzer/SKILL.mdsource content
Comment Analyzer Subagent
Use the
comment-analyzer agent card to handle this specialized task.
Run
codex-subagent comment-analyzer <<'EOF' [Provide the task context, scope, and any issue/PR numbers.] EOF
Notes
- Include concrete scope and constraints in the context block.
- Fold the subagent output back into the main workflow.