requesting-code-review — code review automation requesting-code-review, superpowers, official, code review automation, ide skills, subagent driven development, code quality assurance, dispatch code reviewer, precise context evaluation, subagent code review, Claude Code

Verified
v1.0.0

About this Skill

Perfect for Development Agents needing rigorous code validation and review processes. requesting-code-review is a skill that enables developers to request code reviews, ensuring work meets requirements through subagent-driven evaluation

Features

Dispatches code-reviewer subagent for issue detection
Provides precisely crafted context for evaluation
Preserves session history and context for continued work
Supports subagent-driven development for major feature implementations
Enables review of work products without thought process distraction
Facilitates early and frequent code review

# Core Topics

obra obra
[113.6k]
[9110]
Updated: 3/26/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reviewed Landing Page Review Score: 11/11

Killer-Skills keeps this page indexable because it adds recommendation, limitations, and review signals beyond the upstream repository text.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review Locale and body language aligned
Review Score
11/11
Quality Score
68
Canonical Locale
en
Detected Body Locale
en

Perfect for Development Agents needing rigorous code validation and review processes. requesting-code-review is a skill that enables developers to request code reviews, ensuring work meets requirements through subagent-driven evaluation

Core Value

Empowers agents to dispatch a code-reviewer subagent, utilizing core principles like 'review early, review often' to catch issues before they cascade, ensuring work meets requirements through precise context evaluation for major features and task implementations.

Ideal Agent Persona

Perfect for Development Agents needing rigorous code validation and review processes.

Capabilities Granted for requesting-code-review

Automating code review requests after completing tasks in subagent-driven development
Validating major feature implementations before merging
Debugging code issues through focused, context-specific evaluation

! Prerequisites & Limits

  • Requires subagent-driven development environment
  • Mandatory review after each task and major feature completion

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Curated Collection Review

Reviewed In Curated Collections

This section shows how Killer-Skills has already collected, reviewed, and maintained this skill inside first-party curated paths. For operators and crawlers alike, this is a stronger signal than treating the upstream README as the primary story.

Reviewed Collection

Claude Code Workflow Tools to Install First

Reviewed 2026-04-17

Reviewed on 2026-04-17 for setup clarity, maintainer reliability, review coverage, and operator handoff readiness. We kept the tools that make Claude Code easier to trial and easier to standardize.

People landing here usually already know they want Claude Code. What they need next is a smaller list tied to review, guardrails, and handoff instead of another broad skills roundup.

6 entries Killer-Skills editorial review with monthly collection checks.
Reviewed Collection

Windsurf Workflow Tools to Install First

Reviewed 2026-04-17

Reviewed on 2026-04-17 for setup clarity, maintainer reliability, review support, and handoff readiness. We kept the tools that make Windsurf easier to trial, explain, and standardize.

People landing here usually already know they want Windsurf. What they need next is a smaller list tied to coding speed, review support, rules sync, and handoff instead of another broad skills roundup.

5 entries Killer-Skills editorial review with monthly collection checks.
Reviewed Collection

12 Official AI Agent Skills & Trusted Tools to Install First

Reviewed 2026-04-16

Reviewed on 2026-04-16 for first-party ownership, documentation quality, install clarity, and production relevance. This is the safest collection to use as a default starting point.

We prioritize this page because it lets users verify trust first and then move into one clear installation path instead of bouncing across more repo lists.

12 entries Maintained through Killer-Skills editorial review with trust, install-path, and operator checks.
After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is requesting-code-review?

Perfect for Development Agents needing rigorous code validation and review processes. requesting-code-review is a skill that enables developers to request code reviews, ensuring work meets requirements through subagent-driven evaluation

How do I install requesting-code-review?

Run the command: npx killer-skills add obra/superpowers/requesting-code-review. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for requesting-code-review?

Key use cases include: Automating code review requests after completing tasks in subagent-driven development, Validating major feature implementations before merging, Debugging code issues through focused, context-specific evaluation.

Which IDEs are compatible with requesting-code-review?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for requesting-code-review?

Requires subagent-driven development environment. Mandatory review after each task and major feature completion.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add obra/superpowers/requesting-code-review. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use requesting-code-review immediately in the current project.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

requesting-code-review

Install requesting-code-review, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Requesting Code Review

Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work.

Core principle: Review early, review often.

When to Request Review

Mandatory:

  • After each task in subagent-driven development
  • After completing major feature
  • Before merge to main

Optional but valuable:

  • When stuck (fresh perspective)
  • Before refactoring (baseline check)
  • After fixing complex bug

How to Request

1. Get git SHAs:

bash
1BASE_SHA=$(git rev-parse HEAD~1) # or origin/main 2HEAD_SHA=$(git rev-parse HEAD)

2. Dispatch code-reviewer subagent:

Use Task tool with superpowers:code-reviewer type, fill template at code-reviewer.md

Placeholders:

  • {WHAT_WAS_IMPLEMENTED} - What you just built
  • {PLAN_OR_REQUIREMENTS} - What it should do
  • {BASE_SHA} - Starting commit
  • {HEAD_SHA} - Ending commit
  • {DESCRIPTION} - Brief summary

3. Act on feedback:

  • Fix Critical issues immediately
  • Fix Important issues before proceeding
  • Note Minor issues for later
  • Push back if reviewer is wrong (with reasoning)

Example

[Just completed Task 2: Add verification function]

You: Let me request code review before proceeding.

BASE_SHA=$(git log --oneline | grep "Task 1" | head -1 | awk '{print $1}')
HEAD_SHA=$(git rev-parse HEAD)

[Dispatch superpowers:code-reviewer subagent]
  WHAT_WAS_IMPLEMENTED: Verification and repair functions for conversation index
  PLAN_OR_REQUIREMENTS: Task 2 from docs/superpowers/plans/deployment-plan.md
  BASE_SHA: a7981ec
  HEAD_SHA: 3df7661
  DESCRIPTION: Added verifyIndex() and repairIndex() with 4 issue types

[Subagent returns]:
  Strengths: Clean architecture, real tests
  Issues:
    Important: Missing progress indicators
    Minor: Magic number (100) for reporting interval
  Assessment: Ready to proceed

You: [Fix progress indicators]
[Continue to Task 3]

Integration with Workflows

Subagent-Driven Development:

  • Review after EACH task
  • Catch issues before they compound
  • Fix before moving to next task

Executing Plans:

  • Review after each batch (3 tasks)
  • Get feedback, apply, continue

Ad-Hoc Development:

  • Review before merge
  • Review when stuck

Red Flags

Never:

  • Skip review because "it's simple"
  • Ignore Critical issues
  • Proceed with unfixed Important issues
  • Argue with valid technical feedback

If reviewer wrong:

  • Push back with technical reasoning
  • Show code/tests that prove it works
  • Request clarification

See template at: requesting-code-review/code-reviewer.md

Related Skills

Looking for an alternative to requesting-code-review or another official skill for your workflow? Explore these related open-source skills.

View All

flags

Logo of facebook
facebook

Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.

244.2k
0
Developer

extract-errors

Logo of facebook
facebook

extract-errors is a React error handling skill that automates the process of extracting and assigning error codes, ensuring accurate and up-to-date error messages in React applications.

244.2k
0
Developer

fix

Logo of facebook
facebook

fix is a code optimization skill that automates formatting and linting using yarn prettier and linc.

244.2k
0
Developer

flow

Logo of facebook
facebook

Use when you need to run Flow type checking, or when seeing Flow type errors in React code.

244.2k
0
Developer