Skip to content
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Comprehensive Review logo
Skill

Comprehensive Review

A phased review that writes each stage to disk so later phases read files, not context memory.

0
SaveVisit website ↗

Install

Claude Code: /plugin marketplace add wshobson/agents → /plugin install comprehensive-review@claude-code-workflows
Triggers on

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.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar skills

Report this comment

Why are you reporting this?