requesting-code-review

Dispatch specialized subagents to evaluate git-based code changes before merge.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/getspur/spur --skill requesting-code-review-getspur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/getspur/spur/tree/main/.spur/skills/requesting-code-review
Command: npx skills add https://github.com/getspur/spur --skill requesting-code-review-getspur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the risk of shipping buggy or incomplete code by standardizing the code review process and ensuring every task is validated by a dedicated subagent before integration.

Core Features & Use Cases

  • Automated Review Dispatch: Triggers a specialized code-reviewer subagent to evaluate changes against specific requirements.
  • Context-Aware Evaluation: Provides the reviewer with precise commit ranges and task descriptions, excluding unnecessary session history to maintain focus.
  • Workflow Integration: Enforces mandatory reviews after task completion, major feature implementation, or before merging to the main branch.

Quick Start

Use the requesting-code-review skill to initiate a review of your current changes by providing the base commit, head commit, and a summary of the implemented work.

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 for git commits?

To automate code review for git commits, you provide the base commit, head commit, and a task description to trigger a specialized subagent that evaluates the changes against your requirements.

What is a subagent-driven development workflow?

A subagent-driven development workflow dispatches specialized subagents to handle specific tasks like code review, ensuring every task is validated by a dedicated agent before integration into the main branch.

How do I ensure code quality before merging to the main branch?

You ensure code quality before merging by enforcing mandatory automated reviews after task completion, triggering a subagent to evaluate git changes and catch critical issues.

What information do I need to provide for an automated code review?

You need to provide the base commit SHA, head commit SHA, and a clear summary of the implemented work to give the reviewer context and provide targeted feedback.

Can I use automated code review to verify task requirements?

Yes, automated code review verifies task requirements by evaluating git-based changes against specific task descriptions, excluding unnecessary session history to maintain focus on implementation quality.

Does the code review subagent evaluate my full session history?

No, the code review subagent excludes unnecessary session history to maintain focus, evaluating only the precise commit ranges and task descriptions you provide.