requesting-code-review

Dispatches a code-reviewer subagent to verify implementations against the documented plan before merging.

3|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/martin-janci/claude-marketplace --skill requesting-code-review-martin-janci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/martin-janci/claude-marketplace/tree/main/plugins/pr-toolkit/skills/requesting-code-review
Command: npx skills add https://github.com/martin-janci/claude-marketplace --skill requesting-code-review-martin-janci

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates early feedback by dispatching a dedicated code-reviewer subagent to verify implementations against plan or requirements before moving forward.

Core Features & Use Cases

  • Automatically triggers a review after each subagent-driven task to prevent cascading issues.
  • Dispatches the superpowers:code-reviewer subagent to compare changes against the documented plan or requirements.
  • Provides a structured review workflow via the code-reviewer.md template to surface feedback and decisions.

Quick Start

Dispatch the code-reviewer subagent using the template at code-reviewer.md to initiate a review.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I automate code review checks before merging a pull request?

To automate code review checks before merging, dispatch a dedicated code-reviewer subagent to verify implementations against documented plans. This ensures plan alignment, quality standards, and production-readiness are evaluated before changes reach main.

When should I trigger a code-reviewer subagent in a subagent-driven workflow?

You should trigger a code-reviewer subagent after each subagent-driven task, after completing major features, or before merging to main. Optional use is recommended when stuck or during refactoring to prevent cascading issues.

What is the best way to verify implementations against documented requirements before moving forward?

The best way to verify implementations against documented requirements is dispatching a code-reviewer subagent. It compares changes against the documented plan and provides structured feedback via a markdown template.

Does this automated code review workflow require any external dependencies?

No, this automated code review workflow requires no external dependencies. It operates entirely within your environment by dispatching the code-reviewer subagent using the provided markdown template.

How does a code-reviewer subagent surface feedback and decisions during the review?

A code-reviewer subagent surfaces feedback and decisions by documenting them through a structured code-reviewer.md template. This workflow ensures early feedback is captured before moving forward with the implementation.

Can I use this code review approach when stuck or refactoring existing code?

Yes, you can use this code review approach when stuck or refactoring existing code. While primarily applied after tasks or before merging to main, optional use during these scenarios helps catch issues early.