mirror of
https://github.com/duthaho/claudekit.git
synced 2026-06-15 06:24:57 +03:00
1.1 KiB
1.1 KiB
/help - Help Command
Purpose
Display available commands and their usage.
Usage
/help [command name]
Show help for: $ARGUMENTS
Available Commands
Development Workflow
| Command | Description |
|---|---|
/feature |
Full feature development workflow |
/fix |
Debug and fix bugs |
/review |
Code review |
/test |
Generate tests |
/tdd |
Test-driven development |
/refactor |
Improve code structure |
Git & Deployment
| Command | Description |
|---|---|
/commit |
Create commit with message |
/ship |
Commit + PR workflow |
/pr |
Create pull request |
/deploy |
Deploy to environment |
Documentation
| Command | Description |
|---|---|
/doc |
Generate documentation |
/plan |
Create implementation plan |
Security & Quality
| Command | Description |
|---|---|
/security-scan |
Scan for vulnerabilities |
/api-gen |
Generate API code |
Getting Help
For detailed help on a specific command:
/help [command-name]
For general Claude Code help:
/help