← all publishers

clinton3141

@clinton3141 source repo

5 published skills

  1. Review All · clinton3141
    Comprehensive 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)
    0
    installs
  2. Review Chad · clinton3141
    Correctness-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)
    0
    installs
  3. Review Clive · clinton3141
    Academic/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)
    0
    installs
  4. Review Jimmy · clinton3141
    Clean 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)
    0
    installs
  5. Review Poindexter · clinton3141
    Architectural 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)
    0
    installs