stage-cli
Organizes code changes into reviewable chapters with risk context
All Skills in This Repository (9)
Pure Emerald Level Indicatorslinear-issue
Create a Linear issue from current coding context and git branch.
rebase-origin-main
Rebase the current Git branch onto origin/main and resolve conflicts iteratively.
trade-off
Identify deliberate trade-offs to prevent scope creep during planning and reviews.
fixing-pr-comments
Triage unresolved GitHub PR review threads and apply fixes via GraphQL.
deslop-ui
Enforce spacing, typography, color, and layout rules for UI design systems.
quality-review
Evaluate code changes against AGENTS.md quality criteria and generate a consolidated report.
iterate-pr
Monitor open pull requests and apply fixes for review comments, CI failures, and merge conflicts.
fixing-ci
Diagnose and fix GitHub CI failures through atomic commits and local verification.
stage-chapters
Generate narrative Stage chapters from git branch diffs for browser review.
Frequently Asked Questions
FAQPage SchemaHow 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βopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core