From predicate
Audits markdown documentation: checks link integrity, header hierarchy, and formatting. Runs a Python script to scan for broken local and external links.
How this skill is triggered — by the user, by Claude, or both
Slash command
/predicate:doc-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The markdown audit prose rules (link integrity, header hierarchy, linting standards) now live in [documentation §13](../documentation/SKILL.md). This skill retains the link-integrity check script.
The markdown audit prose rules (link integrity, header hierarchy, linting standards) now live in documentation §13. This skill retains the link-integrity check script.
Run automated link checks with the script at scripts/check_docs.py:
python3 skills/doc-audit/scripts/check_docs.py .
It scans markdown files for broken local and external links.
npx claudepluginhub nrdxp/predicate --plugin predicateScans markdown files for broken internal links, unreachable external URLs via HTTP checks, and missing images. Use before releases, after doc restructuring, or audits.
Validates Markdown documentation links, detecting broken relative links, missing anchor targets, malformed URLs, and orphaned documentation files. Use before releases or doc updates.
Audits and repairs Markdown link health across a repo using a four-tier pipeline (config hardening, intra-repo fixes, URL substitutions, residual exclusions). Designed for lychee-based CI link checkers.