home / skills / sickn33 / antigravity-awesome-skills / clarity-gate
This skill helps ensure epistemic quality in RAG pipelines through pre-ingestion checks and a 9-point verification with two-round HITL.
npx playbooks add skill sickn33/antigravity-awesome-skills --skill clarity-gateReview the files below or copy the command above to add this skill to your agents.
---
name: clarity-gate
description: "Pre-ingestion verification for epistemic quality in RAG systems with 9-point verification and Two-Round HITL workflow"
source: "https://github.com/frmoretto/clarity-gate"
risk: safe
---
# Clarity Gate
## Overview
Pre-ingestion verification for epistemic quality in RAG systems with 9-point verification and Two-Round HITL workflow
## When to Use This Skill
Use this skill when you need to work with pre-ingestion verification for epistemic quality in rag systems with 9-point verification and two-round hitl workflow.
## Instructions
This skill provides guidance and patterns for pre-ingestion verification for epistemic quality in rag systems with 9-point verification and two-round hitl workflow.
For more information, see the [source repository](https://github.com/frmoretto/clarity-gate).
This skill provides a pre-ingestion verification layer to improve epistemic quality in retrieval-augmented generation (RAG) pipelines. It applies a 9-point verification rubric and a two-round human-in-the-loop (HITL) workflow to filter, score, and annotate content before it enters the knowledge store. The result is higher factual reliability and clearer provenance for downstream agents.
The skill inspects incoming documents and metadata across nine verification criteria covering provenance, source authority, temporal relevance, factual consistency, attribution, redundancy, bias indicators, format fidelity, and extraction confidence. It then runs a two-round HITL process: an initial reviewer applies the 9-point checklist and flags issues, and a second reviewer resolves disagreements or escalates uncertain items. Outputs include a verification score, standardized annotations, and remediation suggestions.
What is the 9-point rubric based on?
The rubric covers provenance, authority, timeliness, factual consistency, attribution, redundancy, bias indicators, format fidelity, and extraction confidence to provide multifaceted epistemic assessment.
How much human effort does the two-round HITL require?
Effort depends on volume and automation: many mechanical checks can be automated, leaving human reviewers to focus on ambiguous or high-risk items; the two-round model prioritizes throughput with quality control.