cursor-doctor identifies and fixes issues in your Cursor rules with over 100 checks, ensuring your rules are treated as code, not config. Offering a one-command solution with no installation required, it helps enhance rule accuracy and performance, simplifying the debugging process with clear diagnostics.
cursor-doctor is a powerful linter and auto-fixer designed for managing Cursor rules effectively. With its ability to identify issues such as conflicting directives, broken globs, and vague instructions, this tool ensures that Cursor applies rules as intended. Emphasizing the notion that rules should be treated like code rather than mere configuration, cursor-doctor performs over 100 checks without any dependencies.
Easily scan for errors by executing:
npx cursor-doctor scan
No installation is necessary, as it can be run directly using npx.
With the Pro version, cursor-doctor can automatically fix various issues such as frontmatter errors, glob syntax inconsistencies, and more:
npx cursor-doctor fix --preview # Preview changes
npx cursor-doctor fix # Apply all fixes
A one-time purchase provides the Pro key for additional features.
- uses: nedcodes-ok/cursor-doctor@v1
No comments yet.
Sign in to be the first to comment.