xreview

Automate project-aware code review of git diffs with multi-agent analysis.

1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/mkerchenski/hurrah-tv --skill xreview-mkerchenski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xreview
Source: https://github.com/mkerchenski/hurrah-tv/tree/main/.claude/skills/xreview
Command: npx skills add https://github.com/mkerchenski/hurrah-tv --skill xreview-mkerchenski

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

xreview eliminates the risk of shipping subtle Hurrah.tv code issues by running a structured, project-aware multi-agent review over the exact diff you’re about to commit or push.

Core Features & Use Cases

  • Mode-based multi-agent code review: run either a quick CLAUDE.md compliance + bug scan or a full review pipeline with Hurrah.tv-specific reviewers and a system review overlay.
  • Inline auto-fixes for high-confidence findings: automatically fix every finding scored 50+ (default behavior) and then re-verify build/test/format gates.
  • Always-on follow-up issue candidates: surface deferred, out-of-scope, adjacent improvements, and patterns worth tracking so technical debt doesn’t vanish after the review.

Quick Start

Run xreview in review mode over your default diff by telling the AI: “Execute /xreview --unpushed with full review.”

Frequently Asked Questions about xreview

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review on a git diff before pushing?

Automate code review on a git diff by running multi-agent analysis over selected changes, applying inline auto-fixes for high-confidence findings, and verifying build gates before pushing.

What is multi-agent static analysis for pre-commit code review?

Multi-agent static analysis uses specialized reviewers and a system pass to scan unpushed git diffs, enforcing project conventions, checking data safety, and filtering findings by confidence score.

Can I run automated code review on Blazor WASM and .NET Minimal API projects?

Yes, automated code review supports Blazor WASM and .NET Minimal API projects by applying project-aware rules, checking CLAUDE.md conventions, and running dotnet format verification during review.

How do I automatically fix code issues found during a git diff review?

Automatically fix code issues by configuring review to default-fix findings scored 50 or above inline, then re-verifying build and test gates before generating follow-up issue candidates.

How are GitHub issues handled during automated pre-push code review?

During automated pre-push code review, GitHub issues are not auto-posted; instead, it surfaces deferred issues, adjacent improvements, and technical debt patterns as follow-up issue candidates for manual tracking.