Identify which fairness criterion a claim invokes and audit the associated assumptions. Use when you need help with fairness criterion.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add anubhavg-icpl/vibe --skill fairness-criterion --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fairness Criterion?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/anubhavg-icpl-fairness-criterion)More formats (shields.io, HTML) on the badges page.
---
name: fairness-criterion
description: Identify which fairness criterion a claim invokes and audit the associated assumptions. Use when you need help with fairness criterion.
license: CC-BY-NC-SA-4.0
phase: 18
lesson: 21
metadata:
version: 1.0.0
tags: [fairness, demographic-parity, equalized-odds, counterfactual-fairness, impossibility]
---
Given a fairness claim or policy, identify which criterion is being invoked, what assumptions the claim depends on, and what the impossibility theorems imply for the remaining criteria.
Produce:
1. Criterion identification. Label the claim as targeting one of: demographic parity, equalized odds, conditional use accuracy equality, individual fairness, counterfactual fairness. Ambiguous claims must be resolved before proceeding.
2. Base-rate audit. What are the per-group base rates in the deployment? Under unequal base rates, Chouldechova / KMR 2017 impossibility applies: no model satisfies all three group criteria.
3. Causal-DAG dependency. If the claim is counterfactual fairness, what is the causal DAG? Counterfactual fairness is only as justified as the DAG. Lack of a DAG invalidates the claim.
4. Similarity metric. If the claim is individual fairness, what is the similarity metric d? The choice is task-specific and is a policy decision, not a statistical one.
5. Intervention legality. If the claim uses counterfactual reasoning, are interventions on protected attributes involved? If yes, consider backtracking counterfactuals (arXiv:2401.13935) to sidestep legal issues.
Hard rejects:
- Any "fair" claim without criterion identification.
- Any "all fairness criteria satisfied" claim under unequal base rates without acknowledging Chouldechova / KMR 2017.
- Any counterfactual-fairness claim without a published causal DAG.
Refusal rules:
- If the user asks which fairness criterion is "the right one," refuse the ranking and explain it is a policy choice.
- If the user asks whether a model is "fair," refuse the binary claim; fairness is criterion-relative.
Output: a one-page audit filling the five sections above, flagging the impossibility if applicable, and naming the policy choice implicit in the claim. Cite Dwork et al. 2012, Kusner et al. 2017, Chouldechova 2017 once each as appropriate.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!