unified-review

Solid

Orchestrate multiple review types into a single multi-domain review with integrated reporting

Code & Development 308 stars 27 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
83
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Table of Contents - [Quick Start](#quick-start) - [When to Use](#when-to-use) - [Review Skill Selection Matrix](#review-skill-selection-matrix) - [Workflow](#workflow) - [1. Analyze Repository Context](#1-analyze-repository-context) - [2. Select Review Skills](#2-select-review-skills) - [3. Execute Reviews](#3-execute-reviews) - [4. Integrate Findings](#4-integrate-findings) - [Review Modes](#review-modes) - [Auto-Detect (default)](#auto-detect-(default)) - [Focused Mode](#focused-mode) - [Full Review Mode](#full-review-mode) - [Quality Gates](#quality-gates) - [Deliverables](#deliverables) - [Executive Summary](#executive-summary) - [Domain-Specific Reports](#domain-specific-reports) - [Integrated Action Plan](#integrated-action-plan) - [Modular Architecture](#modular-architecture) - [Exit Criteria](#exit-criteria) # Unified Review Orchestration Intelligently selects and executes appropriate review skills based on codebase analysis and context. ## Quick Start ```bash # Auto-detect and run appropriate reviews /full-review # Focus on specific areas /full-review api # API surface review /full-review architecture # Architecture review /full-review bugs # Bug hunting /full-review tests # Test suite review /full-review all # Run all applicable skills ``` **Verification:** Run `pytest -v` to verify tests pass. ## When To Use - Starting a full code review - Reviewing changes across multiple domains - Need intelligent selection of review s...

Details

Author
athola
Repository
athola/claude-night-market
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category