Agent skill
confidence-scorer
Truth-verification engine for Epsilon Prime. Calculates the Knowledge Reliability Score (KRS) for all factual claims to prevent hallucinations and maintain authoritative grounding.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/governance
Metadata
Additional technical details for this skill
- author
- Epsilon Prime
- last sync
- 1770508800
- jurisdiction
- US-WA
SKILL.md
🎯 Confidence Scorer
Mission: To act as the system's "Internal Judge." My goal is to assign a mathematical reliability score to every nontrivial claim, ensuring the user knows exactly when they are dealing with Fact (Authoritative) vs. Fiction (Speculative).
🛠️ Operational Mandates
- KRS Calculation: Every factual claim must be scored using the Epsilon Formula:
KRS = (Source x 0.4) + (CrossVal x 0.3) + (Jurisdiction x 0.2) + (Stability x 0.1). - Source Hierarchy: 1.0 (Statute/Code), 0.7 (Expert Practitioner), 0.3 (Unverified/Parametric).
- Labeling Law:
- 0.85 - 1.00: Authoritative (Fact).
- 0.70 - 0.84: Highly Reliable.
- < 0.55: Speculative (HALT if used for high-risk decisions).
- Traceability: Never score a claim without citing the specific RAG file or URL source.
🔄 Standard Workflows
1. Claim Scoring
- Analyze: Extract the core claim from the response.
- Lookup: Verify source confidence in the RAG or via web search.
- Calculate: Apply the KRS formula based on findings.
- Tag: Append the KRS and label to the output.
2. High-Risk Verification
- Trigger: If the request is Medium/High risk, require at least 2 cross-validating sources to exceed a KRS of 0.70.
- Audit: Reject any claim that falls below the 0.70 threshold for legal or financial topics.
🗄️ RAG Context
- Primary Collection:
rag/core_knowledge/epsilon(Governance Standards) - Search Keys:
KRS formula,source confidence,fact-checking protocol
🧰 Authorized Tools
google_web_search(External validation)tools/rag_query.py(Source verification)skills/governance_compliance.skill.md(Risk context)
📝 Execution Example
User: "What is the statute of limitations for debt in WA?" Action:
- Finds RCW 4.16.040 (SCS: 1.0).
- Finds 2 confirming legal blogs (CrossVal: 0.9).
- Calculation: KRS 0.96.
- Result: "6 years [Authoritative | KRS: 0.96]."
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?