chore: 릴리즈 스킬 마일스톤 클로즈 및 Slack 메시지 템플릿 개선#452
Merged
Conversation
개요릴리스 스킬 문서가 업데이트되어 마일스톤 클로즈 단계, Slack 메시지 템플릿 변환 규칙, GitHub 릴리스 본문을 Slack mrkdwn으로 변환하는 규칙이 추가되었습니다. 변경사항
예상 코드 리뷰 노력🎯 1 (Trivial) | ⏱️ ~3 분 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.claude/skills/release/SKILL.md:
- Around line 52-54: The milestone lookup command `gh api
repos/wanteddev/montage-ios/milestones --jq '.[] |
select(.title=="{version_without_v}") | .number'` misses pagination and will
only return the first 30 items; update that command to include GitHub CLI
pagination (add the `--paginate` flag) so all open milestones are searched
before deciding the milestone does not exist, leaving the subsequent patch/close
logic (`gh api -X PATCH ... -f state=closed`) unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 6561314b-b5ad-4201-99d2-fff3b66f89b7
📒 Files selected for processing (1)
.claude/skills/release/SKILL.md
deholic
approved these changes
Mar 25, 2026
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 by CodeRabbit
릴리스 노트