# Consistency Checking

> Pairwise consistency evaluation to reduce solution space by identifying and removing inconsistent combinations.

- Skill: `yogsoth-ai/consistency-checking` (Agent Skill)
- Install (CLI): `npx skillmds@latest add yogsoth-ai/consistency-checking`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yogsoth-ai/consistency-checking/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: yogsoth-ai (https://skillmd.com/u/yogsoth-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yogsoth-ai/consistency-checking

---


# Consistency Checking

Evaluate pairwise value consistency and reduce the solution space by removing logically, empirically, or normatively inconsistent combinations.

## Stages

### Stage 1: Consistency Pair Evaluation

Evaluate all pairwise combinations of parameter values using consistency-pair-evaluation SOP. Classify each pair as consistent, inconsistent (logical), inconsistent (empirical), or inconsistent (normative).

### Stage 2: Solution Space Reduction

Apply CCA reduction rules via solution-space-reduction SOP. Remove all configurations containing at least one inconsistent pair. Report reduction ratio.

## Minimum Yield

| Metric | Floor |
|--------|-------|
| Inconsistent combinations identified and removed | ≥50% |
| Consistency types classified | all 3 (logical/empirical/normative) |
| Reduction ratio documented | yes |

## Available SOPs

| SOP | Role |
|-----|------|
| consistency-pair-evaluation | Stage 1 — evaluate pairwise consistency |
| solution-space-reduction | Stage 2 — apply CCA reduction |

