ReviewStageReviewStageOfficialΒ·9 Agent Skills Included

stage-cli

Organizes code changes into reviewable chapters with risk context

Organizes local code changes and GitHub pull requests into logical review chapters with prologues, risk ratings, and judgment-call questions. Eliminates the pain of reading raw diffs line by line and losing track of what matters in large changes. Includes supporting workflows for fixing PR comments, resolving CI failures, rebasing branches, and running quality reviews. Opens a local browser UI for file-by-file review without uploading source code.
npx skills add ReviewStage/stage-cli --all -g -y
Available:

Gives the coding agent the build commands, architecture map, and implementation quality rules it must follow when working in this repository.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install stage-cli?β–Ό

Run `npx skills add ReviewStage/stage-cli --all -g -y` in your terminal to install all skills in this suite globally.

What does Stage do for code review?β–Ό

Stage groups your local changes or a GitHub pull request into logical chapters with a prologue, risk levels, and reviewer questions, then opens a browser UI for file-by-file review.

Can Stage review a GitHub pull request?β–Ό

Yes. Run /stage-chapters with the --pr flag and a PR number or URL to review a teammate's pull request without checking out the branch, using the GitHub CLI.

Does Stage upload my source code?β–Ό

No. Stage runs entirely on your local machine and opens its review UI in your browser, so your source code never leaves your computer.

Can Stage fix PR comments and CI failures automatically?β–Ό

Yes. The included skills let your agent triage and resolve review comments, diagnose and fix failing CI checks, and rebase branches, either on demand or on a recurring loop.

Related Repositories in Software Engineering

View All in Software Engineering→