Trigger when auditing documentation, checking markdown link integrity, formatting tables, checking headers, or verifying absolute/relative paths.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add nrdxp/predicate --skill doc-audit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Doc Audit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nrdxp-doc-audit)More formats (shields.io, HTML) on the badges page.
---
name: doc-audit
description: "Trigger when auditing documentation, checking markdown link integrity, formatting tables, checking headers, or verifying absolute/relative paths."
---
# Documentation Audit 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.
## Utility Script Usage
Run automated link checks with the script at `scripts/check_docs.py`:
```bash
python3 skills/doc-audit/scripts/check_docs.py .
```
It scans markdown files for broken local and external links.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.