Code Review
Reviews diffs for correctness, security, and style before you open a PR. Flags risky changes, missing tests, and edge cases the author may have missed…
#review #quality #pr +1
Cursor, Claude Code, Windsurf +3
Restructures code in small, behavior-preserving steps with tests as a safety net. Extracts functions, renames, and removes dead code without breaking things.
#refactoring #cleanup #quality
Install
npx skills add https://github.com/obra/superpowers --skill refactoringDefault config location for each supported agent.
.agents/skills.claude/skills.windsurf/skills.cline/skills.agents/skills.github/skillsReviews diffs for correctness, security, and style before you open a PR. Flags risky changes, missing tests, and edge cases the author may have missed…
#review #quality #pr +1
Cursor, Claude Code, Windsurf +3
Roots out bugs with a hypothesis-driven loop — reproduce, isolate, instrument, and verify the fix. Stops the agent from guessing and patching symptoms…
#debugging #workflow #troubleshooting
Cursor, Claude Code, Windsurf +3