A specialized Gemini CLI skill designed to provide a critical, senior-architectural perspective on feature plans and implementations.
To use this skill globally, run the following command in your Terminal (not inside Gemini CLI):
gemini skills install https://github.com/schuettc/gemini-reviewer.gitOnce installed, start a Gemini session and activate the skill:
# Inside your Gemini CLI session
activate_skill feature-reviewerThe reviewer is pre-configured to understand the "feature-driven" workflow structure:
- Detects Features: It reads your
docs/features/directory to find the context of what you are building. - Architectural Critique: It evaluates your
plan.mdand actual code changes. - Separate Review Storage: It saves its findings to a dedicated
gemini-reviews/folder, ensuring it doesn't interfere with your main development files.
The reviewer follows a senior-level SOP (defined in GEMINI.md) focusing on:
- Edge Case Analysis: Missed failure modes.
- Security: OWASP Top 10 and common pitfalls.
- Performance: Identifying non-obvious bottlenecks.
- Maintainability: Architectural alignment and project conventions.
MIT