reversa-docs-analyst

Generate Highcharts-ready metrics and timeline data from module and dependency data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, npx, reversa-highcharts-visualizer, and includes assets (resource) and references (resource) components.

What problem does it solve?

This Skill turns quantitative code and project history signals into clear, decision-ready visual pages, so teams can understand complexity, dependencies, and evolution without manually assembling reports.

Core Features & Use Cases

  • Metric dashboards with Highcharts: Produces a multi-chart page (treemap LOC by folder, top complexity columns, LOC histogram, and dependency Sankey) for fast technical scanning.
  • Interactive timeline from project chronicle: Generates a timeline page (when chronicle.md exists) that turns historical events into a navigable visual sequence.
  • Deterministic, pipeline-friendly workflow: Reuses Mapper outputs (modules.json, deps.json) and optionally runs minimal extraction, then writes metrics/timeline data for the Publisher to render.

Quick Start

Run reversa-docs-analyst to generate the metrics dashboard and (when available) the interactive project timeline.

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 code complexity and dependencies in a dashboard?

To visualize code complexity and dependencies, this Skill transforms extracted module data into Highcharts-ready metrics, producing a multi-chart page with a treemap for LOC, top complexity columns, and a dependency Sankey diagram.

How do I generate an interactive project timeline from code history?

You can generate an interactive project timeline from your code history by using this Skill to parse a chronicle.md file and transform historical events into a navigable visual timeline page.

Do I need Python and npx to generate Highcharts documentation metrics?

Yes, you need Python and npx installed, along with the reversa-highcharts-visualizer dependency, to generate Highcharts documentation metrics and render the visual dashboard pages.

Can I reuse existing module and dependency JSON files for documentation metrics?

Yes, you can reuse existing modules.json and deps.json files as inputs. This Skill supports cache reuse from Mapper outputs to generate metrics.json and timeline.json without redundant data extraction.

What's the best way to turn module metrics into HTML without local fetch?

The best way to turn module metrics into HTML without local fetch is to inject RV_DATA directly into the HTML, allowing the Publisher to render static pages without runtime data fetching.

Why is my project timeline not generating during the documentation build?

Your project timeline is not generating because the Skill only produces a timeline page when a chronicle.md file exists in the project. Without this chronicle history, the timeline output is skipped.