requesting-code-review

Dispatches a code-review agent to guide severity-based feedback on tasks and merges.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/hitsumabushi334/KGpaper --skill requesting-code-review-hitsumabushi334
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/hitsumabushi334/KGpaper/tree/main/.agent/Skills/requesting-code-review
Command: npx skills add https://github.com/hitsumabushi334/KGpaper --skill requesting-code-review-hitsumabushi334

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill formalizes and streamlines code-review workflows, ensuring consistency and early issue detection by guiding reviewers with a structured process.

Core Features & Use Cases

  • Template-driven reviews: Enforces a consistent review format and severity-based feedback.
  • Task-aware activation: Triggers reviews after each subtask, after major features, or before merging to main.
  • Audit trail: Tracks SHAs and feedback to support traceability in pull requests and deployments.

Quick Start

After completing a task, collect the base and head SHAs and prepare the review payload. Use the Task tool to dispatch the code-reviewer subagent and fill the template at code-reviewer.md with WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION. Provide a brief summary in DESCRIPTION.

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 for pull requests without losing governance?

Automate code reviews by dispatching a dedicated subagent to enforce a structured template, categorize feedback by severity, and capture discussions for audit. This streamlines PR lifecycles while maintaining governance and ensuring consistent quality assurance.

What is the best way to trigger a code review after completing a subtask?

The best way to trigger a code review after a subtask is to collect the base and head SHAs, then dispatch the code-reviewer subagent with the implementation details and requirements. This task-aware activation ensures reviews happen exactly when needed.

How do I ensure my code review feedback is consistent and traceable?

Ensure consistent and traceable code review feedback by using a template-driven format that categorizes issues by severity and tracks SHAs. This creates an audit trail linking feedback directly to pull requests and deployments for full traceability.

Can I integrate a structured code review workflow into my git lifecycle?

Yes, you can integrate a structured code review workflow into your git lifecycle by dispatching a review agent after major features or before merging to main. It guides reviewers with a consistent process to detect issues early in development.

What information do I need to prepare before dispatching a code review subagent?

Before dispatching a code review subagent, you need to collect the base and head SHAs and prepare a review payload containing what was implemented, the plan or requirements, and a brief description of the changes for the template.