confidence

Solid

Rates confidence that the current work fully solves the stated requirement. Supports plan validation, code review, and analysis (root-cause, refactor, diagnose) modes. Plan mode combines LLM judgment with deterministic rule checks (multi-signal gate); a failed rule caps the gate at 89% regardless of LLM score. Use before committing to autonomous execution, after implementation, or during investigation. Triggers on "confidence check", "validate plan", "rate confidence", "quality gate", "/confidence".

Code & Development 8 stars 2 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
32
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Confidence Assessment Rate your confidence that the current work fully solves the stated requirement. > **Multi-signal evaluation.** A single LLM-confidence number is unreliable as > a stand-alone gate (token probability ≠ correctness). This skill combines > the LLM's dimensional scoring with **deterministic rule checks** the agent > must run alongside. The final score is gated on BOTH passing. ## Contents - [Mode Detection](#mode-detection) - [Assessment Dimensions](#assessment-dimensions) - [For `plan` mode](#for-plan-mode) — multi-signal: LLM scoring + rule checks (89% cap on failure) - [For `code` mode](#for-code-mode) - [For `analysis` mode](#for-analysis-mode) - [Output Format](#output-format) - [Score Thresholds](#score-thresholds) - [Iteration Protocol (plan mode)](#iteration-protocol-plan-mode) - [Auto-Fix (Fix Mode Only)](#auto-fix-fix-mode-only) --- ## Mode Detection Check the arguments: `$ARGUMENTS` | Argument | Default | Validates | When to use | | ---------------- | ------- | ------------------------------------------------------------------ | ---------------------------------------------------------------------------- | | `plan` | | Implementation plan completeness | After Phase 1 planning, before autonomous execution | | `code` | *...

Details

Author
mthines
Repository
mthines/agent-skills
Created
3 months ago
Last Updated
2 days ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category