shortcut-audit
Installation
SKILL.md
Shortcut Audit
Overview
Compare shortcut definitions in code against documentation and report gaps or conflicts.
Workflow
- Read docs:
website/guide/shortcuts.md(primary, in repo)dev-docs/shortcuts.md(if present — not always created)
- Scan code for shortcut sources (see
references/paths.md). - Extract current shortcuts from code and map them to doc entries.
- Report:
- Missing doc entries
- Docs that reference removed shortcuts
- OS-level conflicts or collisions
- Propose updates and required tests if changes are requested.