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:
@@ -318,6 +318,7 @@ pytest tests/test_ai_review.py::TestSecurityScanner -v
|
||||
5. Add tests in `tests/test_ai_review.py`
|
||||
|
||||
Example commands:
|
||||
- `@codebot help` - Show all available commands with examples
|
||||
- `@codebot triage` - Full issue triage with labeling
|
||||
- `@codebot explain` - Explain the issue
|
||||
- `@codebot suggest` - Suggest solutions
|
||||
|
||||
Reference in New Issue
Block a user