reversa-docs-analyst

Generates dashboard charts and timelines from code metrics and project events for documentation sites.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill turns quantitative code data and project history into clear, decision-ready documentation visuals for a documentation mini-site.

Core Features & Use Cases

  • Quantitative metrics translation: Converts LOC, complexity, dependencies, and language distribution into structured metrics.json and renders a multi-chart dashboard.
  • Interactive timeline generation: When chronicle.md exists, converts event history into timeline.json and builds an interactive timeline page.
  • On-demand robustness via existing pipeline assets: Reuses Mapper outputs (modules.json, deps.json) and runs minimal extraction or Publisher Highcharts bootstrapping when operating in isolation.

Quick Start

Ask your agent to run /reversa-docs-analyst to generate metricas.html from existing Mapper JSONs and create timeline.html if chronicle.md is present.

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 dashboard charts from code complexity and LOC metrics?

To generate dashboard charts from code complexity and LOC metrics, you need a pipeline that reads modules.json and deps.json to render treemap LOC, complexity bars, dependency sankey, and LOC histogram visuals into an HTML mini-site.

Can I build an interactive project timeline from a markdown event history?

Yes, you can build an interactive project timeline from a markdown event history by parsing an existing chronicle.md file, converting its event data into timeline.json, and rendering an interactive timeline HTML page.

Does Highcharts work with JSON visualization for code dependency analysis?

Highcharts works with JSON visualization for code dependency analysis by rendering pre-processed dependency data into a sankey diagram, requiring no local fetches during the HTML rendering process inside the documentation pipeline.

How to render quantitative code metrics into an HTML documentation site?

To render quantitative code metrics into an HTML documentation site, extract LOC, complexity, and language distribution into structured metrics.json, then generate a multi-chart dashboard and write outputs strictly under the documentation directory.

Do I need Mapper outputs to generate code metrics visualization?

You do not strictly need Mapper outputs to generate code metrics visualization; the process can run minimal extraction on its own, but reusing existing modules.json and deps.json provides more robust dependency analysis.