mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-24 21:10:43 -07:00
docs: move deep-review guide to skill folder as README
This commit is contained in:
@@ -100,9 +100,21 @@ Adhere to these best practices when using the deep review skill.
|
||||
- **Use isolated profiles**: The skill uses `~/.gemini-deep-review` on the
|
||||
remote host to avoid interfering with your primary Gemini CLI configuration.
|
||||
|
||||
## Next steps
|
||||
## Technical details
|
||||
|
||||
This skill uses an isolated Gemini profile on the remote host (`~/.gemini-deep-review`) to ensure that verification tasks do not interfere with your primary configuration.
|
||||
|
||||
### Directory structure
|
||||
- `scripts/review.ts`: Local orchestrator (syncs scripts and pops terminal).
|
||||
- `scripts/worker.ts`: Remote engine (provisions worktree and runs parallel tasks).
|
||||
- `scripts/check.ts`: Local status poller.
|
||||
- `scripts/clean.ts`: Remote cleanup utility.
|
||||
- `SKILL.md`: Instructional body used by the Gemini CLI agent.
|
||||
|
||||
## Contributing
|
||||
|
||||
If you want to improve this skill:
|
||||
1. Modify the TypeScript scripts in `scripts/`.
|
||||
2. Update `SKILL.md` if the agent's instructions need to change.
|
||||
3. Test your changes locally using `npm run review <PR>`.
|
||||
|
||||
- [Skills](skills.md): Learn more about how Gemini CLI uses skills to expand
|
||||
capabilities.
|
||||
- [Session management](session-management.md): Understand how to manage your
|
||||
local and remote Gemini sessions.
|
||||
@@ -178,8 +178,7 @@
|
||||
"slug": "docs/issue-and-pr-automation"
|
||||
},
|
||||
{ "label": "Local development", "slug": "docs/local-development" },
|
||||
{ "label": "NPM package structure", "slug": "docs/npm" },
|
||||
{ "label": "Deep PR review", "slug": "docs/cli/deep-review" }
|
||||
{ "label": "NPM package structure", "slug": "docs/npm" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user