Shortcut Audit

🌐Community
by xiaolai · vlatest · Repository

Identifies inefficient workflows & suggests automation opportunities within existing processes using Xiaolai's analysis.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add shortcut-audit npx -- -y @trustedskills/shortcut-audit
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "shortcut-audit": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/shortcut-audit"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill, Shortcut Audit, analyzes shortcut definitions within code and compares them against existing documentation to identify discrepancies. It examines both a primary documentation file (website/guide/shortcuts.md) and an optional local document (dev-docs/shortcuts.md). The skill then reports missing documentation entries, references to removed shortcuts, and potential conflicts or collisions at the operating system level, proposing updates and necessary tests if changes are needed.

When to use it

  • When ensuring shortcut definitions in code are accurately reflected in project documentation.
  • To identify outdated documentation referencing shortcuts that have been removed from the codebase.
  • During development to proactively prevent conflicts or collisions between OS-level shortcuts.
  • As part of a regular maintenance process for VMark projects, adhering to existing conventions unless explicitly asked to redesign.

Key capabilities

  • Reads and compares shortcut definitions from code against documentation files.
  • Identifies missing documentation entries related to shortcuts.
  • Detects references to removed shortcuts in documentation.
  • Reports OS-level conflicts or collisions between shortcuts.
  • Proposes updates to both code and documentation, along with required tests.

Example prompts

  • "Run a shortcut audit against the current codebase."
  • "Compare the shortcuts defined in website/guide/shortcuts.md with the code."
  • "Check for any missing or outdated shortcut documentation entries."

Tips & gotchas

  • The skill requires access to both the codebase and the relevant documentation files (website/guide/shortcuts.md and potentially dev-docs/shortcuts.md).
  • It's important to confirm bindings in both WYSIWYG and Source modes separately for a comprehensive audit.
  • The skill prefers existing VMark conventions when suggesting updates, so significant redesigns may require specific instructions.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
xiaolai
Installs
35

🌐 Community

Passed automated security scans.