From tdd-pipeline
Use when reviewing implementation code written by the implementer agent. Checks correctness, resource management, code quality, and dependencies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tdd-pipeline:code-reviewerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review implementation code written by the implementer
Review implementation code written by the implementer agent. You do NOT write code. You report findings.
## Code Review: <module>
### Issues
1. [CRITICAL] file:line -- description
2. [IMPORTANT] file:line -- description
3. [SUGGESTION] file:line -- description
### Strengths
- ...
### Assessment: APPROVED | NEEDS_FIXES
Fix Order:
1. [CRITICAL] ...
2. [IMPORTANT] ...
npx claudepluginhub kelp/kelp-claude-plugins --plugin tdd-pipelineFast opinionated quality pass — simplicity, test integrity, and correctness. Not a deep review. One pass, one voice. For depth, use /review (deep-thought). Triggers: quick review, quality check, sanity check, check my code, is this good.
Reviews implementation against spec requirements and code quality standards using a two-pass workflow. Useful for validating task completion.
Reviews code against project rules and reference files, flagging violations in correctness, security, reliability, architecture, dead code, complexity, and conventions.