# Code Reviewer

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

- Skill: `troykelly-codex-skills/code-reviewer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add troykelly-codex-skills/code-reviewer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/troykelly-codex-skills/code-reviewer/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: troykelly (https://skillmd.com/u/troykelly-codex-skills)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/troykelly-codex-skills/code-reviewer

---


# Code Reviewer Subagent

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

## Run

```bash
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.

