ci
01Command Claude Code
Run the pre-PR gate — scripts/ci-local.sh, 43 ci-local gates, PASS/FAIL table. Mandatory before a PR. Iterate with bun test --parallel --changed instead.
The open-source AI data analyst. Plain-English questions over SQL and REST APIs, grounded in a YAML semantic layer.
Command Claude Code
Run the pre-PR gate — scripts/ci-local.sh, 43 ci-local gates, PASS/FAIL table. Mandatory before a PR. Iterate with bun test --parallel --changed instead.
Command Claude Code
Check Railway deploy health across staging and prod, tail logs, trigger redeploys. After a merge (staging), after /release (prod promote), or when investigating a live issue.
Command Claude Code
Sweep npm dependency updates (Renovate is Docker-only here, so npm deps drift). Group A = all minors/patches in one PR; Group B = one PR per major.
Command Claude Code
Bring local dev up in a chosen deploy mode, handling the harness gotchas (deploy-mode detect, SaaS guards, cookie prefix, Turbopack cache). Usage: /dev [self-host|saas] [clean] [stop].
Command Claude Code
Publish @useatlas/ packages to npm — bump versions, push tags, verify the workflow, confirm they landed.
Command Claude Code
Tag the current main SHA for a prod deploy — /ci + docs changelog entry + annotated tag + prod-branch fast-forward + GitHub Release. Usage: /release v0.0.1, or bare to auto-bump patch.
Command Claude Code
Return to a clean main baseline. Stops if the tree holds uncommitted or unpushed work. Prunes [gone] marks, installs, and reports the end state it verified. Run after a merge.
Command Claude Code
Read-only orientation: commits, issues, milestones, CI, deploy state, package drift, release distance. Marks anything it could not read as UNKNOWN. Run at session start or when switching context.
Command Claude Code
Reconcile merged work against issues, labels, ROADMAP and stale branches. Applies only fact-determined fixes; proposes every judgement call with its evidence. Run after a burst of merged PRs.
Command Claude Code
Verify the two non-web front doors on staging — MCP starttrial provisioning, account claim, CLI device-flow login, a REST command. After a release touching MCP onboarding, the CLI, or API-key minting.
Command Claude Code
Verify end-to-end signup through each prod residency region (us/eu/apac) with the Playwright browser, confirming region routing and the cold-start demo answer. Prod only — needs a multi-region deploy.