Review Implementation banner
philadamson93 philadamson93

Review Implementation

Security community

Description

--- name: review-implementation description: Independent implementation audit of uncommitted code by Codex CLI against a plan doc, then *apply* agreed fixes to the code by default. Use after a non-trivial implementation completes, BEFORE invoking /commit-review. Invoked explicitly via `/review-implementation <path-to-plan> [<output-path>]`. Also offered proactively after substantial implementation work — gated by AskUserQuestion since not every change warrants a Codex audit. Runs `codex exec` ov

Installation

Installs to ~/.claude/skills/philadamson93-research-skills-review-implementation/SKILL.md

Terminal
mkdir -p ~/.claude/skills/philadamson93-research-skills-review-implementation && curl -fsSL https://raw.githubusercontent.com/philadamson93/research-skills/HEAD/commands/review-implementation.md -o ~/.claude/skills/philadamson93-research-skills-review-implementation/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository