troykelly

code-reviewer

Use when explicitly asked to run the code-reviewer subagent or when another skill requires the code-reviewer agent card.

troykelly 11 Updated 8mo ago
GitHub

Install

npx skillscat add troykelly/codex-skills/code-reviewer

Install via the SkillsCat registry.

About this skill

This skill invokes the code-reviewer subagent to perform specialized code review tasks. It accepts task context, scope constraints, and issue or PR references as input. Agents or developers should use it when explicitly requested to run a code review or when another skill depends on the code-reviewer agent card.

SKILL.md

Code Reviewer Subagent

Use the code-reviewer agent card to handle this specialized task.

Run

codex-subagent code-reviewer <<'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.