You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-commands.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,9 @@ and :thumbsup: is added when the command has been successfully executed.
22
22
<divclass="commands-details"markdown=1>
23
23
| Command | Platform | Description | Action |
24
24
|---------|----------|-------------|--------|
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 |
0 commit comments