requesting-code-review

Dispatch the code-reviewer subagent to review code changes against plan and requirements.

1|1|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/SkogAI/skillsandknowledge --skill requesting-code-review-skogai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/SkogAI/skillsandknowledge/tree/main/skills/claude/skills/requesting-code-review
Command: npx skills add https://github.com/SkogAI/skillsandknowledge --skill requesting-code-review-skogai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures code changes undergo formal review before proceeding, reducing defects and aligning work with plans and requirements.

Core Features & Use Cases

  • Automated review workflow: Dispatches the code-reviewer subagent to assess changes against the plan or requirements.
  • Task-driven reviews: Trigger reviews after each subagent-driven task, after major features, or before merging to main.
  • Actionable feedback: Highlights critical issues, important issues, and minor improvements to guide fixes.

Quick Start

Use the requesting-code-review skill to initiate a review for the latest changes by dispatching the code-reviewer subagent with the following inputs:

  • WHAT_WAS_IMPLEMENTED: [Summary of changes]
  • PLAN_OR_REQUIREMENTS: [Reference to task plan or requirements]
  • BASE_SHA: [Starting commit hash]
  • HEAD_SHA: [Ending commit hash]

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 AI code review before a pull request merge?

To automate AI code review before a pull request merge, you provide a summary of changes, the plan or requirements, and the git commit range. The skill dispatches a code-reviewer subagent to analyze the changes and highlight critical issues, important issues, and minor improvements.

What inputs are needed to start an AI-assisted code review on my git changes?

Starting an AI-assisted code review requires three inputs: a summary of what was implemented, the plan or requirements reference, and the git commit range (base SHA and head SHA). This allows the code-reviewer subagent to evaluate alignment and code quality.

When should I request a formal code review for my feature branch?

You should request a formal code review after completing each subagent-driven task, after finishing major features, or before merging to main. Ad-hoc reviews can also be triggered whenever you need automated feedback on recent code changes.

How does an AI code reviewer evaluate changes against a project plan?

An AI code reviewer evaluates changes against a project plan by comparing the provided implementation summary and git diff with the original requirements. It identifies misalignments and generates actionable feedback categorized by critical, important, and minor issues.

Can I perform an ad-hoc code review on recent git changes without a full merge?

Yes, you can perform an ad-hoc code review on recent git changes without a full merge by providing the necessary git range and implementation summary. The skill supports triggering reviews flexibly whenever you need to assess code quality outside the standard task workflow.