Add repo-seatbelt to Utilities#274
Conversation
📝 WalkthroughWalkthroughThe PR adds a single entry to the "Utilities" section of README.md: ChangesDocumentation Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment Warning |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 294: Replace the absolute external URL in the README list item for
"[repo-seatbelt]" with a repository-relative link pointing to the local
documentation page for that utility (e.g., ./utilities/repo-seatbelt.md or
./docs/repo-seatbelt.md); update the "[repo-seatbelt]" markdown link target in
README.md accordingly and, if the external GitHub URL must still be referenced,
move that full URL into the referenced local page (repo-seatbelt doc) instead of
using it directly in README.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
|
|
||
| - [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based file watching system that automatically manages headers in text files and maintains a clean, focused project tree structure. Perfect for maintaining consistent file headers and documentation across your project, with special features to help LLMs maintain better project awareness. | ||
| - [Helium MCP (news, bias, markets, options, memes)](./rules/helium-mcp-cursorrules-prompt-file/.cursorrules) - Cursor rules for using Helium MCP in Cursor: streamable HTTP setup, when to call each hosted tool (`search_news`, `search_balanced_news`, `get_source_bias`, `get_bias_from_url`, `get_all_source_biases`, `get_ticker`, `get_option_price`, `get_top_trading_strategies`, `search_memes`), query discipline, and rate-limit awareness. See also `./rules/helium-mcp-cursorrules-prompt-file/README.md`. | ||
| - [repo-seatbelt](https://github.com/berkcangumusisik/repo-seatbelt) - A CLI that auto-generates `.cursorrules` (and CLAUDE.md, .windsurfrules, AGENTS.md, etc.) from your repo's structure — detects auth, payment, migrations, env files, and writes safety rules tailored to what's actually sensitive. Ships project presets for Next.js + Stripe, Django, Rails, Expo, FastAPI, and monorepos. Also runs as an MCP server for runtime guardrails and installs a pre-commit hook that blocks high-risk commits. |
There was a problem hiding this comment.
Use a repository-relative link for this new Utilities entry.
Line 294 adds an absolute external URL; this violates the README link rule for relative links. Please point this item to a relative path in-repo (and reference external URLs from that page if needed).
As per coding guidelines, "Ensure all links in the README.md file are relative and correct".
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 294, Replace the absolute external URL in the README list
item for "[repo-seatbelt]" with a repository-relative link pointing to the local
documentation page for that utility (e.g., ./utilities/repo-seatbelt.md or
./docs/repo-seatbelt.md); update the "[repo-seatbelt]" markdown link target in
README.md accordingly and, if the external GitHub URL must still be referenced,
move that full URL into the referenced local page (repo-seatbelt doc) instead of
using it directly in README.
What
repo-seatbelt auto-generates
.cursorrules(and 6 other AI rule files) from a single config that reflects what's actually sensitive in your repo — auth, payment, migrations, env, production config.Why it belongs in Utilities
It doesn't ship a stack-specific
.cursorruleslike most entries; instead it's a tool that generates them on demand for any project. This matches the precedent ofCursor Watchful Headers— the only other external-tool entry in this section.Project facts
.cursorrules,.windsurfrules,.clinerules,.rules,CLAUDE.md,AGENTS.md,CONVENTIONS.mdSummary by CodeRabbit