| Command | Description / When to use |
|---|---|
/autoplan |
Auto-generate plan from one-liner. Use when starting fuzzy work and want scaffolding. |
/benchmark |
Run perf benchmark on current code. Use before/after optimization to measure delta. |
/benchmark-models |
Compare LLM models on same task. Use when picking model for new feature. |
/browse |
Drive headless browser for QA / scraping. Use to inspect live site behavior. |
/canary |
Roll out change to small slice. Use for risky deploys needing observation window. |
/careful |
Force extra-cautious mode. Use on prod, migrations, irreversible ops. |
/codex |
Hand task to OpenAI Codex CLI. Use for second opinion or parallel agent. |
/context-restore |
Reload saved session context. Use after compaction or new session. |
/context-save |
Snapshot current session state. Use before risky compaction or context switch. |
/cso |
Chief Security Officer review. Use before shipping auth, secrets, PII code. |
/design-consultation |
Pull brand/design system rules. Use when starting new UI work. |
/design-html |
Generate HTML mockup from spec. Use to prototype before coding. |
/design-review |
Visual audit of running app. Use after UI change to catch polish issues. |
/design-shotgun |
Generate many design variants fast. Use when exploring direction. |
/devex-review |
Review developer experience of repo. Use to find onboarding friction. |
/document-generate |
Generate docs from code. Use to bootstrap README, API ref. |
/document-release |
Update docs after ship. Use post-merge to keep changelog/docs current. |
/freeze |
Lock branch from edits. Use during release window or review pause. |
/gstack-upgrade |
Upgrade gstack to latest. Use when prompted or to pull new skills. |
/guard |
Add safety guards around action. Use for destructive ops. |
/health |
Repo health check. Use weekly or before major work. |
/investigate |
Debug bug, error, 500. Use when something broken and cause unclear. |
/land-and-deploy |
Merge + deploy combined. Use for fast small changes. |
/landing-report |
Post-deploy report. Use after ship to summarize impact. |
/learn |
Capture learning to memory. Use after solving non-obvious problem. |
/make-pdf |
Convert doc to PDF. Use for shareable artifacts. |
/office-hours |
Brainstorm product idea. Use for "is this worth building" questions. |
/open-gstack-browser |
Open embedded browser UI. Use for visual gstack ops. |
/pair-agent |
Spawn pair-programming agent. Use for tricky implementation. |
/plan-ceo-review |
CEO-level plan review. Use for strategic / scope-heavy plans. |
/plan-design-review |
Design lens on plan. Use before UI-heavy build. |
/plan-devex-review |
DevEx lens on plan. Use before tooling/infra plans. |
/plan-eng-review |
Eng arch review of plan. Use before non-trivial implementation. |
/plan-tune |
Refine existing plan. Use after first review pass. |
/qa |
Full QA sweep with fixes. Use before ship. |
/qa-only |
QA without fixes. Use to triage scope. |
/retro |
Weekly retro. Use Fridays or end-of-sprint. |
/review |
Code review of diff. Use before opening PR. |
/scrape |
Pull data from URL. Use for research, competitive intel. |
/setup-browser-cookies |
Configure browser auth. Use first-time before /browse on logged-in site. |
/setup-deploy |
Bootstrap deploy pipeline. Use on new repo. |
/setup-gbrain |
Init gbrain knowledge graph. Use first-time per repo. |
/ship |
Open PR + summary. Use to ship completed work. |
/skillify |
Convert workflow to reusable skill. Use after repeating same pattern 3x. |
/sync-gbrain |
Sync repo state into gbrain. Use after big merges. |
/unfreeze |
Unlock frozen branch. Use to resume after /freeze. |
Created
May 20, 2026 14:33
-
-
Save jordotech/b7ff665b52a7e69b3ceee0e206ba4b2b to your computer and use it in GitHub Desktop.
gstack skills cheatsheet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment