generate-qa-report

Aggregates validation and audit findings into a structured Markdown QA report.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/JaviMontano/mao-plugin-qa --skill generate-qa-report-javimontano
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: generate-qa-report
Source: https://github.com/JaviMontano/mao-plugin-qa/tree/main/skills/generate-qa-report
Command: npx skills add https://github.com/JaviMontano/mao-plugin-qa --skill generate-qa-report-javimontano

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? After running multiple validation and audit checks on a Claude Code plugin, findings are scattered across different outputs, making it hard to assess overall plugin health and decide what to fix first. This Skill consolidates everything into one prioritized, shareable report. ## Core Features & Use Cases - Findings Aggregation: Collects results from seven validation and audit skills (structure, manifest, components, hooks, cross-references, security, content quality) into a single Markdown document. - Executive Summary: Produces a 3-line TL;DR, a plugin overview table, summary statistics by severity, and a Top 5 prioritized recommendations list. - Use Case: After auditing a plugin before marketplace publication, generate a report file named {plugin-name}_qa-report_{date}.md that lists every CRITICAL, WARNING, and INFO finding with file paths, line numbers, and actionable fixes. ## Quick Start Generate a full QA report for this plugin by combining all validation and audit findings from this session.

Frequently Asked Questions about generate-qa-report

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

FAQPage Schema
How do I generate a QA report for a Claude Code plugin?▼

Run the validation and audit skills first (structure, manifest, components, hooks, cross-references, security, content quality), then invoke report generation. The skill aggregates all findings into a Markdown file saved as {plugin-name}_qa-report_{date}.md.

What does a plugin QA report include?▼

The report contains a 3-line TL;DR, a plugin overview table, findings categorized into seven sections with severity icons and file paths, summary statistics by severity, a Top 5 prioritized recommendations list, and an optional content quality scorecard.

Can I generate a QA report without running validation skills first?▼

No. The skill is read-only over existing validation and audit results and does not re-run them. If results are missing, it informs you that validation skills should run first or offers to run them.

What happens if only some validation checks were run?▼

The skill generates a partial report clearly labeled as incomplete, listing which dimensions were not evaluated. If the content quality audit was skipped, that scorecard section is omitted with a note.

How are QA report recommendations prioritized?▼

Recommendations are ranked by impact: CRITICAL findings first, then by number of files affected, then by ease of fix. Each recommendation includes what to do, why it matters, and an estimated effort level.