consolidator

Merge, deduplicate, and score validator findings from AVFL runs.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/iamsteveholmes/momentum --skill consolidator-iamsteveholmes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consolidator
Source: https://github.com/iamsteveholmes/momentum/tree/main/skills/momentum/skills/avfl/sub-skills/consolidator
Command: npx skills add https://github.com/iamsteveholmes/momentum --skill consolidator-iamsteveholmes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

AVFL consolidator merges, cross-checks, deduplicates, and scores validator findings from multiple validators, producing a single coherent findings list that supports faster triage and higher confidence in issue status.

Core Features & Use Cases

  • Merge findings from multiple validators into a single consolidated list.
  • Deduplicate identical issues by preserving the most specific description and the highest severity.
  • Apply scoring and sorting to prioritize remediation and reporting across AVFL runs.

Quick Start

Apply the consolidator to the results of your AVFL validator run to produce a single scored findings list.

Frequently Asked Questions about consolidator

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

FAQPage Schema
How do I consolidate validator findings from multiple runs into a single list?

Consolidate validator findings by merging, cross-checking, and deduplicating issues from multiple runs to produce a single scored findings list. This preserves evidence and the highest-severity findings for faster triage.

How does deduplication handle conflicting severity scores for the same issue?

Deduplication handles conflicting severity scores by preserving the most specific description and the highest severity rating. This ensures the consolidated findings list maintains the most critical issue status across all validators.

What is the best way to score and sort validator findings for triage prioritization?

Score and sort validator findings by applying the scoring rules defined in framework.json. This produces a prioritized, ready-for-review results set that supports faster triage and remediation across AVFL runs.

Can I use AVFL consolidator to cross-check issues across different validator outputs?

AVFL consolidator cross-checks issues across different validator outputs by applying scoring rules to merge findings. It produces a coherent results set that increases confidence in issue status while preserving all original evidence.

Do I need a framework.json file to apply scoring rules during findings consolidation?

A framework.json file is required to apply scoring rules during findings consolidation. The consolidator follows these defined rules to ensure the sorted output accurately prioritizes remediation and reporting across all AVFL validator runs.

What problem does merging multiple validator findings solve for data analysis triage?

Merging multiple validator findings solves the problem of scattered, duplicated issues by producing a single coherent scored findings list. This supports faster triage and higher confidence in issue status for data analysis workflows.