consolidate-findings

Aggregate agent outputs into a deduplicated FINDINGS_REPORT.md sorted by severity.

15|6|Updated May 7, 2026
One-click install
npx skills add https://github.com/MinhThang1009/dotclaude --skill consolidate-findings
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: consolidate-findings
Source: https://github.com/MinhThang1009/dotclaude/tree/main/plugins/subagent-system/skills/consolidate-findings
Command: npx skills add https://github.com/MinhThang1009/dotclaude --skill consolidate-findings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates scattered security findings from multiple agents into a single, coherent FINDINGS_REPORT.md, eliminating duplicates and preserving the most severe issues.

Core Features & Use Cases

  • Deduplicates findings across agents based on file:line and issue type, keeping the highest severity and strongest confidence.
  • Sorts results by severity (CRITICAL, HIGH, MEDIUM, LOW) and groups by file path for easy review.
  • Generates FINDINGS_REPORT.md in the repository for automated severity-gate and validator workflows.

Quick Start

Run the consolidate-findings skill after all agents finish to generate the FINDINGS_REPORT.md.

Frequently Asked Questions about consolidate-findings

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

FAQPage Schema
How do I consolidate multiple security audit findings into a single report?▼

Consolidating security audit findings is done by aggregating multiple agent outputs into a unified FINDINGS_REPORT.md, parsing different formats and unifying them into a consistent structure.

How do I deduplicate security findings from multiple agents?▼

Deduplicating security findings from multiple agents is achieved by matching entries based on file:line and issue type, retaining the highest severity and strongest confidence for each unique issue.

How are findings sorted and prioritized in the generated markdown report?▼

Findings in the generated markdown report are sorted by severity levels (CRITICAL, HIGH, MEDIUM, LOW) and grouped by file path, counting occurrences to surface prioritized results for validation steps.

Can I use this to merge findings if my agents output in different formats?▼

Yes, you can merge findings from different formats because the Skill parses both Format A and Format B outputs from agents and unifies them into a single coherent structure.

When should I run the findings consolidation step in my automation workflow?▼

You should run the findings consolidation step after all security audit agents finish their execution to generate the final FINDINGS_REPORT.md for automated severity-gate and validator workflows.