stage-cli-code-review

Organize local git diffs into logical chapters for code review.

4|Updated May 16, 2026
One-click install
npx skills add https://github.com/Aradotso/devtools-skills --skill stage-cli-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stage-cli-code-review
Source: https://github.com/Aradotso/devtools-skills/tree/main/skills/stage-cli-code-review
Command: npx skills add https://github.com/Aradotso/devtools-skills --skill stage-cli-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stage CLI helps you turn messy local code changes into structured, reviewable sections so you can understand and vet what you’re about to commit or open as a pull request.

Core Features & Use Cases

  • Chapter-based code review: Organizes your git diff into logical chapters based on file proximity, change type, boundaries, and complexity so reviews are easier to navigate.
  • Flexible scope selection: Review staged changes, unstaged changes, or the full work (staged + unstaged + untracked) to match your workflow.
  • Agent-friendly workflow: Works with any AI agent by providing a clear chapter breakdown and allowing the agent to analyze diffs and suggest improvements.

Quick Start

Ask the AI to run Stage CLI to review your currently staged changes: stage-chapters --ref staged

Frequently Asked Questions about stage-cli-code-review

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

FAQPage Schema
How do I review staged git changes before opening a pull request?

To review staged git changes before opening a pull request, you can organize your local diffs into logical chapters using an AI agent, making complex code changes easier to navigate and vet prior to committing.

Can I group my git diff into smaller sections for code review?

Yes, you can group your git diff into smaller sections by organizing local changes into logical chapters based on file proximity, change type, boundaries, and complexity, which makes code review easier to perform and understand.

How do I review unstaged changes alongside my staged work?

You can review unstaged changes alongside staged work by selecting a flexible scope that includes the full working tree, capturing staged, unstaged, and untracked files simultaneously for a comprehensive pre-pull-request review.

Does this code review workflow work with any AI agent?

Yes, this code review workflow works with any AI agent by providing a clear chapter breakdown of your git diffs, allowing the agent to analyze the changes and suggest improvements through an interactive browser UI.

What is the best way to analyze repository changes against a base branch?

The best way to analyze repository changes against a base branch is to group the diffs into reviewable chapters, allowing both human and agent-assisted review to process logical change sets rather than massive, unstructured diffs.