requesting-code-review

Automate code review requests using git commit SHAs and a subagent.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/ehartye/Hartye-superpowers --skill requesting-code-review-ehartye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/ehartye/Hartye-superpowers/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/ehartye/Hartye-superpowers --skill requesting-code-review-ehartye

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, catching potential issues early to prevent bugs and maintain high code quality before merging or deploying.

Core Features & Use Cases

  • Automated Code Review Dispatch: Integrates with a code-reviewer subagent to analyze code changes.
  • Structured Feedback: Provides categorized feedback on Critical, Important, and Minor issues.
  • Workflow Integration: Designed for use after tasks in subagent-driven development, after major features, and before merging.
  • Use Case: After completing a new feature, you can use this skill to automatically send the changes to a code reviewer agent, get feedback on potential bugs or architectural flaws, and fix them before they impact the codebase.

Quick Start

Request a code review for the latest changes by providing the base and head commit SHAs.

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 before deployment?

Automate code review by providing base and head git commit SHAs to a reviewer subagent, which compares changes against requirements. This structured process catches bugs and architectural flaws early before merging.

How does automated code review handle feedback categorization?

Automated code review categorizes feedback into Critical, Important, and Minor issues using a structured template. This ensures developers can prioritize fixing potential bugs and architectural flaws efficiently.

What do I need to request a code review for my software development task?

To request a code review, you need the base and head git commit SHAs to define the review range. The skill uses these commits to analyze changes against best practices.

When should I use automated code review in my development workflow?

Use automated code review after completing subagent-driven tasks, finishing major features, or before merging. This ensures code quality is maintained and issues are detected prior to deployment.

Can I integrate code review into a subagent-driven development workflow?

Yes, this skill integrates directly with a code-reviewer subagent to analyze changes. It is designed for use after subagent-driven tasks to ensure new features meet requirements before merging.