update-component-refer…
description: Add plugin components to the website docs, including component reference pages, plugin index entries, and plugin READMEs argument-hint: Component…
Verify the factual accuracy of a document against the actual codebase, correct inaccuracies in place
> /plugin marketplace add NikiforovAll/claude-code-rulesHow it fires
How this command gets triggered: by you, by Claude, or both.
/fact-checkContext preview
What this command does when you run it.
Verify the factual accuracy of a document against the actual codebase, correct inaccuracies in place
description: Verify the factual accuracy of a document against the actual codebase, correct inaccuracies in place argument-hint: "[document path]" disable-model-invocation: true
Load the visual-explainer skill, then verify the factual accuracy of a document that makes claims about a codebase. Read the file, extract every verifiable claim, check each against the actual code and git history, correct inaccuracies in place, and add a verification summary.
For HTML files: read the skill's `references/css-patterns.md` to match the existing page's styling when inserting the verification summary.
**Target file** — the requested target: $ARGUMENTS
Auto-detect the document type and adjust the verification strategy:
**Phase 1: Extract claims.** Read the file. Extract every verifiable factual claim:
Skip subjective analysis (opinions, design judgments, readability assessments) — these aren't verifiable facts.
**Phase 2: Verify against source.** For each extracted claim, go to the source:
Classify each claim:
**Phase 3: Correct in place.** Edit the file directly using surgical text replacements:
**Phase 4: Add verification summary.**
Include in the summary:
**Phase 5: Report.** Tell the user what was checked, what was corrected, and where the file is. If nothing needed correction, say so — the verification still has value as confirmation.
This is not a re-review. It does not second-guess analysis, opinions, or design judgments. It does not change the document's structure or organization. It is a fact-checker — it verifies that the data presented matches reality, corrects what doesn't, and leaves everything else alone.
A collection of Claude Code recommendations and practices. Learn practical techniques to enhance your AI-assisted development workflow with Claude Code.
description: Add plugin components to the website docs, including component reference pages, plugin index entries, and plugin READMEs argument-hint: Component…
Provide clear explanations of code, concepts, and system behavior with educational clarity
Use the "Five Whys" root cause analysis technique to deeply understand problems.
Generate effective prompts for Claude 4.5 Sonnet to achieve user-defined outcomes