Skills Reference
32 slash commands available in the agent chat. Type / to see them all.
Development
| Skill | Description |
/commit | Stage and commit changes with an AI-generated message |
/diff | Show current changes with AI summary |
/review | Code review of current changes |
/deploy | Deploy to configured target |
/test | Run tests and analyze failures |
/debug | Systematic debugging of errors |
/refactor | Refactor selected code with AI guidance |
/security | Security scan of current codebase |
Planning
| Skill | Description |
/plan | Create an implementation plan |
/investigate | Deep dive into a bug or question |
/release | Prepare a release (changelog, version bump) |
/rollback | Revert to a previous checkpoint |
/migrate | Database or code migration assistant |
Agent Management
| Skill | Description |
/memory | View and manage agent memory |
/compact | Manually compact context window |
/cost | Show session cost breakdown |
/model | Switch AI model or provider |
/doctor | Diagnose agent health and config |
/learn | Teach the agent about your project |
/profile | View your expertise profile |
Team
| Skill | Description |
/standup | Generate standup notes from recent work |
/handoff | Create a structured session handoff |
/onboard | Onboard to a new codebase |
/pair | Start a pair programming session |
/teach | Generate documentation from code |
/notify | Send notifications to team channels |
Operations
| Skill | Description |
/monitor | Check service health and metrics |
/benchmark | Run performance benchmarks |
/browse | Browse the web and extract content |
/schedule | Schedule recurring tasks |
/workflow | Create and run multi-step workflows |
/autofix | Auto-fix common issues (lint, types, deps) |