cy-impl-peer-review
Implementation Peer Review
Claude Opus pressure-tests an implementation diff via compozy exec. This skill runs that pressure-test only when the user explicitly asks for a review round after an implementation pass. It is decoupled from any PRD/task tracking system — the scope is the diff itself plus any optional context files the user names. The skill never auto-runs, auto-incorporates findings, auto-commits, or auto-loops additional rounds.
User Decisions
When this skill instructs the agent to ask whether to incorporate findings or run another round, it MUST use the runtime's dedicated interactive question tool — the tool or function that presents a question to the user and pauses execution until the user responds.
If the runtime does not provide such a tool, present the question as the complete assistant message and stop generating. Do not answer the question on the user's behalf.
Optional Inputs
All inputs are optional. Defaults make the common path cy-impl-peer-review with no arguments.
--files <path1,path2,...>— scope the review to explicit paths instead of the full branch diff.--context <path1,path2,...>— additional context files to feed Opus (e.g., a spec, ADR, design doc, RFC, README). The skill never assumes any of these exist.--base <git-ref>— base ref for the diff. Defaults tomain. Use--base HEAD~Nor--stagedfor narrower scopes.--out <dir>— output directory for round artifacts. Defaults to.peer-reviews/<UTC-timestamp>/at repo root.