We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05aabc5 commit 7a5f6fcCopy full SHA for 7a5f6fc
1 file changed
examples/workflows/pr-review/README.md
@@ -233,12 +233,13 @@ The review prompt utilize [code review extension](https://github.com/gemini-cli-
233
- Adjust review depth and focus areas
234
235
3. Edit `.github/workflows/gemini-review.yml` to use the customized prompt:
236
+
237
```yml
238
- prompt: '/code-review pr-review'
- + prompt: '/gemini-review'
239
+ + prompt: '/gemini-review pr-review'
240
```
241
-3. Commit the file to your repository:
242
+4. Commit the file to your repository:
243
```bash
244
git add .gemini/commands/gemini-review.toml
245
git commit -m "feat: customize PR review prompt"
0 commit comments