review-evoSelf-improving code reviewer that learns your codebase over time. Analyzes git history, spots patterns, identifies risk — and gets smarter every run.
Install via ClawdBot CLI:
clawdbot install 8co/review-evoRequires:
Grade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/8co/review-evoAudited Apr 17, 2026 · audit v1.0
Generated Mar 21, 2026
A development team is tasked with refactoring a legacy monolith into microservices. ReviewEvo analyzes the git history to identify tightly coupled modules, high-churn files that need immediate attention, and patterns in error handling to ensure consistency during the transition. It helps prioritize refactoring efforts based on risk hotspots and historical changes.
An open source maintainer uses ReviewEvo to onboard new contributors by reviewing pull requests against established conventions learned from the project's history. It flags deviations in naming or import patterns, ensures test coverage for new code, and tracks recurring issues to improve documentation and guidelines over time.
A small startup team rapidly iterates on an MVP with frequent commits. ReviewEvo monitors git activity to detect complexity bombs in recent diffs, identifies single-author files to mitigate bus factor risks, and builds a knowledge base of team conventions to maintain code quality as the codebase grows without slowing down development.
An enterprise needs to audit its codebase for security and compliance standards. ReviewEvo scans git history to find TODOs or FIXMEs older than 30 days, checks for dependencies with known issues via lock file analysis, and assesses risk indicators like large untested files to generate a health report for regulatory review.
A coding bootcamp integrates ReviewEvo into its curriculum to teach students about code quality and version control. It analyzes student projects over time, highlighting strengths and areas for improvement based on git patterns, and provides structured feedback to help learners develop self-review habits and understand industry best practices.
Offer a free tier for individual developers or small teams with basic git analysis and limited learnings storage. Charge for advanced features like integration with CI/CD pipelines, team collaboration dashboards, and priority support. Revenue comes from monthly subscriptions based on the number of repositories or users.
Sell on-premise or cloud-based licenses to large organizations requiring high security and customization. Include features like custom rule sets, compliance reporting, and dedicated training. Revenue is generated through annual contracts with tiered pricing based on codebase size and support levels.
Integrate ReviewEvo as a plugin or extension in popular developer platforms like GitHub, GitLab, or VS Code Marketplace. Monetize through a revenue share model where users pay for premium analysis within these ecosystems. Offer in-app purchases for additional insights or historical trend analysis.
💬 Integration Tip
Ensure git is installed and the repository has sufficient commit history before running the skill; use the learnings file to persist insights across sessions for continuous improvement.
Scored Jun 19, 2026
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Spec-first, TDD, subagent-driven software development workflow. Use when: (1) building any new feature or app — triggers brainstorm → plan → subagent executi...
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Systematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.