You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code review overview page (docs/guides/review-instructions.md) thoroughly documents custom review instructions but omits real-world examples demonstrating CodeRabbit in action.
Other parts of the docs use raw GitHub PR URLs and a saved search link format for live examples.
Plugin analysis confirmed that manually inserting markdown is the simplest, most maintainable approach, requiring no new dependencies.
Approach
Open docs/guides/review-instructions.md and locate the end of the “AST-based instructions” section (around line 111).
Insert a new ## Real-World Examples section using the same styling conventions (## for headings, - for bullets, Markdown links, em dashes for descriptions).
Include three curated PR links showcasing different CodeRabbit capabilities, plus a saved search URL for broader discovery.
Run the docs build locally to verify formatting and link accuracy.
Commit, push, and open a PR for review.
Reasoning
Audited documentation files to pinpoint the correct overview page and insertion point.
Reviewed styling conventions in existing markdown sections.
Gathered representative PR examples and a GitHub search URL from other docs and repo patterns.
Evaluated plugin options and decided on manual markdown addition for simplicity.
Open docs/guides/review-instructions.md, locate the end of the “AST-based instructions” section (around line 111), and insert the following snippet, ensuring blank lines before and after to match existing formatting:
## Real-World Examples
See CodeRabbit in action with these examples from real pull requests:
-[Appsmith PR #38270](https://github.com/appsmithorg/appsmith/pull/38270) — CodeRabbit review demonstrating comprehensive code analysis
-[DevTools Academy PR #44](https://github.com/tyaga001/devtoolsacademy/pull/44) — Shows CodeRabbit’s adaptive learning and performance optimization suggestions
-[OpenReplay PR #1858](https://github.com/openreplay/openreplay/pull/1858) — Example of CodeRabbit’s context-aware review capabilities
Browse all CodeRabbit reviews: [GitHub Search Results](https://github.com/search?q=coderabbitai&type=pullrequests)
Import In IDE
Developer Humor
Code review now gets a cheer,
With live PRs to make it clear.
Links to show what Rabbit sees,
Because examples are the keys!
Docs go live—maintenance with ease! 🚀
Activity
linear commentedon May 23, 2025
ENG-1494 Add examples to the code review overview
traycerai commentedon May 23, 2025
Plan
Observations
docs/guides/review-instructions.md
) thoroughly documents custom review instructions but omits real-world examples demonstrating CodeRabbit in action.Approach
docs/guides/review-instructions.md
and locate the end of the “AST-based instructions” section (around line 111).## Real-World Examples
section using the same styling conventions (##
for headings,-
for bullets, Markdown links, em dashes for descriptions).Reasoning
Proposed File Changes
📄 docs/guides/review-instructions.md (MODIFY) 🔗
Import In IDE
Developer Humor
Execution Information
Branch: main
Commit: e2e3084
💡 Tips
Supported Commands (Inside Comments)
@traycerai generate
to iterate on the previous version of the implementation plan.Supported Commands (Inside Description)
@traycerai ignore
anywhere in the ticket description to prevent this ticket from being processed.@traycerai branch:<branch-name>
anywhere in the ticket description to specify the target branch for the implementation plan.Community