Gemini Review
Analyzes text content using Gemini models to provide detailed feedback on clarity, style, and potential improvements.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gemini-review npx -- -y @trustedskills/gemini-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gemini-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gemini-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The gemini-review skill enables AI agents to interact with Google's Gemini model for reviewing and analyzing content. It facilitates tasks like summarizing long documents, checking code quality, or validating data against specific criteria using Gemini’s reasoning capabilities.
When to use it
- You need an external LLM to audit generated code before deployment.
- You want to summarize lengthy research papers or reports into actionable insights.
- You require a second opinion on creative writing drafts for tone and clarity.
- You are building a workflow that needs cross-validation of facts using Gemini’s knowledge base.
Key capabilities
- Integrates directly with the Gemini API for real-time analysis.
- Supports multi-turn conversations for iterative review processes.
- Handles various input formats including text, code snippets, and structured data.
- Provides detailed feedback on logic errors, style inconsistencies, and factual inaccuracies.
Example prompts
- "Review this Python function for potential security vulnerabilities and suggest improvements."
- "Summarize the key findings from this 50-page market research report in bullet points."
- "Act as a senior editor and critique this blog post draft for clarity and engagement."
Tips & gotchas
Ensure you have a valid API key configured for Google Gemini before activating the skill, as it relies on external model access. Be mindful of input length limits when submitting large documents for review to avoid truncation or errors.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.