Skip to content

Commit ebb8c32

Browse files
authored
Update commands list and improve command descriptions (#787)
1 parent 54367bc commit ebb8c32

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/user-commands.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ and :thumbsup: is added when the command has been successfully executed.
2222
<div class="commands-details" markdown=1>
2323
| Command | Platform | Description | Action |
2424
|---------|----------|-------------|--------|
25-
| `/gs review` | :fontawesome-brands-github: | Runs a one-time code review on the current PR | Executes `code-review@v1` once on the current PR |
26-
| `/gs desc` | :fontawesome-brands-github: | Generates or updates the PR description with AI-powered change summary | Executes `describe-changes@v1` once on the current PR with `concat_mode: append` |
27-
| `/gs help` | :fontawesome-brands-github: | Displays available commands and their descriptions | Adds a new PR comment with the list of available commands |
25+
| `/gs review` | :fontawesome-brands-github: | Run an AI-powered code review on this PR | Executes `code-review@v1` once on the current PR |
26+
| `/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` |
27+
| `/gs etr` | :fontawesome-brands-github: | Add estimated time to review label | Adds a label with the estimated review time based on the PR changes |
28+
| `/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 |
29+
| `/gs help` | :fontawesome-brands-github: | Show help message with available commands | Displays a comment with the list of all available gitStream commands |
2830
</div>

0 commit comments

Comments
 (0)