English | 中文
Gemini-specific adapter work for the
everything-agent-cli-to-claude-codeecosystem.
This repository focuses on Gemini-specific implementation details:
- CLI invocation shape
- local auth expectations
- wrapper behavior
- future skill packaging
Umbrella project:
| Area | Status |
|---|---|
| Repo scaffold | ready |
| Gemini wrapper | initial |
| Skills directory | ready |
| Auth assumption | local Gemini CLI login |
bin/gemini-review.shdocs/design.mdexamples/review-prompt.txtskills/usecli-gemini.mdtests/test_wrapper.sh
Run the local smoke test with:
bash tests/test_wrapper.shIt checks:
--helpworks- the wrapper can read
--prompt-file - the wrapper builds the expected Gemini CLI command shape under a mock binary
- broad review
- structured critique
- first-pass analysis
- turn the wrapper into a richer provider adapter
- add more Gemini-specific actions
- align with umbrella
usecli:*conventions