requesting-code-review

Dispatch a code-reviewer subagent to analyze git commit ranges against requirements.

134|27|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/projectbluefin/dakota --skill requesting-code-review-projectbluefin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/projectbluefin/dakota/tree/main/.opencode/skills/requesting-code-review
Command: npx skills add https://github.com/projectbluefin/dakota --skill requesting-code-review-projectbluefin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that code changes are thoroughly vetted against requirements and best practices before being merged, thereby reducing bugs and improving overall code quality.

Core Features & Use Cases

  • Automated Review Dispatch: Integrates with a code-reviewer subagent to perform checks.
  • Structured Feedback: Provides categorized feedback on strengths, critical, important, and minor issues.
  • Use Case: After completing a feature, dispatch the code-reviewer subagent with specific commit SHAs and implementation details to get a detailed assessment of your changes.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for the current commit range.

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

You can automate code reviews by dispatching a specialized subagent to analyze your git commit ranges and verify changes against specified requirements. This provides structured feedback on strengths and issues before merging.

How does a subagent analyze code changes against quality standards?

The subagent analyzes code changes by evaluating the specified commit SHAs against your provided implementation details and quality standards. It then outputs categorized feedback covering critical, important, and minor issues.

Can I use this code review workflow for individual development tasks?

Yes, the code review workflow supports early and frequent reviews throughout the development lifecycle. You can dispatch reviews for individual tasks, major feature implementations, and pre-merge verification.

What is the best way to get structured feedback on git commits?

The best way to get structured feedback is to dispatch a code-reviewer subagent with specific commit SHAs. It utilizes a structured template to provide categorized feedback on strengths, critical issues, and minor problems.

Do I need git commands to identify commit ranges for code review?

Yes, you need git commands to identify the commit ranges for review. The skill requires these commit ranges to dispatch the code-reviewer subagent and analyze the corresponding code changes.

When should I request a code review in the development workflow?

You should request code reviews early and frequently throughout the development workflow, from completing individual tasks to finalizing major features and performing pre-merge verification.