Referenced from SKILL.md
SKILL.mdView in source ↗
Source excerpt starting at line 28.SKILL.mdView in source ↗2. **File.** The user points at a file (README, runbook, docs page). Use `read_file` to load it, then `patch` for targeted section rewrites or `write_file` for a full rewrite. Never touch code blocks, identifiers, or quoted errors (see Untouchables).3. **Check mode.** The user asks you to audit text for STE compliance instead of rewriting it. Report each violation as rule number + offending text + compliant rewrite, using `references/checklist.md`.
Source excerpt starting at line 320.SKILL.mdView in source ↗Fix what you find, then deliver. For a full audit, run `references/checklist.md`.
Source excerpt starting at line 346.- `references/checklist.md` — full verification pass with searchable patterns, for check mode and final audits- `references/use-cases.md` — long-form adaptations: error messages, runbooks, incident reports, commits, UI copy, i18n