requesting-code-review

Dispatch a code-reviewer subagent to analyze code changes by severity.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/northseadl/skillwisp --skill requesting-code-review-northseadl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/northseadl/skillwisp/tree/main/skills/%40obra/requesting-code-review
Command: npx skills add https://github.com/northseadl/skillwisp --skill requesting-code-review-northseadl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that code is thoroughly checked for quality, adherence to requirements, and production readiness before being merged, thereby preventing bugs and improving overall code health.

Core Features & Use Cases

  • Automated Review Dispatch: Leverages a code-reviewer subagent to perform detailed code analysis.
  • Structured Feedback: Provides categorized feedback (Critical, Important, Minor) on code quality, architecture, testing, and requirements.
  • Use Case: After completing a complex feature, you can use this Skill to automatically send the relevant code changes to the code-reviewer subagent, get a detailed report, and address any identified issues before merging to the main branch.

Quick Start

Dispatch the code-reviewer subagent to analyze the code changes between the last commit and the current one.

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 before a git merge?

To automate code review before a git merge, this Skill dispatches a code-reviewer subagent to analyze your code changes. It requires git commands to define the commit range and uses a structured markdown template to evaluate quality, architecture, and requirements adherence.

What is a code-reviewer subagent and how does it work?

A code-reviewer subagent is an automated agent dispatched by this Skill to perform detailed code analysis. It works by evaluating defined git commit changes against specified requirements and categorizing identified issues by severity into a structured report.

How do I get structured feedback on code quality for my feature branch?

To get structured feedback on code quality for your feature branch, this Skill sends your git commit changes to a code-reviewer subagent. The subagent analyzes the changes and provides categorized feedback on critical, important, and minor issues.

Can I use this code review Skill to check if my code meets specific development requirements?

Yes, you can use this code review Skill to check if your code meets specific development requirements. The dispatched code-reviewer subagent explicitly analyzes your code changes against your specified requirements to ensure production readiness before merging.

Do I need to use specific git commands to define the commit range for code analysis?

Yes, you need to use git commands to define the commit range for code analysis. The Skill uses this defined range to identify the exact code changes that the code-reviewer subagent will evaluate for quality assurance and best practice adherence.

What's the best way to categorize code issues by severity before merging?

The best way to categorize code issues by severity before merging is to use this Skill's structured markdown template. The code-reviewer subagent uses this template to output categorized feedback, separating issues into Critical, Important, and Minor severity levels.