We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404a690 commit 94f0b77Copy full SHA for 94f0b77
1 file changed
examples/workflows/pr-review/README.md
@@ -232,6 +232,12 @@ The review prompt utilize [code review extension](https://github.com/gemini-cli-
232
- Include project-specific guidelines
233
- Adjust review depth and focus areas
234
235
+3. Edit `.github/workflows/gemini-review.yml` to use the customized prompt:
236
+ ```yml
237
+ - prompt: '/code-review pr-review'
238
+ + prompt: '/gemini-review'
239
+ ```
240
+
241
3. Commit the file to your repository:
242
```bash
243
git add .gemini/commands/gemini-review.toml
0 commit comments