Claude Code · Command
Commands for Claude Code
Slash commands that wrap multi-step workflows into a single keystroke. Each entry has a one-line install command you can copy straight into your Claude Code config.
/init
Initialize CLAUDE.md from existing codebase.
/review
Review a pull request — diff, scope, risks.
/security-review
Security review of pending changes on the current branch.
/compact
Summarise the conversation and reset context to a smaller working set.
/clear
Clear the current conversation context entirely.
/bug-fix
TDD-driven bug fix workflow — failing test first, then fix.
/hotfix
Emergency production fix path — minimal verification, fast rollout.
/pre-deploy
Run the full pre-deployment checklist before shipping.
/team-full
Full team workflow — product + dev + test for new features.
/team-product
Product team workflow — PM + BA + UX + strategy.
/team-dev
Dev team workflow — architect + backend + frontend + DB.
/team-test
Test team workflow — strategy + generation + execution + diagnosis.
/init-project
Bootstrap a new project with .claude/ scaffolding by tech stack.
/tailor-project
Scan an existing project and tailor .claude/ config to its actual stack.
/research-article
Keyword research → competitor analysis → article draft pipeline.