requesting-code-review

Dispatch a code-reviewer subagent to analyze code changes against requirements.

1|Updated May 25, 2025
One-click install
npx skills add https://github.com/circld/dotfiles --skill requesting-code-review-circld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/circld/dotfiles/tree/main/external/opencode/skills/requesting-code-review
Command: npx skills add https://github.com/circld/dotfiles --skill requesting-code-review-circld

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the code review process, ensuring that code is checked for quality, adherence to requirements, and production readiness before being merged.

Core Features & Use Cases

  • Automated Code Review Dispatch: Integrates with a code-reviewer subagent to provide structured feedback.
  • Workflow Integration: Applicable to subagent-driven development, plan execution, and ad-hoc development.
  • Use Case: After completing a task in a subagent-driven workflow, you can dispatch the code-reviewer to get immediate feedback on your implementation before proceeding to the next task.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for the current git 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 review requests before merging git branches?

Automating code review requests involves dispatching a code-reviewer subagent to analyze git commit changes against requirements and categorize issues by severity before merging branches. This process checks code quality and feature completeness automatically.

What is a subagent-driven development workflow for code quality assurance?

A subagent-driven development workflow dispatches an automated code-reviewer subagent to perform quality assurance checks on completed tasks. It provides structured feedback on code changes, ensuring production readiness before proceeding to the next development phase.

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

To request a code review for a git commit range, you dispatch the code-reviewer subagent against the specified commits. The subagent then analyzes the code changes, identifies issues by severity, and returns structured feedback for merge readiness.

Does automated code review work with ad-hoc software development tasks?

Automated code review works with ad-hoc software development tasks, plan execution, and subagent-driven workflows. You can dispatch the code-reviewer subagent after completing any task to get immediate feedback on your implementation before merging.

When do I need automated code review in my development workflow?

You need automated code review in your development workflow when you want to ensure code quality, verify feature completeness, and prevent bugs before merging code into main branches. It is crucial for maintaining production readiness across git commits.

What's the best way to identify code issues by severity before a merge?

The best way to identify code issues by severity before a merge is to dispatch a code-reviewer subagent to analyze your git changes against specified requirements. This ensures structured feedback and prevents bugs from entering main branches.