Аудит горячих клавиш и документации VMark
documentation
shortcut-audit is a Claude Code skill that compares keyboard shortcut definitions in VMark source code against documentation and surfaces discrepancies. It reads `website/guide/shortcuts.md` and `dev-docs/shortcuts.md` (when present), scans the codebase using paths listed in `references/paths.md`, and maps each shortcut found in code to its documentation entry. The resulting report covers missing doc entries, references to removed shortcuts, and OS-level conflicts or collisions; if changes are requested, the skill also proposes updates and required tests. WYSIWYG and Source mode bindings are audited separately, and existing VMark conventions are preserved unless a redesign is explicitly requested. Ideal for teams that need to keep shortcut docs accurate after refactors or feature additions.
- #shortcuts
- #keyboard
- #audit
- #documentation
- #ux