reversa-docs-analyst

Generate metrics dashboards from quantitative codebase data.

1|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/stribus/pygerengastos --skill reversa-docs-analyst-stribus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-docs-analyst
Source: https://github.com/stribus/pygerengastos/tree/main/.agents/skills/reversa-docs-analyst
Command: npx skills add https://github.com/stribus/pygerengastos --skill reversa-docs-analyst-stribus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transforma dados quantitativos do código e do histórico do projeto em dashboards interativos para facilitar a tomada de decisão e monitoramento de progresso.

Core Features & Use Cases

  • Dashboard de métricas: treemap de LOC, barras de complexidade, Sankey de dependências e histograma de eventos.
  • Timeline interativa: linha do tempo com eventos do projeto para monitoramento de marcos.
  • Reuso de dados: utiliza JSONs intermediários de métricas e chronicle para carregamento rápido.

Quick Start

Activate the reversa-docs-analyst workflow to generate the metrics dashboard from repository 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 visual dashboards from code metrics like LOC and complexity?

You can generate visual dashboards from code metrics by processing modules.json and deps.json to produce interactive HTML charts for LOC, complexity, and dependencies. The workflow outputs artifacts under a .reversa/documentation directory.

What is the best way to visualize project event timelines and milestones continuously?

Visualizing project event timelines is done by processing chronicle data into an interactive timeline chart, providing continuous visibility into project milestones and historical events directly within an HTML dashboard.

How do code metrics dashboards handle dependency visualization for large software projects?

Code metrics dashboards handle dependency visualization by reading deps.json and generating Sankey diagrams, mapping complex module relationships and dependencies within the software project for easier insight.

Do I need specific input files to create a project metrics dashboard?

Yes, creating a project metrics dashboard requires specific input files. The process reads modules.json, deps.json, chronicle data, and configuration files to accurately calculate metrics and render the visual outputs.

Can I reuse intermediate metrics data for faster dashboard loading?

You can reuse intermediate metrics data for faster dashboard loading by utilizing generated metrics.json files, allowing rapid chart rendering without recalculating quantitative codebase data from the original sources.