🎯

requesting-code-review

🎯Skill

from norseboar/superpowers-cursor

VibeIndex|
What it does

Guides Claude through structured code review processes, ensuring thorough feedback on design, implementation, and potential issues.

πŸ“¦

Same repository

norseboar/superpowers-cursor(20 items)

requesting-code-review

Installation

Quick InstallInstall with npx
npx skills add https://github.com/norseboar/superpowers-cursor --skill requesting-code-review

Need more details? View full documentation on GitHub β†’

1Installs
-
AddedFeb 12, 2026

More from this repository10

🎯
dispatching-parallel-agents🎯Skill

Coordinates multiple Claude Code agents to work on different tasks simultaneously, enabling parallel execution of complex workflows.

🎯
condition-based-waiting🎯Skill

Handles async testing patterns by waiting for conditions to be met rather than using fixed delays.

🎯
executing-plans🎯Skill

Executes implementation plans in manageable batches, breaking down tasks into sequential steps for systematic code development.

🎯
receiving-code-review🎯Skill

Guides Claude through receiving and responding constructively to code review feedback with systematic techniques.

🎯
test-driven-development🎯Skill

Guides implementation through RED-GREEN-REFACTOR cycles, writing failing tests first before implementing features.

🎯
testing-skills-with-subagents🎯Skill

Tests Claude Code skills by executing them as subagents to verify functionality and catch integration issues.

🎯
sharing-skills🎯Skill

Enables Claude Code to create, test, validate, and distribute custom AI coding skills within the Superpowers ecosystem.

🎯
defense-in-depth🎯Skill

Implements layered security validation and error handling to catch issues at multiple levels before they reach production.

🎯
systematic-debugging🎯Skill

Guides through a 4-phase debugging process to systematically identify and resolve code issues.

🎯
testing-anti-patterns🎯Skill

Identifies and helps avoid common testing mistakes like brittle assertions, inadequate coverage, and flaky test patterns.