Requesting-Code-Review

Dispatch a code-reviewer subagent to review git SHAs against task requirements.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/slapglif/swe-agent --skill requesting-code-review-slapglif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Requesting-Code-Review
Source: https://github.com/slapglif/swe-agent/tree/main/.swe/skills/requesting-code-review
Command: npx skills add https://github.com/slapglif/swe-agent --skill requesting-code-review-slapglif

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This Skill integrates automated code reviews into the development workflow, catching issues early before they escalate. It ensures that work meets requirements and maintains quality standards by dispatching a dedicated code-reviewer subagent.

Core Features & Use Cases

  • Automated Review Dispatch: Guides in preparing git SHAs and dispatching a code-reviewer subagent with a structured template.
  • Mandatory Review Points: Specifies when reviews are mandatory (after each task, major feature, before merge) and when optional.
  • Actionable Feedback: Provides a framework for acting on feedback, prioritizing critical and important issues.
  • Use Case: After completing a task in a subagent-driven development workflow, use this skill to request an automated code review of your changes against the task's requirements before proceeding to the next task.

Quick Start

I've completed a task. Use the Requesting-Code-Review skill to get an automated review of my changes.