repo-deep-dive-report

Analyze repository architecture and entrypoints to generate Markdown and HTML review deliverables.

5|1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/lemonhall/tashan-development-loop --skill repo-deep-dive-report-lemonhall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-deep-dive-report
Source: https://github.com/lemonhall/tashan-development-loop/tree/main/repo-deep-dive-report
Command: npx skills add https://github.com/lemonhall/tashan-development-loop --skill repo-deep-dive-report-lemonhall

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes and documents a code repository to reveal its architecture, entry points, and extension points, producing a structured, evidence-driven review with actionable recommendations and a ready-to-share artifact.

Core Features & Use Cases

  • Global architecture map showing top-level modules, responsibilities, and data flow.
  • Entrypoint tracing from anchors (CLI/HTTP/jobs) to critical components to explain initialization and execution.
  • MD+HTML deliverables with diagrams (Mermaid) and a scored evaluation for governance, onboarding, and maintenance.
  • Standalone artifacts suitable for architecture reviews, onboarding teams, and literature of record.

Quick Start

Run the workflow on a target repository to produce an MD+HTML review with diagrams and a scored evaluation.

Frequently Asked Questions about repo-deep-dive-report

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

FAQPage Schema
How do I document a repository architecture and generate a review scorecard?

To document repository architecture and generate a review scorecard, you trace entrypoints and execution flow to produce structured Markdown and HTML deliverables with Mermaid diagrams and actionable recommendations.

What is the best way to map code execution flow from CLI and HTTP entrypoints?

Mapping code execution flow from CLI and HTTP entrypoints involves tracing anchors to critical components, explaining initialization, and producing a global architecture map of top-level modules and data flow.

Can I generate offline documentation artifacts with Mermaid diagrams for onboarding?

Yes, you can generate offline documentation artifacts with Mermaid diagrams for onboarding. The process produces standalone Markdown and HTML deliverables containing visual diagrams and a scored evaluation.

How do I create an evidence-driven architecture review for a codebase?

Creating an evidence-driven architecture review requires applying a phase-driven process covering global mapping, high-leverage modules, and documentation, resulting in a scorecard with concrete recommendations.

Does this approach work for evaluating governance and maintenance readiness?

Yes, this approach works for evaluating governance and maintenance readiness by generating a scored evaluation and structured review artifact suitable for architecture reviews and team onboarding.

What are the limitations of automated repo review deliverables?

Automated repo review deliverables rely on identifying static entrypoints and architecture patterns, meaning they may not fully capture dynamic runtime behaviors or external undocumented integrations outside the repository.