Back to Skills
receiving-code-review
A process for responding to review feedback well — triage, address, and confirm — instead of blindly applying every comment. From Superpowers.
Code QualityBEGINNERby obra (Jesse Vincent)
Claude Codecode-reviewcollaborationworkflow
Key Information
Install / Load
/plugin install superpowers@claude-plugins-official
How This Skill Works
From the Superpowers library. Gives the agent a disciplined way to handle review feedback: categorize each comment (fix / discuss / decline-with-reason), apply changes coherently, and confirm resolution — rather than reflexively rewriting everything a reviewer mentions.
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.
requesting-code-review
A pre-review validation checklist the agent runs before asking for review, so reviewers get clean diffs. From the Superpowers library.