audit-aggregator

Aggregate and deduplicate findings from nine domain-specific audit reports into a unified report.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/jasonmichaelbell78-creator/framework --skill audit-aggregator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-aggregator
Source: https://github.com/jasonmichaelbell78-creator/framework/tree/main/.claude/skills/audit-aggregator
Command: npx skills add https://github.com/jasonmichaelbell78-creator/framework --skill audit-aggregator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aggregate and deduplicate findings from multiple audit reports to provide a unified, priority-ranked view with cross-domain insights.

Core Features & Use Cases

  • Collects nine domain-specific audit reports from the designated docs directory and merges findings into a single, deduplicated corpus.
  • Produces a comprehensive executive summary and a machine-readable JSONL file for downstream tooling.
  • Applies in QA workflows to produce consistent, auditable audit artifacts across projects.

Quick Start

Run the audit-aggregator after all domain audits finish to generate the comprehensive report and the deduplicated findings.

Frequently Asked Questions about audit-aggregator

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

FAQPage Schema
How do I consolidate multiple audit reports into a single executive summary?

The audit-aggregator consolidates multiple domain-specific audit reports by applying deduplication logic to merge findings into a single priority-ranked executive summary with cross-domain insights.

What is the best way to deduplicate findings across different domain audits?

Deduplicating audit findings involves collecting domain-specific reports and applying deduplication logic to create a unified corpus, removing redundant entries while preserving unique cross-domain insights.

How do I generate a machine-readable JSONL file from QA audit reports?

Generating a JSONL file from QA audits involves consolidating findings and outputting the deduplicated data to a comprehensive-findings.jsonl file, enabling seamless processing by downstream tooling.

Can I aggregate nine domain-specific audit reports during a QA cycle?

Yes, you can aggregate nine domain-specific audit reports during QA cycles by collecting them from the designated docs directory and merging them into a comprehensive, deduplicated executive document.

When do I need to run the audit aggregation process?

You need to run audit aggregation after all domain-specific audits finish, ensuring the comprehensive report captures the complete, deduplicated set of findings during QA workflows.