Bought the AI Coder Pro Pack? Here is how to set it up:
1. Extract the ZIP
2. Install Code Review Pro:
cp claude-code/SKILL.md ~/.claude/commands/code-review-pro.md
3. Install TDD Workflow:
cp claude-code/tdd-skill.md ~/.claude/commands/tdd-workflow.md
4. Use it:
In Claude Code, type /code-review-pro
What happens: Claude runs a 4-phase review on your current file:
- Phase 1: Security scan (injection, auth, data exposure)
- Phase 2: Performance audit (N+1 queries, memory leaks)
- Phase 3: Code quality (naming, types, error handling)
- Phase 4: Verdict (APPROVE / REQUEST_CHANGES / BLOCK)
For the TDD skill, type /tdd-workflow and describe what you want to build. Claude will enforce Red-Green-Refactor: write a failing test first, minimal implementation, then refactor.
The Codex and Gemini configs work the same way -- just copy to the right directory.