quality-report-generate

Generate quality reports with metrics and verification from validation artifacts.

Updated Nov 13, 2025
One-click install
npx skills add https://github.com/AbeJitsu/Game-Settings-Panel --skill quality-report-generate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-report-generate
Source: https://github.com/AbeJitsu/Game-Settings-Panel/tree/main/.claude/skills/calypso/quality-report-generate
Command: npx skills add https://github.com/AbeJitsu/Game-Settings-Panel --skill quality-report-generate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually compiling quality metrics and validation results for complex projects is time-consuming and prone to oversight. This Skill automates the generation of a comprehensive quality report, providing all evidence needed for confident deployment approval and saving you hours of reporting.

Core Features & Use Cases

  • Aggregated Validation: Collects and summarizes results from all previous validation gates (structure, semantic, visual accuracy) into a single, coherent report.
  • Detailed Metrics: Calculates overall quality scores, content completeness, structural compliance, and semantic compliance for a holistic view.
  • Dual Output Formats: Produces both human-readable Markdown reports for review and machine-readable JSON metrics for CI/CD and automated dashboards.
  • Use Case: After a chapter's HTML conversion and validation, generate a final quality report to present to stakeholders, confirming its readiness for production deployment with full transparency.

Quick Start

Generate a quality report for Chapter 2 using all available validation artifacts.

Frequently Asked Questions about quality-report-generate

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

FAQPage Schema
How do I generate a quality report from validation artifacts in CI/CD?

Quality reports aggregate validation results from structure, semantic, and content checks into a single comprehensive assessment. This Skill collects validation artifacts, calculates quality scores across multiple dimensions, and outputs both human-readable Markdown and machine-readable JSON to support deployment gate decisions.

What metrics does a quality report include for deployment approval?

Quality reports compute overall quality scores, content completeness, structural compliance, and semantic compliance across all validation stages. These metrics provide stakeholders with transparent evidence of readiness and are exported as JSON for automated CI/CD workflows and dashboards.

Can I use quality reports to automate deployment decisions?

Yes. The Skill produces machine-readable JSON metrics alongside human-readable Markdown, enabling automated deployment gates to consume quality scores and validation summaries directly in CI/CD pipelines without manual review.

What input files do I need to generate a quality report?

Quality reports require validation artifacts: validation_structure.json, validation_semantic.json, consolidation_log.json, and the generated chapter HTML. The Skill extracts metadata and scores from these inputs to produce verified quality documentation.

When should I generate a quality report in my deployment workflow?

Generate quality reports after HTML conversion and all validation gates complete. Use them as the final checkpoint before production deployment to confirm structural compliance, semantic accuracy, and content completeness across the chapter.