docs: pr 스킬 본문 확인을 IDE 열기에서 마크다운 링크 방식으로 교체 - #31
Conversation
|
Warning Review limit reached
Next review available in: 55 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. 📝 WalkthroughWalkthroughPR 본문 확인 절차가 IDE에서 파일을 직접 여는 방식에서 ChangesPR 본문 확인 흐름
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@skills/pr.md`:
- Around line 174-178: Update the confirmation-gate instructions around the “이대로
올린다” and “이대로 갱신한다” choices to explicitly require users to save any edits to the
linked file before confirming. Preserve the existing behavior of rereading the
saved file and passing it through --body-file, while making clear that unsaved
editor changes will not be included.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
cdf9927 to
2dea230
Compare
Situation
idea명령으로 IntelliJ 에 띄우는 방식이었다.Task
Action
idea/cat분기 bash 블록을 지우고,[PR 본문 확인·편집](/tmp/pr_body_{슬러그}.md)링크 한 줄을 채팅에 남기라는 지시로 바꿨다.idea폴백 조건 bullet(CI 판별, DISPLAY 논의)은 GUI 를 띄우지 않게 되어 근거가 사라졌으므로 통째로 삭제했다.Result
--body-file로 올라간다. IDE 설치 여부·GUI 판별 분기가 사라져 스킬이 단순해졌다.install.sh는 복사 방식이라, 소비 repo 들은 머지 후 SessionStart 부트스트랩(또는 수동install.sh)이 다시 돌 때 반영된다.연관 이슈
Summary by CodeRabbit