check-docs
SKILL.md
Instructions
Run a quick audit of documentation health.
Step 0: Read Context Memory
First, read .devdoc/context.json if it exists:
{
"product": { "name": "..." },
"terminology": {
"glossary": { "term": "definition" },
"avoidTerms": [{ "wrong": "...", "correct": "..." }],
"brandNames": { "ProductName": "ProductName" }
},
"api": { "style": "REST", "authentication": { "type": "api_key" } }
}