changelog
25Command
Auto-generate CHANGELOG.md from git history using Conventional Commits. Groups by version, categorizes changes, links PRs. Usage: /changelog [--since=v1.0.0] [--format=keepachangelog|conventional].
Command
Auto-generate CHANGELOG.md from git history using Conventional Commits. Groups by version, categorizes changes, links PRs. Usage: /changelog [--since=v1.0.0] [--format=keepachangelog|conventional].
Command
Run a comprehensive automated code review on staged changes or a specific branch/PR. Usage: /code-review [branch-name] or /code-review --staged.
Command
Connect this machine to Cortex Cloud via secure OAuth device login (no password in the terminal). Usage: /cortex-login [cloud-url].
Command
Disconnect this machine from Cortex Cloud — revokes the device token and removes local credentials. Usage: /cortex-logout.
Command
Show the current Cortex Cloud connection (org, plan) or whether the token was revoked. Usage: /cortex-status.
Command
Generate and manage database migrations safely. Usage: /db-migrate (generate|run|rollback|status).
Command
AI-powered debugging: analyze errors, trace root causes, read logs, and auto-fix issues. Usage: /debug.
Command
Auto-update dependencies safely: check outdated packages, review changelogs, test after each bump, rollback on failure. Usage: /dep-update [--security-only] [--major] [--dry-run].
Command
Prepare and execute deployment with pre-flight checks, security scan, and post-deploy health verification. Usage: /deploy (staging|production).
Command
Clean up unused Docker containers, images, volumes, and networks. Usage: /docker-clean [--all | --containers | --images | --volumes | --networks | --dangling].
Command
Generate end-to-end tests using Playwright (web) and Detox (mobile). Covers user flows, visual regression, and cross-browser testing. Usage: /e2e-test [flow-name|--all] [--visual].
Command
Validate environment variable parity across dev/staging/prod, detect config drift, and manage encrypted secrets. Usage: /env-sync [check | diff | encrypt | rotate | init].
Command
Estimate infrastructure and API costs for features at different scales. Usage: /estimate-cost "add RAG search with GPT-4" or /estimate-cost (analyzes current project).
Command
Generate feature flag system with MySQL + Redis cache, per-user/percentage rollout, kill switch, and admin UI. Usage: /feature-flags [init | create | list | toggle | cleanup].
Command
Build a visual feature dependency map of the codebase with Mermaid diagrams. Usage: /feature-map or /feature-map payments.
Command
Guided feature development from spec to PR with sprint plan tracking. Usage: /feature.
Command
Compare existing app against Alpha AI engineering standards — ONLY checks what's relevant to YOUR project. Generates GAPANALYSIS.md with what's present, missing, and needs migration. Usage: /gap-analysis [path-to-project].
Command
Generate complete brand identity with SVG logos, color system, typography, and design tokens. Claude writes SVG code directly — no API key needed. Usage: /gen-brand 'ProductName — description' or /gen-brand ./PRD.md.
Command
Generate CI/CD pipelines for GitHub Actions, GitLab CI, or Bitbucket Pipelines. Auto-detects stack from project. Usage: /gen-ci [github-actions|gitlab-ci|bitbucket] [--full].
Command
Generate a product demo / marketing video as versioned source — HyperFrames (HTML template → MP4, high quality) or Remotion (React) — with script → storyboard → TTS voiceover + captions → branded scenes → MP4. Reuses /gen-brand and /gen-mockup. Usage: /gen-demo-video ./PRD.md [--engine=hyperframes|remotion]…
Command
Generate comprehensive project documentation: README, Architecture Guide, API Reference, Deployment Guide, Contributing Guide, and User Manual. Usage: /gen-docs [--type=readme|architecture|api|deployment|contributing|manual|all] [--format=markdown|docusaurus].
Command
Generate Infrastructure as Code: Docker Compose, Kubernetes manifests, K3s manifests, Terraform configs, or Helm charts. Usage: /gen-infra [docker|k8s|k3s|terraform|helm] [--env=production].
Command
Generate clickable UI screen mockups/wireframes from a PRD or a one-line description. Claude writes self-contained HTML/Tailwind (or real Next.js) directly — no design tool or API key. Brand-consistent via BRANDGUIDE.md. Usage: /gen-mockup 'dashboard for a finance app' [--fidelity=low|mid|high]…
Command
Generate a brand-consistent pitch/demo deck from a PRD, market research, or a one-line idea. Authored as Marp/Slidev markdown, rendered to PDF/HTML (PPTX on request). Reuses /gen-brand, /market-research, /gen-mockup. Usage: /gen-pitch ./PRD.md [--mode=investor|hackathon|demo|sales] [--slides=12]…