---
name: ISO 24495 Text Audit
slug: iso-24495-text-audit
category: Writing
description: ISO 24495 Text Audit checks selected Markdown or text files for deterministic plain-language findings. Use it when you want mechanical readability and scope issues reported without rewriting the text.
github: "https://github.com/GaZmagik/iso-24495/tree/main/skills/iso-24495-text-audit"
language: TypeScript
stars: 171
forks: 8
install: "npx degit https://github.com/GaZmagik/iso-24495/tree/main/skills/iso-24495-text-audit ~/.claude/skills/iso-24495-text-audit"
installs_to: ~/.claude/skills/iso-24495-text-audit
source_path: skills/iso-24495-text-audit/SKILL.md
collection_size: 8
category_size: 1328
collection_url: "https://dirskills.com/collections/GaZmagik/iso-24495"
added: 2026-09-07T05:22:22.229Z
last_synced: 2026-09-07T05:22:22.229Z
canonical_url: "https://dirskills.com/skills/iso-24495-text-audit"
---

# ISO 24495 Text Audit

ISO 24495 Text Audit checks selected Markdown or text files for deterministic plain-language findings. Use it when you want mechanical readability and scope issues reported without rewriting the text.

**Install:**

```bash
npx degit https://github.com/GaZmagik/iso-24495/tree/main/skills/iso-24495-text-audit ~/.claude/skills/iso-24495-text-audit
```

## README

# ISO 24495 Text Audit

Audit only the path the user selects. Report mechanical findings so the user can decide whether the text suits its readers and purpose.

## Workflow

1. Read the path from `$ARGUMENTS`. Ask for a path when none was supplied.
2. Resolve the audit script relative to this `SKILL.md` file.
3. State the selected file or directory before running the script.
4. Treat an explicitly supplied directory as approval to read that directory.
5. Ask before expanding the audit beyond the supplied path.
6. Run the script with Bun:

```text
bun <skill-directory>/scripts/audit-text-cli.ts <file-or-directory> --project-dir <project-directory>
```

7. Report every finding with its file, line, rule, and explanation.
8. Report skipped or unreadable entries. Never treat an incomplete audit as clean.
9. Explain that findings are mechanical proxies, not an ISO judgement.
10. Leave the final decision and any rewriting request to the user.

## Boundaries

- Read `.md`, `.markdown`, and `.txt` files only.
- Do not follow a selected or nested symbolic link or directory junction. Report each one as skipped.
- Do not alter the selected text unless the user separately requests changes.
- Do not create a report file unless the user requests one and names its location.
- Do not describe zero findings as proof that text is valid, compliant, or suitable.
- Use the relevant sector skill when interpreting findings in legal, technical, scientific, or designed documents.
