generate-report

Generate a JSON report of translation pipeline results with per-folder and per-query details.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/nbuzzano/agentix-poc --skill generate-report-nbuzzano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-report
Source: https://github.com/nbuzzano/agentix-poc/tree/main/src/skills/generate-report
Command: npx skills add https://github.com/nbuzzano/agentix-poc --skill generate-report-nbuzzano

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aggregates results from the read, translate, and validate stages into a centralized, actionable report that aids decision-making for migration projects and ongoing optimizations.

Core Features & Use Cases

  • Executive summary: Generates an at-a-glance overview of success, failures, and warnings across the entire pipeline.
  • Per-folder and per-query insights: Produces structured details suitable for review, QA, and remediation planning.
  • Recommendations & blockers: Extracts actionable recommendations and identifies blockers to speed up improvements.
  • Output formats: Produces JSON, CSV, and HTML representations for downstream tooling and stakeholder reporting.

Quick Start

Provide the complete results from the read, translate, and validate stages to generate the executive report.

Frequently Asked Questions about generate-report

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

FAQPage Schema
How do I generate a translation report summarizing pipeline results?

To generate a translation report, provide complete results from the read, translate, and validate pipeline stages. The skill aggregates this data into a structured JSON report with per-folder and per-query details, highlighting success rates, failures, and warnings.

What is the best way to track migration failures and warnings across folders?

Tracking migration failures requires aggregating pipeline stage outputs into a centralized report. This skill assesses overall success rates and highlights patterns in failures across folders and queries, generating actionable recommendations and identifying blockers.

Can I export translation pipeline logs to HTML or CSV for stakeholder reporting?

Yes, translation pipeline logs can be exported to HTML and CSV. Alongside the structured JSON output, these formats provide downstream tooling compatibility and accessible stakeholder reporting for post-migration decision-making.

How do I identify blockers and actionable recommendations after a translation pipeline run?

Identifying blockers involves analyzing aggregated read, translate, and validate stage results. The generated report extracts actionable recommendations and explicitly highlights blockers to speed up remediation planning and ongoing optimizations.

Does this reporting tool require specific dependencies to process validation logs?

No specific dependencies are required to process validation logs. The skill operates independently to aggregate read, translate, and validate stage outputs, producing structured JSON, CSV, and HTML reports without external component prerequisites.