reversa-docs-analyst

Aggregate code metrics and project timelines into interactive HTML dashboards.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analysts and teams often lack clear, quantitative visibility into software projects. This skill translates code metrics and project history into accessible dashboards that support decision making.

Core Features & Use Cases

  • Automatic metric dashboards: LOC, complexity, and dependency visualization from codebases.
  • Timeline visualization: Interactive chronicle of project events to track progress and milestones.
  • Use Case: Generate a dashboard for a multi-repo project to monitor LOC trends and release timelines.

Quick Start

Run the visualization workflow to produce metricas.html from the available mapper outputs and chronicle data.

Frequently Asked Questions about reversa-docs-analyst

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

FAQPage Schema
How do I generate code metrics dashboards from my software project?

To generate code metrics dashboards, you ingest mapper outputs like modules.json and deps.json to visualize LOC, complexity, and dependencies. This aggregates quantitative codebase data into interactive HTML dashboards for project governance.

What is the best way to visualize a project timeline and milestones?

Visualizing a project timeline requires a chronicle.md file containing project events. The system processes this chronicle data to produce an interactive timeline.html file that tracks progress and milestones.

Can I use Highcharts to display software complexity and LOC trends?

Yes, you can display software complexity and LOC trends using the reversa-highcharts-visualizer. It generates interactive metricas.html dashboards that translate code metrics into clear visual representations.

Do I need a local configuration file to build code metric visualizations?

Yes, you need a local .config.json file to build code metric visualizations. Combined with mapper outputs and chronicle data, it configures the generation of interactive dashboards for multi-repo projects.

What data formats are required to create interactive codebase dashboards?

Creating interactive codebase dashboards requires modules.json and deps.json mapper outputs for metrics, plus an optional chronicle.md for timeline events. These files provide the quantitative and historical data needed for visualization.