repo-status

Generate a .status.md repository overview with inventory, clustering, ranking, and health assessment.

2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/DojoGenesis/gateway --skill repo-status-dojogenesis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-status
Source: https://github.com/DojoGenesis/gateway/tree/main/plugins/system-health/skills/repo-status
Command: npx skills add https://github.com/DojoGenesis/gateway --skill repo-status-dojogenesis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Produce a single, structured .status.md that gives agents and humans an immediate, navigable snapshot of a repository by combining filesystem exploration, semantic clusters, file importance ranking, and a focused health assessment to accelerate onboarding, audits, and handoffs.

Core Features & Use Cases

  • Whole-repo Grounding: Rapidly surface vision, tech stack, and core documents to build an accurate mental model before deep work.
  • Deep Inventory & Metrics: Parallel file counts, LOC estimates, package/module enumeration, and per-layer status for frontend, backend, infra, and docs.
  • Semantic Clustering & Prioritization: Map components to behavioral verbs, produce component tables, identify orphans, and rank files into criticality tiers.
  • Health Assessment & Verification: Generate critical/security/sustainability checks, programmatically verify statistics, and produce actionable next steps and workstreams.

Quick Start

Generate a comprehensive .status.md for the repository at the provided repo_path.

Frequently Asked Questions about repo-status

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

FAQPage Schema
How do I generate a comprehensive repository health assessment for onboarding?

To generate a repository health assessment, apply a status audit tool to your local or cloned code repository path. It produces a single .status.md file combining filesystem inventory, semantic clustering, file importance ranking, and health checks for rapid onboarding.

What is the best way to create a codebase overview document for a handoff?

Creating a codebase overview document for handoffs is best done by generating a structured .status.md file. This file maps semantic clusters, enumerates packages, and ranks file criticality to provide an immediate, navigable snapshot for the receiving developer.

Can I audit repository health without installing external dependencies?

Yes, you can audit repository health without external dependencies because the status generation process requires only read access to the repository path and basic file listing and line counting capabilities, along with optional semantic cluster references for mapping.

How does semantic clustering work during a repository audit?

Semantic clustering during a repository audit works by mapping codebase components to behavioral verbs, producing component tables, identifying orphans, and ranking files into criticality tiers to build an accurate mental model before deep refactoring work.

What should a pre-refactor planning file inventory include?

A pre-refactor planning file inventory should include parallel file counts, lines of code estimates, package and module enumeration, and per-layer status for frontend, backend, infrastructure, and documentation to accurately ground the refactoring scope.

When do I need a single-file repository status document?

You need a single-file repository status document when you require an immediate, navigable snapshot for onboarding, periodic health checks, handoffs, or pre-refactor planning, combining filesystem metrics and security checks into one structured overview.