What problem does it solve?
This Skill eliminates the tedious, error-prone manual checking of commands in documentation. It ensures that all instructions, code snippets, and examples in your markdown files are accurate and up-to-date, preventing users from encountering broken commands. By leveraging intelligent caching, it achieves this with zero token cost after the initial setup, saving significant time and resources.
Core Features & Use Cases
- Intelligent Caching: Uses Git diff to identify changed files and only revalidates affected commands, ensuring rapid, efficient checks.
- Command Categorization: Automatically classifies commands as Safe (auto-execute), Conditional (requires confirmation), or Dangerous (never auto-execute), enhancing security and control.
- Self-Learning Knowledge Base: Adapts to project-specific command patterns and user corrections, continuously improving its accuracy and relevance over time.
- Use Case: Before a major software release, use this Skill to automatically scan all your
README.md and docs/ files. It will verify every npm, git, docker, or custom CLI command, flagging any that are broken or outdated, so you can fix them before they reach your users.
Quick Start
Verify all commands in the project's markdown documentation.