technical-writing — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited technical-writing (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Code without docs becomes tribal knowledge. Good technical writing answers what it is, how to use it, and what to do when it breaks — for the reader who has never seen the codebase.
Pairs with [[decision-docs]] for ADRs, [[interface-design]] for API contracts, [[launch-readiness]] for release notes, [[observability]] for runbook alerts, and [[migration-path]] for upgrade guides.
Use the technical writing checklist alongside this process.
Skip for trivial one-line internal helpers with no external callers.
| Reader | Doc type | Goal |
|---|---|---|
| New developer | README, setup guide | Run locally in 15 min |
| API consumer | API reference, examples | Integrate without asking |
| Operator / on-call | Runbook | Fix incident in minutes |
| Maintainer | ADR, architecture overview | Understand why |
| End user | User guide (if product-facing) | Complete task |
Pick one primary reader per doc — don't mix operator and tutorial in one page.
Standard shapes:
README: What → Quick start → Configuration → Development → License
API doc: Overview → Auth → Endpoints (method, path, request, response, errors) → Examples
Runbook: Symptom → Impact → Diagnosis steps → Fix → Escalation → Prevention
Setup guide: Prerequisites → Install → Verify → Troubleshooting
{placeholder} for values users must replaceEvery API endpoint needs:
Every CLI needs --help output or equivalent in docs.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.