full-repo-review

Review all repository source files in a 3-wave process and produce a prioritized issue backlog.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/seanyofthedead/omaha-oracle --skill full-repo-review-seanyofthedead
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: full-repo-review
Source: https://github.com/seanyofthedead/omaha-oracle/tree/main/.claude/skills/full-repo-review
Command: npx skills add https://github.com/seanyofthedead/omaha-oracle --skill full-repo-review-seanyofthedead

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill performs a thorough analysis of all source files in a repository, generating a prioritized issue backlog to improve codebase health.

Core Features & Use Cases

  • Comprehensive Review: Analyzes all source files, not just changed files, using a 3-wave review process.
  • Prioritized Backlog: Produces a prioritized issue list for triage and resolution.
  • Use Case: Ideal for quarterly health checks, after major refactors, or onboarding to a new codebase.

Quick Start

Run the full-repo-review skill with the command 'full-repo-review'.

Frequently Asked Questions about full-repo-review

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

FAQPage Schema
How do I perform a full codebase health check on an entire repository?▼

A full codebase health check reviews all source files in a repository using a 3-wave process to identify problems. This generates a prioritized issue backlog to systematically improve overall repository health.

When should I run a comprehensive repository analysis instead of just reviewing changed files?▼

Comprehensive repository analysis is necessary when you need to evaluate all source files, not just changed ones. Run it during quarterly health checks, after major refactors, or when onboarding to a new codebase.

Do I need Python to run a full repository review?▼

Yes, you need Python installed to run the pre-checks required by the full repository review. The actual source file analysis is then executed using the comprehensive-review skill.

How does the 3-wave review process work for repository analysis?▼

The 3-wave review process analyzes all repository source files in structured passes to detect issues. It concludes by producing a structured report containing a prioritized issue backlog for codebase triage.

What is the best way to generate a prioritized issue backlog for legacy code?▼

The best way to generate a prioritized issue backlog for legacy code is running a full repository review. It analyzes all source files and outputs a structured report for immediate triage and health improvement.

Can I use this repository analysis on a codebase after a major refactor?▼

Yes, running a full repository review after a major refactor analyzes all source files to catch newly introduced issues. It produces a prioritized backlog to ensure the codebase maintains good health.