If you bought the AI Coder Pro Pack, here is the fastest setup:
1. Extract the ZIP
2. Copy the skills:
cp claude-code/SKILL.md ~/.claude/commands/code-review-pro.md
cp claude-code/tdd-skill.md ~/.claude/commands/tdd-workflow.md
3. Use them:
In Claude Code, type /code-review-pro
What happens:
- 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 TDD, type /tdd-workflow and describe what you want. Claude enforces Red-Green-Refactor: write a failing test first, minimal code to pass, then refactor.
The Codex and Gemini configs work the same way. Copy to the right directory and they auto-load.
Full setup guide included in the ZIP.