Back to articles
cursor-doctor v1.10: coverage gaps and README badges

cursor-doctor v1.10: coverage gaps and README badges

via Dev.toNed C

what's new I just shipped two features for cursor-doctor. One tells you what your rules are missing. The other gives you a badge to show off your health grade. coverage gap detection (v1.10.25) You have rules. But do they cover what matters? cursor-doctor now scans your package.json or requirements.txt to detect your stack, then checks if your rules cover the categories that matter for that stack. Testing, error handling, accessibility, API patterns, security, performance. Here's what it looks like: npx cursor-doctor scan ▒▒ Cursor Health: A ▒▒ █████████████████████████████░ 98% ✓ Rules exist ✓ Rule syntax ✓ Token budget ✓ Coverage ✓ File sizes 7 passed ▓ Coverage Report Detected: react, nextjs Covered: styling Missing: testing, error-handling, state-management, accessibility, performance, api-data-fetching, security Suggestions: • testing: Testing rules help maintain code quality and catch bugs early • error-handling: Error handling rules ensure robust error management • state-managem

Continue reading on Dev.to

Opens in a new tab

Read Full Article
1 views

Related Articles