acp
01Command Claude Code
Stage all changes, create a commit with a descriptive message, and push to the remote. Stack-aware.
Command Claude Code
Stage all changes, create a commit with a descriptive message, and push to the remote. Stack-aware.
Command Claude Code
Hand this session off to Codex — or pull Codex's work back into Claude. One command, both directions.
Command Claude Code
Get a second opinion on the current change or plan from Dave AI (Alteos-internal assistant) via the dave CLI. Single round — Dave's reply is rendered back verbatim, then Claude follows up with its own evaluation.
Command Claude Code
Grill the current changes before they become a PR. Fan out independent reviewers to attack your diff from every angle.
Command Claude Code
Draft an implementation plan, grill it with independent adversarial reviewers, and — once the user approves — save the refined plan as a checked-in artifact that rides with the stacked PRs.
Command Claude Code
Run CodeRabbit review on the current branch against the repo's default branch.
Command Claude Code
Deep-scan a folder for real bugs using the deep-bug-scan agent.
Command Claude Code
Manage a stacked-PR workflow using GitHub's gh stack extension.
Command Claude Code
Find and remove duplicated logic, dead code, and low-value abstractions across the whole repo (use the built-in /simplify skill instead if you only want to clean up the current diff). Run this at the end of a session to keep tech debt from accumulating.
Command Claude Code
Pre-PR verification gate. Runs the project's checks and hands off to diagnosis on failure.