docs(skill): 补合并后删分支提示 + 测试仓分支占位方法论 - #2512
Closed
DoctorReid wants to merge 1 commit into
Closed
Conversation
- pr-review + pr-finishing: PR 合并后提示删本地 + remote 分支(只提示,不主动) - pr-review: 审 PR 时无论有无配套测试仓 PR,都先本地建同名分支占位(防补测试忘记切分支 → 误 commit 测试仓 main,即 #2348 的 4ca301d 教训) Co-Authored-By: Claude Code <noreply@anthropic.com>
Contributor
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthrough更新 PR 审查技能文档,补充测试仓同名分支与基线同步流程,并新增合并后本地及远端分支清理提示,明确不自动执行删除。 ChangesPR 流程文档
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
✨ 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 |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
背景
#2511 收尾过程中沉淀两条方法论,补进 pr-review / pr-finishing skill。
改动
pr-review(通用原则)+pr-finishing(§5)——PR 合并后提示删本地 + remote 分支,只提示不主动(分支可能还在用)。pr-review(§0)——审 PR 时无论有无配套测试仓 PR,都先本地建同名分支占位,防后续补测试忘记切分支 → 误 commit 测试仓 main(feat: 体力刷本资源简化到快捷手册资源栏一次性识别 #2348 的4ca301d教训:测试直接进 main 致所有 PR test-check 红)。验证
纯 skill/docs 改动,无代码影响。
🤖 Generated with Claude Code
Summary by CodeRabbit