noiseaudit

Compute standard deviation across sub-agent judgments to surface consensus gaps.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/FolahanWilliams/decision-intel --skill noiseaudit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: noiseaudit
Source: https://github.com/FolahanWilliams/decision-intel/tree/main/agent-config/skills/noiseaudit
Command: npx skills add https://github.com/FolahanWilliams/decision-intel --skill noiseaudit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Noise Audit Skill helps teams quantify disagreement across multiple autonomous evaluations, turning ambiguous judgments into a measurable metric.

Core Features & Use Cases

  • Multi-agent judgment generation: spawn several sub-agents to independently evaluate the same document.
  • Noise calculation: compute the standard deviation across outputs to quantify variance in assessments.
  • Decision support: identify high-disagreement areas to guide reviews, governance, and risk analysis.

Quick Start

Provide a target document and run the noise-audit workflow to compute the standard deviation of the sub-agent judgments.

Frequently Asked Questions about noiseaudit

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

FAQPage Schema
How do I quantify disagreement across multiple autonomous document evaluations?▼

You quantify disagreement across multiple autonomous document evaluations by spawning parallel sub-agents to independently assess the same content, then computing the standard deviation of their outputs to produce a numeric noise score and variance report.

What is multi-agent noise calculation in document review workflows?▼

Multi-agent noise calculation in document review workflows is the process of measuring inter-agent disagreement by computing the standard deviation across multiple independent sub-agent judgments to surface consensus gaps.

How do I calculate standard deviation across parallel sub-agent judgments?▼

You calculate standard deviation across parallel sub-agent judgments by running a Python script that spawns sub-agents to evaluate content independently, collects their outputs, and computes the variance to generate a final noise score.

Do I need Python to run a noise audit on policy reviews and risk analyses?▼

Yes, you need Python to run a noise audit on policy reviews and risk analyses because the workflow requires a Python script to spawn the sub-agents, collect their independent outputs, and compute the standard deviation.

What's the best way to identify consensus gaps in compliance checks?▼

The best way to identify consensus gaps in compliance checks is to audit inter-agent disagreement by generating parallel sub-agent judgments on the same document and calculating the variance to highlight high-disagreement areas.