bias-audit

Identifies cognitive biases and quantifies decision noise in text documents using noise_audit.py metrics.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Analyzes documents for neurocognitive distortions (bias) and inconsistency (noise) to improve decision quality and reduce cognitive bias during reviews.

Core Features & Use Cases

  • Bias Detection: Identifies Anchoring, Confirmation Bias, Sunk Cost Fallacy, and other distortions.
  • Noise Quantification: Computes variance, standard deviation, and MSE across independent judgments.
  • Risk Scoring: Produces an interpretable risk metric combining bias and noise.
  • Use Case: Auditing emails, transcripts, or reports to surface bias and compare independent judgments.

Quick Start

Analyze a provided document to identify bias markers, quantify independent judgment variance, and return a noise score using the noise_audit.py script.

Frequently Asked Questions about bias-audit

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

FAQPage Schema
How do I detect cognitive bias in text documents like emails and transcripts?

To detect cognitive bias in text documents, you analyze emails and transcripts to identify neurocognitive distortions like Anchoring, Confirmation Bias, and Sunk Cost Fallacy. This process surfaces specific bias markers within the text to help improve decision quality.

What is decision noise and how is it measured in independent judgments?

Decision noise is the inconsistency among independent judgments. It is measured by computing variance, standard deviation, and mean squared error (MSE) across the judgments, with optional MSE calculation against a provided target value.

Can I audit reports for both bias and noise simultaneously?

Yes, you can audit reports for both bias and noise simultaneously. The analysis identifies cognitive bias markers while computing variance and standard deviation across judgments, producing an interpretable risk score that combines both bias and noise metrics.

How do I quantify disagreement among independent reviewers?

You quantify disagreement among independent reviewers by measuring decision noise. The audit script calculates variance, standard deviation, and mean squared error (MSE) across the independent judgments to provide a precise noise score.

Do I need a target value to calculate mean squared error for decision noise?

No, a target value is not required to calculate mean squared error for decision noise, but it is supported. The script computes standard deviation and variance by default, and performs an optional MSE calculation when a target value is provided.

What types of cognitive biases can be identified in document audits?

Document audits can identify several types of cognitive biases, including Anchoring, Confirmation Bias, and Sunk Cost Fallacy. The analysis scans text documents to surface these specific neurocognitive distortions and other bias markers.