review

Initiate code review workflows by passing branch and issue data to the code-reviewer subagent.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/danievanzyl/code-skills --skill review-danievanzyl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/danievanzyl/code-skills/tree/main/skills/review
Command: npx skills add https://github.com/danievanzyl/code-skills --skill review-danievanzyl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically initiate code reviews by supplying the current branch and issue context to the code-reviewer subagent, reducing manual steps in the review process.

Core Features & Use Cases

  • Gather branch and issue context from the workspace and user input to feed the code-reviewer subagent.
  • Dispatch the code-reviewer subagent to start the standard review workflow for a given issue and branch.
  • Supports typical review scenarios for feature branches and associated issues, streamlining approvals and feedback loops.

Quick Start

Invoke the review by issuing /review <issue-number> "<issue-title>" to start the review process for the current branch.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code reviews for a Git feature branch?

To automate code reviews for a Git feature branch, you can dispatch a code-reviewer subagent by passing the branch name and associated issue details. This initiates the standard review workflow automatically, reducing manual steps.

What context is needed to start an automated code review workflow?

Starting an automated code review workflow requires the current Git branch name and the associated issue data. This context is gathered from the workspace and user input, then routed to the code-reviewer subagent.

Can I trigger a code review using just an issue number and title?

Yes, you can trigger a code review by invoking the command with an issue number and issue title. This supplies the necessary issue context to the code-reviewer subagent for the active branch.

Does this code review automation work with standard feature branch scenarios?

Yes, this code review automation applies to standard review scenarios on active feature branches and associated issues. It streamlines approvals and feedback loops by dispatching the reviewer subagent with the correct context.

How does the branch context dispatch mechanism work for code reviews?

The dispatch mechanism works by collecting the active branch name and issue details, then routing them directly to the code-reviewer subagent. This allows the reviewer to proceed with the typical review process.