Code Quality Bundle
Review, refactor, double-check, SQL optimize, and governance audit — a full code quality pipeline.
About
The code quality toolkit: review-and-refactor, standalone refactoring, double-check adversarial review, SQL query optimization, and the governance audit hook for compliance. Keeps your codebase clean and auditable.
Tags
Included in this bundle (6)
Review and Refactor
Combined code review + refactoring pass — flag issues then propose concrete fixes you can apply.
Code Refactoring Assistant
Identify code smells and apply safe, mechanical refactorings preserving exact behavior.
Self-Review & Double Check
Re-read your last change with adversarial scrutiny — catch off-by-ones, missing edge cases, and silent failures.
SQL Query Optimizer
Analyze slow SQL queries, recommend indexes, rewrite for performance, and explain query plans.
Eval-Driven Development
Build AI features test-first using evals — define success criteria before writing prompts or model code.
Governance Audit
Audit user prompts for prompt injection, exfiltration attempts, and policy violations across the session.
Related Plugins
Full-Stack Developer Bundle
Everything a full-stack engineer needs: commits, security review, README, tests, MCP scaffolding, and GitHub integration.
Security Hardening Bundle
Layered security: code review, threat modeling, secret scanning, STRIDE analysis, and dangerous-command blocking.
# Install all skills in this bundle: curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/review-and-refactor/SKILL.md" -o ~/.claude/commands/review-and-refactor.md 2>/dev/null || true curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/refactor/SKILL.md" -o ~/.claude/commands/refactor.md 2>/dev/null || true curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/doublecheck/SKILL.md" -o ~/.claude/commands/doublecheck.md 2>/dev/null || true curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/sql-optimization/SKILL.md" -o ~/.claude/commands/sql-optimization.md 2>/dev/null || true curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/eval-driven-dev/SKILL.md" -o ~/.claude/commands/eval-driven-dev.md 2>/dev/null || true curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/governance-audit/SKILL.md" -o ~/.claude/commands/governance-audit.md 2>/dev/null || true
CustomAgent.app
@customagent-app