mirror of
https://github.com/duthaho/claudekit.git
synced 2026-07-24 13:41:00 +03:00
60 lines
1.1 KiB
Markdown
60 lines
1.1 KiB
Markdown
# /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
|
|
```
|