reversa-docs-analyst

Generate interactive HTML dashboards from codebase metrics and project history.

Updated May 19, 2026
One-click install
npx skills add https://github.com/silaslopes100/lojacarmenedaniel --skill reversa-docs-analyst-silaslopes100
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-docs-analyst
Source: https://github.com/silaslopes100/lojacarmenedaniel/tree/main/.agents/skills/reversa-docs-analyst
Command: npx skills add https://github.com/silaslopes100/lojacarmenedaniel --skill reversa-docs-analyst-silaslopes100

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires highcharts, and includes assets (resource) components.

What problem does it solve?

This skill solves the difficulty of interpreting raw codebase data by automatically converting complex metrics like LOC, complexity, and dependency graphs into clear, professional visual dashboards.

Core Features & Use Cases

  • Quantitative Analysis: Generates treemaps, complexity histograms, and dependency sankey diagrams from your project structure.
  • Project Timeline: Automatically visualizes project history and key events from your chronicle.
  • Use Case: Use this skill to generate a comprehensive project health dashboard before a stakeholder meeting to demonstrate technical debt and development progress through visual data.

Quick Start

Activate the reversa-docs-analyst skill to generate the project dashboard and metrics report for the current repository.

Frequently Asked Questions about reversa-docs-analyst

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

FAQPage Schema
How do I visualize codebase metrics like complexity and LOC in an interactive dashboard?

Visualizing codebase metrics involves converting raw JSON data into interactive HTML dashboards. This skill generates treemaps, complexity histograms, and dependency sankey diagrams to transform project structure metrics into clear visual insights.

What is the best way to generate a dependency graph for a Python codebase?

Generating a dependency graph is best achieved by using Python-based extraction scripts to process module and dependency data. The output transforms raw dependency relationships into interactive sankey diagrams within an HTML dashboard.

Do I need Highcharts to generate code complexity histograms?

Yes, Highcharts is a required dependency to generate code complexity histograms. The visualization pipeline relies on Highcharts integration to render the interactive HTML dashboards from the extracted module data.

Can I use this to visualize project history and chronicle events for stakeholder meetings?

Yes, you can visualize project history and chronicle events for stakeholder meetings. The skill automatically visualizes project history and key events to demonstrate technical debt and development progress through visual data.

How does the reversa documentation pipeline transform raw code metrics into visual insights?

The reversa documentation pipeline transforms raw code metrics by using Python-based extraction scripts to process module and dependency data, which then generates statistical visualizations including treemaps and complexity histograms into interactive HTML dashboards.

What are the limitations of using treemaps for codebase visualization?

Limitations of using treemaps include the need for Python-based extraction scripts to process raw JSON data beforehand. The visualization output depends entirely on the accuracy of the extracted module and dependency data within the reversa documentation pipeline.