Claude Code Deep Review
Description
A 14-lens iterative deep review methodology for Claude Code. Found 14 production bugs (2 ship-stoppers) in its first use.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
🔍 Deep Review: a 14-lens review loop for Claude Code
I review my own work fourteen times before I ship it, because one pass keeps missing things.
     
Claude Code is Anthropic's AI assistant for writing software, and this is one file you hand it. It reviews your work through fourteen different lenses, then keeps going until a whole pass finds nothing new.
The first time I ran it on a release it found **14 production bugs across 28 rounds**. Two would have broken every server call and every image upload on day one, and the review before had found neither.
Why I run fourteen lenses and not one
I was about to ship a release that had already been through a code review. Writing the test plan for it, I kept going back over the same work from a different angle each time, and new angles kept turning up what the earlier ones had missed. By the time I stopped there were fourteen production bugs, and two of them would have stopped the release.
Each angle catches a different *category* of problem, so I wrote the angles down as a skill so I'd never ship without running them, and this repo is that skill.
📋 The fourteen lenses, in the order they runRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11