By drewdrewthis
Parallel code review with 4 agents: principles (SRP/design/readability), hygiene (reuse/patterns/idioms/dead code), test (pyramid/coverage), and security (PII/secrets). Orchestrator pre-fetches diff once, agents use task checklists.
Codebase-aware reviewer that checks for reuse, existing patterns, dead code, bloat, idioms, and boy scout rule. The core question: does this code fit well in the codebase?
Opinionated design reviewer focused on SRP, readability, extensibility, and simplicity. The core question: is this well-designed code that the next engineer can understand in 30 seconds?
Adversarial reviewer scanning for PII exposure, hardcoded secrets, and sensitive data leaks. The core question: can this code hurt someone?
Reviews tests for pyramid placement, coverage, naming, and quality. The core question: are these tests at the right level and testing the right things?
Skills and plugins for Claude Code.
As a plugin (recommended — gets you the multi-agent skills like /review and /quorum):
claude plugin add drewdrewthis/claude-skills
Individual skills (copy a single skill into your global skills directory):
cp -r <skill-name> ~/.claude/skills/
| Skill | Description |
|---|---|
/create-skill | Turn a workflow into a well-structured Claude Code skill |
/evolve-skill | Improve a skill based on how it just performed — patches friction, corrections, and missed steps |
/deep-reflect | Audit Claude session history (JSONL logs) for mistakes, failed patterns, and token waste |
/retro | Weekly engineering retrospective with commit analysis, quality metrics, and trend tracking |
/implement | Start implementation of a GitHub issue (/implement #123) |
/drive-pr | Drive a PR to mergeable state — fix CI failures, address review comments, loop until green |
/write-pr | Create a PR with a filled-in template |
Plugins bundle skills with dedicated agents and reference docs. Install them via claude plugin add.
Parallel code review with 4 specialized agents running concurrently, followed by persona-driven perspectives.
Agents:
Bundled docs: CODING_STANDARDS.md, TESTING_PHILOSOPHY.md
/review # review current diff
/review src/auth/ # focus on specific files
Debate a design question with N agents arguing different positions, then synthesize a recommendation. Includes a devil's advocate agent.
/quorum "Should we use Redis or Postgres for our job queue?"
/quorum "Monorepo vs polyrepo for our microservices"
claude-skills/
├── .claude-plugin/
│ └── marketplace.json # plugin registry
├── create-skill/SKILL.md
├── deep-reflect/
│ ├── SKILL.md
│ └── scripts/ # session analysis helpers
├── drive-pr/SKILL.md
├── evolve-skill/SKILL.md
├── implement/SKILL.md
├── retro/SKILL.md
├── write-pr/
│ ├── SKILL.md
│ └── docs/PR_TEMPLATE.md
└── plugins/
├── review/
│ ├── .claude-plugin/plugin.json
│ ├── agents/ # 4 reviewer agents
│ ├── docs/ # coding standards, testing philosophy
│ └── skills/review/SKILL.md
└── quorum/
├── .claude-plugin/plugin.json
├── agents/ # devil's advocate
└── skills/quorum/SKILL.md
Use /create-skill to scaffold a new skill, or see any SKILL.md in this repo for the format. After using a skill, run /evolve-skill <name> to tighten it based on what actually happened.
MIT
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub drewdrewthis/claude-skills --plugin reviewDebate a design question with N agents arguing different positions, then synthesize a recommendation.
Code review plugin with a standalone reviewer agent and two skill strategies: disposable subagents for one-shot reviews and persistent team members for iterative reviews
Code review practices with technical rigor and verification gates. Use for receiving feedback, requesting code-reviewer subagent reviews, or preventing false completion claims in pull requests.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.