feat(gemini): add Gemini review support and providers document#281
Open
feat(gemini): add Gemini review support and providers document#281
Conversation
Add format_for_gemini() that outputs reviews as a numbered sequential list since Gemini CLI has no parallel subagent dispatch. Register it in the FORMATTERS dict so the MCP server accepts --platform gemini. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adapted from Claude plugin skills with sequential execution model instead of parallel Task dispatch, matching Gemini CLI capabilities. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
User-facing document covering Claude Code (full support), Gemini CLI (partial — workflows + sequential reviews), other MCP-compatible CLIs, and how to add a new provider. Update README platform table to link it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
format_for_gemini()formatter that outputs reviews as a numbered sequential list (Gemini CLI lacks parallel subagent dispatch), registered in the MCP server'sFORMATTERSdict/reviewand/configure_reviewsTOML skills for Gemini CLI, adapted from Claude plugin with sequential execution modeldoc/providers.mddocumenting the provider landscape (Claude full support, Gemini partial, generic MCP setup, adding new providers) and update README platform tableTest plan
uv run pytest tests/unit/review/test_formatter.py— 21 tests pass (12 Claude + 9 new Gemini)uv run pytest— full suite passes (768 passed)uv run ruff check— no lint errors--platform geminiand callget_review_instructions— returns sequential format🤖 Generated with Claude Code