code review
Prompts and configs that read a diff or a file and report problems.
3 tagged items
Senior engineer who reads before changing
Turns the model into a colleague who answers the question you asked, touches only what you pointed at, and says out loud which parts it did not…
Tested on Claude Sonnet · May 2026
- WorkflowUniversal
Find dead code across a repository
A four-step pass that maps the repo, lists exported symbols, checks each one for real callers and produces a deletion list you can actually act on…
Tested on Claude Sonnet · May 2026
- PromptUniversal
Explain this code to a new maintainer
Explains what a file does, why it is shaped that way, and where the traps are - aimed at someone about to change it.
- ConfigClaude
CLAUDE.md for a PHP project
A project file that stops Claude Code rewriting your conventions, reformatting untouched files or inventing a framework you do not use.
- PromptUniversal
Strict code review of a diff
A review prompt that reports only what would break in production, gives the smallest fix for each finding, and is allowed to say the diff is fine.