requesting-code-review

Review completed code changes against requirements before merge.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/norrbacka/threejs_codex_base --skill requesting-code-review-norrbacka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/norrbacka/threejs_codex_base/tree/main/.codex/superpowers/skills/requesting-code-review
Command: npx skills add https://github.com/norrbacka/threejs_codex_base --skill requesting-code-review-norrbacka

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you verify that completed changes match requirements and are safe to ship by routing them to an independent code reviewer.

Core Features & Use Cases

  • Dispatches a code-reviewer subagent with focused context instead of the full conversation history.
  • Evaluates correctness, architecture, testing, and production readiness in a structured way.
  • Useful after major features, after each task in subagent-driven development, before merging, or whenever you need a fresh technical perspective.

Quick Start

Ask the assistant to review the completed change by dispatching the code-reviewer subagent with the implemented work, the requirement source, and the git range to inspect.

Frequently Asked Questions about requesting-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review code changes against requirements before a pull request merge?

Code review before a merge verifies completed changes against matching acceptance criteria using a base-to-head commit range, evaluating correctness, architecture, testing, and production readiness independently.

Can I use a subagent to check for regressions in a batch of git commits?

Yes, a subagent can check git commits for regressions by evaluating a focused context of the implemented work, the requirement source, and the specific commit range to assess production readiness.

What do I need to provide to run an independent production-readiness check on a bug fix?

An independent production-readiness check requires a clear implementation summary of the bug fix, the matching plan or acceptance criteria, and the base-to-head git commit range to inspect.

When do I need an independent code reviewer for subagent-driven tasks?

An independent code reviewer is needed after each task in subagent-driven development to verify that the completed changes match requirements and are safe to ship before merging.

Does code review work without the full conversation history of the development process?

Yes, the code review process works by dispatching a reviewer with focused context like the implementation summary and commit range, rather than relying on the full conversation history.