Add cursor-doctor to Utilities section#180
Add cursor-doctor to Utilities section#180nedcodes-ok wants to merge 2 commits intoPatrickJS:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdded a new README entry under Utilities documenting the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
README.md (1)
288-288: Consider title case for consistency with other Utilities entries.The link text uses lowercase "cursor-doctor" while the existing entry on line 289 uses title case "Cursor Watchful Headers". For consistency within the Utilities section, consider using "Cursor Doctor" instead of "cursor-doctor" as the link text, unless the project explicitly prefers lowercase branding.
📝 Proposed change for consistency
-- [cursor-doctor](https://github.com/nedcodes-ok/cursor-doctor) - Diagnose and auto-fix your Cursor setup. Checks for broken frontmatter, rule conflicts, redundant rules, token budget issues, and missing coverage. `npx cursor-doctor scan` gives a health grade (A-F). Zero dependencies. +- [Cursor Doctor](https://github.com/nedcodes-ok/cursor-doctor) - Diagnose and auto-fix your Cursor setup. Checks for broken frontmatter, rule conflicts, redundant rules, token budget issues, and missing coverage. `npx cursor-doctor scan` gives a health grade (A-F). Zero dependencies.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@README.md` at line 288, Update the Utilities section entry for the cursor-doctor link so the link text uses title case to match other entries: change the visible text from "cursor-doctor" to "Cursor Doctor" while keeping the URL and description unchanged (edit the markdown line that currently renders the link text and description).
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@README.md`:
- Line 288: Update the Utilities section entry for the cursor-doctor link so the
link text uses title case to match other entries: change the visible text from
"cursor-doctor" to "Cursor Doctor" while keeping the URL and description
unchanged (edit the markdown line that currently renders the link text and
description).
Adds cursor-doctor to the Utilities section.
cursor-doctor is a zero-dependency CLI that diagnoses Cursor AI setups.
npx cursor-doctor scanchecks for broken frontmatter, rule conflicts, redundant rules, token budget waste, and missing coverage, then gives a health grade (A-F).Successor to cursor-lint (~1,800 npm downloads).
Summary by CodeRabbit