repo-audit

Analyze repository structure, dependencies, and configuration health into audit reports.

1|Updated Jul 14, 2026
One-click install
npx skills add https://github.com/TzJ2006/gadget --skill repo-audit-tzj2006
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: repo-audit
Source: https://github.com/TzJ2006/gadget/tree/main/skills/repo-audit
Command: npx skills add https://github.com/TzJ2006/gadget --skill repo-audit-tzj2006

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

repo-audit helps teams understand and diagnose a repository by producing structured audit reports that reveal structure, dependencies, and configuration health.

Core Features & Use Cases

  • Analyze repository structure and dependencies to identify potential issues
  • Output both human-readable documents and machine-readable data for automation
  • Support onboarding, health checks, and planning for refactors

Quick Start

Invoke the /repo-audit command at the repository root to generate a complete audit report.

Frequently Asked Questions about repo-audit

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

FAQPage Schema
How do I analyze repository structure and dependencies for a codebase health check?▼

A repository health check analyzes structure, dependencies, and configuration health to produce a structured audit report. It yields a human-readable repo-audit.md and a machine-readable repo-audit.json with actionable findings and tidy guidance.

What does a repository audit reveal for pre-refactor planning?▼

A repository audit reveals codebase structure, dependency graphs, and configuration health to support pre-refactor planning. It identifies potential issues and generates actionable findings for optimizing large codebases before refactoring.

Can I generate machine-readable codebase analysis output for automation?▼

Yes, codebase analysis generates a machine-readable repo-audit.json file alongside a human-readable repo-audit.md document. This dual output supports both automated processing and manual review workflows.

What is the best way to audit dependencies and configuration health during onboarding?▼

The best way to audit dependencies and configuration health during onboarding is to generate a structured repository audit report. This reveals codebase structure and potential issues, helping new teams understand and diagnose the repository quickly.

Does repo-audit work with large codebases for dependency graph analysis?▼

Yes, repository audit tools work with large codebases for dependency graph analysis and health checks. They analyze repository structure to reveal dependencies and configuration health, producing structured outputs applicable to large-scale pre-refactor planning.