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
{{ message }}
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
The documentation was updated to introduce and explain the "learnings" feature, which allows CodeRabbit to remember and apply team-specific code review preferences. A new guide was added, references and navigation were updated, and sidebar navigation was adjusted to include the new page. Existing documentation was revised for clarity and consistency.
Changes
File(s)
Change Summary
New Learnings Guide docs/guides/learnings.md
Added a new guide detailing the "learnings" feature, usage, configuration, and best practices.
Updated the link for review preferences to point to the new learnings guide.
Knowledge Base Overview docs/integrations/knowledge-base.md
Retitled to "Knowledge base overview" and replaced video reference with a link to the new guide.
Sidebar Configuration sidebars.ts
Inserted "guides/learnings" into the sidebar under "Configure CodeRabbit".
Sequence Diagram(s)
sequenceDiagram participant User participant CodeRabbit participant WebInterface User->>CodeRabbit: Comments with review preference on PR/Issue CodeRabbit-->>User: Acknowledges and stores learning User->>WebInterface: Views or manages learnings WebInterface-->>User: Displays, filters, or allows editing/deletion of learnings CodeRabbit->>CodeRabbit: Applies relevant learnings during future code reviews
Loading
Estimated code review effort
🎯 2 (Simple) | ⏱️ ~8 minutes
The changes primarily involve adding and updating documentation files with moderate content volume and some cross-references. No complex code logic or algorithms were introduced.
The new Learnings guide does not include a link to the existing video as requested in the issue.
Assessment against linked issues: Out-of-scope changes
Code Change
Explanation
Removal of video tutorial section (docs/integrations/knowledge-base.md, lines ~10-25)
The removal of the video tutorial reference was not requested in issue#362 and is unrelated to the Learnings page objective.
Poem
In docs we grow a garden new, Where learnings bloom in every queue. CodeRabbit listens, stores with care, Your team's review style everywhere. With guides and links, the path is clear— Hop along, improvements near! 🐇✨
Pre-Merge Checks (3 passed, 2 warnings)
❌ Failed Checks (2 warnings)
Check Name
Status
Explanation
Resolution
Description Check
⚠️ Warning
The description is minimal and lacks context, rationale, and the required link to the existing video as per issue#362.
Expand the description to include background context, detailed summaries of the changes (including linking to the existing video tutorial per issue#362), and consider adding a PR template to ensure consistency.
Linked Issues Assessment
⚠️ Warning
The new Learnings page meets the requirement to create a Learnings page but omits the link to the existing video tutorial [#362].
Update the Learnings page and related documentation to include the existing video tutorial link to fully satisfy issue#362.
✅ Passed Checks (3 passed)
Check Name
Status
Explanation
Title Check
✅ Passed
The title clearly indicates that a Learnings overview page is being added and accurately reflects the changes.
Out-of-scope Changes Assessment
✅ Passed
All changes are directly related to introducing the Learnings page, updating relevant links, and modifying navigation.
Docstring Coverage
✅ Passed
No functions found in the changes. Docstring coverage check skipped.
Note
⚡️ Unit Test Generation is now available in beta!
Learn morehere, or try it out under "Finishing Touches" below.
📜 Recent review details
Configuration used: CodeRabbit UI Review profile: CHILL Plan: Pro
📥 Commits
Reviewing files that changed from the base of the PR and between60fa30f and9f0b665.
📒 Files selected for processing (1)
sidebars.ts (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
sidebars.ts
🧰 Additional context used🔍 MCP Research (2 servers)
Context7: - The pull request adds a new documentation page "Teach CodeRabbit your review preferences" at docs/guides/learnings.md detailing the CodeRabbit learnings feature (docs/guides/learnings.md).
Learnings enable CodeRabbit to store natural-language instructions from team interactions to tailor code review behavior, complementing.coderabbit.yaml and web settings (docs/guides/learnings.md).
Learnings can be managed via the web interface with filtering, editing, and deletion options; configuration allows opting out or setting scope (auto,global,local) (docs/guides/learnings.md).
The new learnings page is linked from configuration-overview.md, integrations/knowledge-base.md (renamed "Knowledge base overview"), and added to the sidebar under "Configure CodeRabbit" (configuration-overview.md, integrations/knowledge-base.md, sidebars.ts).
Linear: ""
✨ Finishing Touches
📝 Generate Docstrings
🧪 Generate unit tests
Create PR with unit tests
Post copyable unit tests in a comment
Commit unit tests in branchlearnings
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 comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>, please review it.
Explain this complex logic.
Open a follow-up GitHub issue for this discussion.
Files and specific lines of code (under the "Files changed" tab): Tag@coderabbitai in a new review comment at the desired location with your query. Examples:
@coderabbitai explain this code block.
@coderabbitai modularize this function.
PR comments: Tag@coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
@coderabbitai read src/utils.ts and explain its main purpose.
@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
@coderabbitai help me debug CodeRabbit configuration file.
Support
Need help? Create a ticket on oursupport page for assistance with any issues or questions.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (Invoked using PR comments)
@coderabbitai pause to pause the reviews on a PR.
@coderabbitai resume to resume the paused reviews.
@coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
@coderabbitai full review to do a full review from scratch and review all the files again.
@coderabbitai summary to regenerate the summary of the PR.
If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
Visit ourDocumentation for detailed information on how to use CodeRabbit.
Join ourDiscord Community to get help, request features, and share feedback.
Follow us onX/Twitter for updates and announcements.
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Labels
None yet
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading.Please reload this page.
Fixes#362.
Staged: