requesting-code-review

Dispatch a code-review subagent over a git SHA range for severity-ranked feedback.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/pgm1980/stryker-netx --skill requesting-code-review-pgm1980
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/pgm1980/stryker-netx/tree/main/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/pgm1980/stryker-netx --skill requesting-code-review-pgm1980

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you prevent bugs, broken requirements, and production risks by getting timely, structured feedback on code changes before they merge.

Core Features & Use Cases

  • Early, repeatable review cadence: Request review after each subagent task, after major features, and before merging to main.
  • Context-safe dispatch: Send the code-review subagent a crafted summary and a bounded git SHA range so it reviews the work product rather than your full session history.
  • Actionable, severity-based feedback: Receive categorized issues (Critical/Important/Minor) and a clear merge readiness assessment, then follow a fix-or-note workflow.

Quick Start

Use the requesting-code-review skill after a task you just completed by providing the SHAs for the changes and a short description of what you implemented and why.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I get a structured code review before merging to main?

To get a structured code review before merging, you provide the base and head git SHAs along with implementation context to a dedicated subagent, which then returns severity-ranked feedback and a merge readiness assessment.

What is a subagent-driven code review workflow?

A subagent-driven code review workflow dispatches a dedicated review subagent over a bounded git SHA range, ensuring the agent evaluates the specific work product rather than your full session history.

How do I request a code review for a specific git diff range?

You request a code review for a specific git diff range by capturing the base and head commit SHAs, filling the review template placeholders with requirements context, and dispatching the review subagent.

When should I request a pre-merge code review for production readiness?

You should request a pre-merge code review for production readiness after completing subagent tasks, finishing major features, and validating requirements before merging to main.

How does severity-ranked feedback work in this code review process?

Severity-ranked feedback categorizes identified issues into Critical, Important, and Minor levels, providing a clear merge readiness assessment so you can follow a structured fix-or-note workflow.

Can I use this code review approach without providing implementation context?

No, providing implementation and requirements context by filling the review template placeholders is required for the subagent to accurately check architecture, requirements, and testing.