Agent Claude Code
Validates that the project builds, lints, type-checks, and tests pass. Supports a --deep mode for full install + sequenced test run.
Agent Claude Code
Validates that the project builds, lints, type-checks, and tests pass. Supports a --deep mode for full install + sequenced test run.
Agent Claude Code
Reviews code changes from a staff engineer perspective — architecture, patterns, and trade-offs.
Agent Claude Code
Deep scan a folder for bugs — logic errors, race conditions, SQL issues, assertion gaps.
Agent Claude Code
Diagnose test or CI failures by analyzing logs, errors, and recent changes.
Agent Claude Code
Critiques an implementation plan before any code is written — finds missing edge cases, wrong layering, and scope creep.
Agent Claude Code
Stacked-PR helper — inspects gh-stack state, proposes the next safe action, and summarises where you are.
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.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing format-on-write.sh. From cbmono/ai-setup.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse) and 82 allowed tools.
Skill Claude CodeCodex
Use when building or editing frontend UI — components, pages, forms, buttons, links, inputs, modals, or any interactive/asserted element. Adds stable test locators (data-testid / data-test) and accessibility handles so E2E tests don't go flaky.
Instructions file
Instructions for cbmono/ai-setup, covering claude.md, what this repo is, this repo owns /.claude, layout and commands vs skills.