Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
Quick integration into your workflow with minimal setup
Active open-source community with continuous updates
MIT/Apache licensed for commercial and personal use
Customizable and extendable based on your needs
Download or copy the skill file from the source repository
Place the skill file in Claude's skills directory (usually ~/.claude/skills/)。
Restart Claude or run the reload command to load the skill
Tip: Read the documentation and code carefully before first use to understand functionality and permission requirements
All Skills from open-source community, preserving original authors' copyrights
obra__superpowers/skills/receiving-code-review/skill.mdProven benefits and measurable impact
Save time by avoiding trial-and-error fixes with a structured approach.
Prevent similar issues by addressing root causes rather than symptoms.
Help new developers debug efficiently with a repeatable framework.
Perfect for these scenarios
Debug failing pipelines by systematically tracing test failures to root causes.
Apply structured analysis to resolve live issues without breaking existing functionality.
Identify why new changes broke existing tests using hypothesis-driven debugging.
Uncover unexpected behavior in new features through step-by-step investigation.