Command Reference
All ext.dev projects include a set of custom Claude Code slash commands. These commands are defined in each project’s .claude/commands/ directory and are available automatically when you open the project in VS Code with Claude Code active.
How to Use
Type / in the Claude Code chat panel to see the list of available commands. Select a command or type its full name (e.g. /rollout #123).
Command Overview
| Command | Description |
|---|---|
| /issue | Fetch a dev issue from GitLab and implement it |
| /clientissue | Read a client issue, plan a solution, create a dev issue |
| /clientissues | Browse open client issues and complete one end-to-end |
| /clientfeedback | Post a client-facing status update in German |
| /rollout | Stage, commit, push, and update GitLab issues |
| /merge | Create and merge a GitLab merge request |
| /composer | Add, remove, or update PHP Composer packages in Docker |
| /techdebt | Scan touched files for technical debt |
| /learnings | Capture reusable project knowledge |
| /production-health | Check production server health metrics |
Typical Flow
Most development follows this sequence:
/clientissues → /techdebt → /learnings → /rollout → /merge → /clientfeedback
The /clientissues command can orchestrate this entire flow automatically.