chore: Stop CodeRabbit from rewriting pull request descriptions#1145
Merged
Conversation
Prevent CodeRabbit from generating PR summary text so it does not rewrite pull request descriptions.
Contributor
📝 WalkthroughWalkthroughThis PR adds ChangesSkill Tooling and Documentation Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
User Impact
uloop compileexamples and tool metadata.Changes
.coderabbit.yaml..agentsand.claudeskill markdown copies withtoolNamemetadata and updated compile/recovery wording.Verification
ruby -e 'require "yaml"; YAML.load_file(".coderabbit.yaml"); puts "ok"'git diff --check origin/v3-beta...HEADConfiguration Changes
CodeRabbit Review Settings
Disabled high-level summary generation in
.coderabbit.yamlby settingreviews.high_level_summarytofalse, preventing CodeRabbit from rewriting pull request descriptions while maintaining review comment functionality.Skill Documentation Updates
Metadata Enrichment
Added explicit
toolNamemetadata fields across all 12 skill files in both.agents/skills/and.claude/skills/directories:uloop-clear-console→toolName: clear-consoleuloop-find-game-objects→toolName: find-game-objectsuloop-get-hierarchy→toolName: get-hierarchyuloop-get-logs→toolName: get-logsuloop-record-input→toolName: record-inputuloop-replay-input→toolName: replay-inputuloop-run-tests→toolName: run-testsuloop-screenshot→toolName: screenshotuloop-simulate-keyboard→toolName: simulate-keyboarduloop-simulate-mouse-input→toolName: simulate-mouse-inputuloop-simulate-mouse-ui→toolName: simulate-mouse-uiCommand Contract Updates (uloop-compile)
Updated both
.agents/skills/uloop-compile/SKILL.mdand.claude/skills/uloop-compile/SKILL.md:--wait-for-domain-reloadto--no-wait-for-domain-reloadin command usage signature and parameters tableuloop fixrecovery command remains consistent across updated wordingImpact