Back to Skills
requesting-code-review
A pre-review validation checklist the agent runs before asking for review, so reviewers get clean diffs. From the Superpowers library.
Code QualityBEGINNERby obra (Jesse Vincent)
Claude Codecode-reviewqualityworkflow
Key Information
Install / Load
/plugin install superpowers@claude-plugins-official
How This Skill Works
From the Superpowers library. Before the agent submits work for review, it runs a self-checklist — diff is scoped, tests pass, no debug cruft, the description explains the why — so the human reviewer spends time on substance, not hygiene.
Installs as part of the Superpowers plugin.
Source
Maintained by obra (Jesse Vincent). Install and updates come from the official repository.
View on GitHub Related Skills
advanced-code-reviewer
Performs deep, structured code reviews covering correctness, security, performance, maintainability, and testing gaps. Outputs actionable patches and prioritized findings.
performance-optimizer
Finds and fixes real performance problems: N+1 queries, unnecessary renders, slow hot paths, and memory growth. Measures before and after — no cargo-cult optimization.
receiving-code-review
A process for responding to review feedback well — triage, address, and confirm — instead of blindly applying every comment. From Superpowers.