feat: Add @codebot help command for instant discoverability
All checks were successful
Enterprise AI Code Review / ai-review (pull_request) Successful in 16s
All checks were successful
Enterprise AI Code Review / ai-review (pull_request) Successful in 16s
Implements help command that shows all available bot commands with examples and categories. Users can now type '@codebot help' to see complete command list without reading docs.
This commit is contained in:
@@ -173,6 +173,7 @@ In any issue comment:
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `@codebot help` | **Help:** Show all available commands with examples |
|
||||
| `@codebot setup-labels` | **Setup:** Automatically create/map repository labels for auto-labeling |
|
||||
| `@codebot triage` | Full issue triage with auto-labeling and analysis |
|
||||
| `@codebot summarize` | Summarize the issue in 2-3 sentences |
|
||||
@@ -180,6 +181,8 @@ In any issue comment:
|
||||
| `@codebot suggest` | Suggest solutions or next steps |
|
||||
| `@codebot` (any question) | Chat with AI using codebase/web search tools |
|
||||
|
||||
**New to OpenRabbit?** Just type `@codebot help` in any issue to see all available commands!
|
||||
|
||||
### Label Setup Command
|
||||
|
||||
The `@codebot setup-labels` command intelligently detects your existing label schema and sets up auto-labeling:
|
||||
|
||||
Reference in New Issue
Block a user