Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ and :thumbsup: is added when the command has been successfully executed.
| `/gs review` | :fontawesome-brands-github: | Run an AI-powered code review on this PR | Executes `code-review@v1` once on the current PR |
| `/gs desc` | :fontawesome-brands-github: | Generate a description of the changes in this PR | Executes `describe-changes@v1` once on the current PR with `concat_mode: append` |
| `/gs etr` | :fontawesome-brands-github: | Add estimated time to review label | Adds a label with the estimated review time based on the PR changes |
| `/gs code-experts` | :fontawesome-brands-github: | Add a comment with codeExperts suggestion for current changes | Executes `explain_code_experts@v1` once on the current PR |
| `/gs experts` | :fontawesome-brands-github: | Add a comment with codeExperts suggestion for current changes | Executes `explain-code-experts@v1` once on the current PR |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Maintainability - Command Inconsistency: Either update the command name to match the action name (e.g., /gs code-experts) or ensure the action name and description align with the shortened command name for consistency.

Suggested change
| `/gs experts` | :fontawesome-brands-github: | Add a comment with codeExperts suggestion for current changes | Executes `explain-code-experts@v1` once on the current PR |
| `/gs experts` | :fontawesome-brands-github: | Add a comment with experts suggestion for current changes | Executes `explain-code-experts@v1` once on the current PR |

| `/gs help` | :fontawesome-brands-github: | Show help message with available commands | Displays a comment with the list of all available gitStream commands |
</div>