requesting-code-review

Dispatch a code reviewer subagent using base and head SHAs.

Updated Dec 11, 2024
One-click install
npx skills add https://github.com/huaxel/dotfiles --skill requesting-code-review-huaxel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/huaxel/dotfiles/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/huaxel/dotfiles --skill requesting-code-review-huaxel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps teams catch issues early by dispatching a dedicated code reviewer with focused context to ensure quality before integration.

Core Features & Use Cases

  • Dispatch a general-purpose subagent for code review and alignment with requirements.
  • Provide structured feedback using the code-reviewer template and repository SHAs to anchor changes.
  • Improve review throughput by standardizing requests after each task or major feature.

Quick Start

Fill the code-reviewer prompt with the task details and dispatch the reviewer subagent to begin the review.

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 a pull request before merging?

You can dispatch a subagent to automate code review for a pull request by providing the base and HEAD SHAs. It uses a code-reviewer template to render structured feedback before merging.

What is dispatched code review and how does it work with git workflows?

Dispatched code review sends a subagent to analyze git changes between a base SHA and HEAD SHA. It applies a template to generate structured feedback for task-driven development.

Do I need specific git commit SHAs to run an automated code review?

Yes, this automated code review requires a base SHA and a HEAD SHA to define the diff range. These references provide the exact context needed to evaluate changes.

When should I dispatch a subagent for code review in task-driven development?

You should dispatch a subagent for code review after completing tasks or major feature implementations. It standardizes pre-merge checks to catch issues early before integration.

Can I use a subagent to standardize code review feedback across my repository?

Yes, you can dispatch a subagent to standardize code review feedback across your repository. It applies a code-reviewer template to ensure consistent, structured feedback for every task.