Comprehensive Review
A phased review that writes each stage to disk so later phases read files, not context memory.
Install
Claude Code: /plugin marketplace add wshobson/agents → /plugin install comprehensive-review@claude-code-workflows
Bir değişiklik mimari, kalite ve güvenlik açısından birlikte incelenirken ya da pull request açıklaması bulgulara göre yeniden yazılırken
- Author
- Seth Hobson
- License
- MIT
Three agents split the work — architecture, code quality, security — and the orchestrating command runs them in a fixed phase order under rules it states as non-negotiable. The design decision worth copying is that every phase writes its output into a review directory and the next phase reads that file instead of trusting whatever is still in the context window, which is the usual reason a long review contradicts itself near the end. State lives in a JSON file, so an interrupted run resumes at the phase it stopped on rather than starting over. Checkpoints halt and ask for approval before continuing, and any agent error stops the run instead of quietly proceeding with a gap. A second command turns the findings into a rewritten pull request description.
Similar skills
Code Review Excellence
SkillTurns pull request review into a repeatable checklist instead of taste.
Performance Testing Review
SkillPairs a performance engineer and a test automator behind a review that picks its own reviewers.
Incident Response
SkillRuns a resumable, file-backed incident workflow from triage through postmortem.

Comments(0)
Sign in to comment