# Docs Verification

> Verify and update documentation against actual repository behavior, commands, and workflows. Use when editing README, docs, or changelog.

- Skill: `fosrl/docs-verification` (Agent Skill)
- Install (CLI): `npx skillmds@latest add fosrl/docs-verification`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fosrl/docs-verification/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: fosrl (https://skillmd.com/u/fosrl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/fosrl/docs-verification

---


# Documentation Verification Skill

## When to use

- Editing `README.md`
- Editing `docs/`
- Updating `CHANGELOG.md`
- Updating `CONTRIBUTING.md`

---

## Rules

- Never invent commands
- Verify every command against repo
- Prefer Taskfile commands

---

## Validation commands

```bash
task build
task test
task ci
```

---

## Lint docs

```bash
markdownlint-cli2 "**/*.md"
```

---

## Checklist

* Commands exist?
* Flags correct?
* Paths correct?
* Matches workflows?

---

## Output

* Summary
* Files changed
* Commands verified
* Notes

