Augments human code review by summarizing changes, surfacing key review questions, assessing test coverage, and identifying low-risk sections.
Validates operator chart contribution practices (helm template, ct lint, docs generation, version bump) before committing changes.
Reviews vMCP code changes for known anti-patterns that make the codebase harder to understand or more brittle. Use when reviewing PRs, planning features, or refactoring vMCP code.
Finds flaky tests on the main branch by analyzing GitHub Actions failures, ranks them by frequency, and enters parallel plan mode to design deflake strategies.
Implements a GitHub user story from planning through PR creation, with research, codebase analysis, and structured commits.
Creates ToolHive release PRs by analyzing commits since the last release, categorizing changes, recommending semantic version bump type (major/minor/patch), and triggering the…
Use ToolHive to install, isolate, update, and govern MCP servers so agents connect to a predictable local or Kubernetes-backed tool surface instead of a pile of hand-managed…