What I do
- Read
backend/AGENTS.mdto get the mandatory rules for Gemini API - Review the changed or new files that contain Gemini API agent code
- Check for:
- Rate limiting (10/hour per user for AI endpoints)
- Proper structured output schema handling
- Error handling and retry logic
- Correct client initialization
- No hardcoded API keys
- Report any violations with specific line references
When to use me
Use this after creating or modifying any Gemini API agent code. This should be run as part of the code review process.
Important notes
- The rules in
backend/AGENTS.mdare mandatory for all AI agent implementations - Focus on the specific rules in that file - don't make up additional requirements
- Provide actionable feedback with file:line references for any issues found
Source: Arkokat/hearthkeeper — distributed by TomeVault.