Help us improve
Share bugs, ideas, or general feedback.
From inki
Audits a documentation file against a known-pitfalls catalog of common mistakes, outdated patterns, and deprecated APIs, reporting matches per entry.
npx claudepluginhub strapi/documentation --plugin inkiHow this skill is triggered — by the user, by Claude, or both
Slash command
/inki:pitfalls-check <file path><file path>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
`$ARGUMENTS` is a relative path.
Audits repository documentation for drift, stale statements, broken references, and README mismatches before corrective PRs.
Reviews documentation for data inconsistencies, broken references, typos, and unclear terminology. Use before publishing or committing to catch cross-file quality issues.
Detects stale documentation including outdated status markers, old TODOs, and version lags using grep and file scanning. Useful for doc maintenance audits.
Share bugs, ideas, or general feedback.
$ARGUMENTS is a relative path.
Read ../../references/prompts/integrity-known-pitfalls.md. This file is a reference catalog of documented hallucination patterns (organized by category, with tables mapping the wrong pattern to the correct one and a short context note). For each entry, check whether the target file matches the hallucinated pattern.
Target: <path>
Pitfalls found:
- <pitfall name>: <line or section reference>: <suggested fix>