requesting-code-review

Requests Git commit-grounded code reviews for quality and compliance before merging to main.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Kinshuk699/sEYEght --skill requesting-code-review-kinshuk699
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Kinshuk699/sEYEght/tree/main/.agents/skills/requesting-code-review
Command: npx skills add https://github.com/Kinshuk699/sEYEght --skill requesting-code-review-kinshuk699

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers often skip or postpone code reviews, leading to bugs and technical debt. This Skill enforces a systematic review step by automatically gathering commit ranges and dispatching a review subagent, ensuring early feedback and high-quality code before merges.

Core Features & Use Cases

  • Automatically capture the base and head Git SHAs for the changes you want reviewed.
  • Dispatch the code-reviewer subagent with a structured template that compares implementation against requirements.
  • Provide clear guidance on when to request reviews: after each task, after major features, or before merging to main.
  • Integrate into subagent‑driven development workflows for continuous quality assurance.

Quick Start

Ask the code review skill to evaluate the changes between your latest two commits before merging.

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

To automate code review before merging, you provide the base and head Git commit SHAs with a brief implementation description, dispatching a subagent to assess code quality and compliance. This enforces a systematic review step for early feedback.

When should I request a code review during feature development?

You should request a code review during feature development after completing a task, finishing a major feature, or before merging to main. This timing ensures early feedback and maintains high code quality before integration.

What do I need to provide to get a code review for recent Git changes?

To get a code review for recent Git changes, you need to provide the base and head commit SHAs defining the changeset, along with a brief description of the implementation for the subagent to assess against requirements.

Does this code review automation work with subagent-driven development workflows?

Yes, this code review automation integrates into subagent-driven development workflows by automatically capturing Git commit ranges and dispatching the code-reviewer subagent with a structured template for continuous quality assurance.

Why use an automated subagent for code reviews instead of manual checks?

Using an automated subagent for code reviews enforces a systematic review step that developers often skip or postpone, automatically gathering commit ranges and comparing implementations against requirements to prevent bugs and technical debt.