clinton3141
- 5 skills
- 0 followers
- 1 day ago last updated
- ▌ Review All · clinton3141Comprehensive code review from all four perspectives: Chad (correctness/testing), Clive (performance/security), Jimmy (clean code), and Poindexter (architecture). Usage: /review-all [commit-hash] or /review-all (for staged/unstaged changes)
- ▌ Review Chad · clinton3141Correctness-focused code review. Evaluates linting, type safety, testing, and bugs. Ignores architecture and style unless they affect correctness. Usage: /review-chad [commit-hash] or /review-chad (for staged/unstaged changes)
- ▌ Review Clive · clinton3141Academic/technical review. Deep dive into algorithmic complexity, race conditions, security vulnerabilities, and database optimizations. Usage: /review-clive [commit-hash] or /review-clive (for staged/unstaged changes)
- ▌ Review Jimmy · clinton3141Clean Code review inspired by Martin Fowler and Robert C. Martin. Focuses on naming, function quality, code smells, and refactoring opportunities. Usage: /review-jimmy [commit-hash] or /review-jimmy (for staged/unstaged changes)
- ▌ Review Poindexter · clinton3141Architectural code review. Evaluates design patterns, SOLID principles, trade-offs, and high-level design decisions. Usage: /review-poindexter [commit-hash] or /review-poindexter (for staged/unstaged changes)