requesting-code-review

Automate code-review requests with templates and git SHAs.

Updated Apr 16, 2014
One-click install
npx skills add https://github.com/minhhh/dotfiles --skill requesting-code-review-minhhh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/minhhh/dotfiles/tree/main/ai/.ai/gemini-superpowers/skills/requesting-code-review
Command: npx skills add https://github.com/minhhh/dotfiles --skill requesting-code-review-minhhh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and standardizes code-review requests to ensure issues are caught early and production readiness is maintained before merging.

Core Features & Use Cases

  • Mandatory review after each task in subagent-driven development
  • Review after completing major features
  • Use templates and SHAs to guide the review process
  • Optional: trigger review when stuck or before refactoring

Quick Start

Request a code review by dispatching the code-reviewer subagent after completing a task or major feature.

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 to main?

To automate code-review requests before merging, you can dispatch a code-reviewer subagent after completing tasks or major features. This enforces git SHA capture and standardized templates to guide structured feedback and maintain production readiness.

When should I trigger a peer review in a subagent-driven development workflow?

You should trigger a peer review in subagent-driven workflows after completing each task, finishing major features, or before merging to main. Optional triggers include when you are stuck or preparing to refactor code.

How do git SHAs and templates standardize the code review process?

Git SHAs and templates standardize the code review process by capturing exact commit states and enforcing structured feedback. This guides reviewers consistently, ensuring quality assurance and early issue detection across all automation workflows.

Does this code review automation work without external dependencies?

Yes, this code review automation works without external dependencies. It relies entirely on dispatching a code-reviewer subagent within your existing workflows, using native git SHAs and standardized templates to capture and review code changes.

What is the best way to ensure production readiness with early code reviews?

The best way to ensure production readiness with early code reviews is to enforce mandatory subagent-driven checks after each task. Using standardized templates and structured feedback catches issues early before merging to main.