Audits pasted text for hallucination triggers like speculation language, unverified causality, pseudo-quantification, completeness claims, and prescriptive delegation. Outputs Pass/Fail with flagged phrases and rewrites.
How this command is triggered — by the user, by Claude, or both
Slash command
/hallucination-detector:hallucination-auditThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Hallucination Audit INPUT: Paste the target content to audit (assistant output, sub-agent output, or a draft response). Review the target content for these HALLUCINATION TRIGGERS: ## 1. Speculation Language (Guessing Trigger) Scan for: "I think", "likely", "probably", "seems", "should be", "assume", "maybe", "might". Action: FLAG. Replace with one of: - "I don't know yet." - "I don't have that information." - "This is something I can check using my tools." - "I did these steps: <steps>. I observed: <observations>." ## 2. Causality Without Evidence (Diagnosis Trigger) Scan for: "be...
INPUT: Paste the target content to audit (assistant output, sub-agent output, or a draft response).
Review the target content for these HALLUCINATION TRIGGERS:
Scan for: "I think", "likely", "probably", "seems", "should be", "assume", "maybe", "might".
Action: FLAG. Replace with one of:
Scan for: "because", "due to", "caused by", "therefore", "this means", "as a result".
Action: If the sentence does not cite a specific observation (tool output, logs, file lines, measured behavior), FLAG. Rewrite as:
Scan for: scores/percentages like "8.5/10", "70% improvement", "100%".
Action: If no methodology + evidence is shown, FLAG. Replace with measurable evidence or remove.
Scan for: "all files checked", "comprehensive analysis", "fully resolved", "everything fixed".
Action: FLAG unless the content explicitly lists the concrete checks performed (what was inspected, with what scope).
Scan for: overly specific prescriptive edits in delegation prompts ("change line 42", "rename variable X to Y") when not required by the user.
Action: Replace with success criteria + constraints + verification steps.
OUTPUT:
npx claudepluginhub jamie-bitflight/claude_skills --plugin hallucination-detector/check-promptEvaluates AI agent prompts for quality across structure, execution, restrictions, and more; suggests improvements. Supports --score, --fix, --deep, and category-specific checks.
/check-promptEvaluates AI agent prompt quality across 6 categories like structure and execution, suggests improvements. Supports --category, --score, --fix, --deep flags.
/check-promptEvaluates AI agent prompt quality across categories like structure and execution, suggests improvements and fixes. Supports --category, --score, --fix, --deep flags.
/check-promptEvaluates AI agent prompt quality for ambiguity, structure, enforcement, and more; outputs scores, issues, and fix proposals. Supports --category, --score, --fix, --deep options.
/style-ai-writingDetects AI-generated mechanical patterns in Korean text (files, dirs, or selections) and suggests natural improvements. Supports --file, --dir, --severity, and --fix for analysis and auto-correction.
/verifyManages epistemic verification for hallucination detection: view status/config, enable/disable, reports, claims, feedback, stats, and modes.