delegating-code-review

Delegate code review tasks to a CLI agent for repository changes.

12|3|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/ScottRBK/agent-shell --skill delegating-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegating-code-review
Source: https://github.com/ScottRBK/agent-shell/tree/main/agent-skills/delegating-code-review
Command: npx skills add https://github.com/ScottRBK/agent-shell --skill delegating-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When you’ve made code changes, this Skill helps you delegate the review work to a second CLI agent to verify correctness, security, and design before merging or continuing.

Core Features & Use Cases

  • Craft targeted review prompts that focus on correctness, security, and design decisions.
  • Restrict the reviewer to read-only permissions to prevent unintended changes.
  • Interpret feedback and coordinate follow-up clarifications across sessions.

Quick Start

Prompt the reviewer to analyze the uncommitted changes and return prioritized feedback with recommended follow-up actions.

Frequently Asked Questions about delegating-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code reviews for uncommitted changes using a CLI agent?

You can automate code review by delegating uncommitted changes inspection to another CLI agent. This Skill generates targeted review prompts focusing on correctness, security, and design, returning prioritized feedback and recommended actions.

Can I restrict a CLI agent to read-only permissions during a code review?

Yes, restricting a CLI agent to read-only permissions during a code review is supported. This Skill enforces tool restrictions to keep reviews safe, preventing the delegated reviewer from making unintended repository changes.

What is the best way to review specific commits across branches for security and correctness?

Reviewing specific commits across branches is best handled by delegating the task to a CLI agent. This Skill applies targeted prompts to analyze branch differences, verifying code correctness, security, and design decisions before merging.

How do I coordinate follow-up questions after an automated code review session?

Coordinating follow-up questions after an automated review uses session-based prompts. This Skill interprets initial feedback and coordinates clarifications across sessions to ensure all design and security concerns are fully resolved.

Does delegating code review work for analyzing uncommitted git diff output?

Yes, delegating code review works for analyzing uncommitted git diff output. This Skill specifically targets uncommitted changes, specific commits, or branch differences to inspect repository changes for correctness and security.