Skip to content

docs: pr 스킬 본문 확인을 IDE 열기에서 마크다운 링크 방식으로 교체 - #31

Merged
m-a-king merged 2 commits into
mainfrom
docs/pr-skill-md-link
Jul 30, 2026
Merged

docs: pr 스킬 본문 확인을 IDE 열기에서 마크다운 링크 방식으로 교체#31
m-a-king merged 2 commits into
mainfrom
docs/pr-skill-md-link

Conversation

@m-a-king

@m-a-king m-a-king commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Situation

  • /pr 스킬의 본문 확인 단계는 저장한 본문 파일을 idea 명령으로 IntelliJ 에 띄우는 방식이었다.
  • 사용자가 Claude Code 안에서 작업하는 흐름에서는 채팅에 파일 링크만 있으면 cmd+클릭으로 바로 열리므로, IDE 를 별도로 띄우는 단계가 오히려 우회였다.

Task

  • 본문 확인 단계를 "GUI 를 직접 띄우기" 에서 "채팅에 마크다운 링크 남기기" 로 바꾸되, 임시 파일이 single source 라는 원칙과 확인 게이트 흐름은 그대로 유지한다.

Action

  • "본문 확인 - IDE 로 열기" 섹션을 "본문 확인 - 마크다운 링크로 보여주기" 로 교체: idea/cat 분기 bash 블록을 지우고, [PR 본문 확인·편집](/tmp/pr_body_{슬러그}.md) 링크 한 줄을 채팅에 남기라는 지시로 바꿨다.
  • idea 폴백 조건 bullet(CI 판별, DISPLAY 논의)은 GUI 를 띄우지 않게 되어 근거가 사라졌으므로 통째로 삭제했다.
  • AskUserQuestion 번호 선택 게이트, "확인 이후 본문 파일을 Write 로 덮어쓰지 않는다" 규칙은 유지하고, "IDE 에서 편집" 문구만 "링크로 열어 편집" 으로 정리했다.
  • create 모드(3-A 2번)와 update 모드(3-B 5번)에서 이 섹션을 참조하는 문구도 새 제목에 맞췄다.

Result

  • 사용자는 채팅 링크를 cmd+클릭해 에디터에서 본문을 열고, 고친 뒤 게이트에서 번호만 누르면 그 시점 파일이 --body-file 로 올라간다. IDE 설치 여부·GUI 판별 분기가 사라져 스킬이 단순해졌다.
  • install.sh 는 복사 방식이라, 소비 repo 들은 머지 후 SessionStart 부트스트랩(또는 수동 install.sh)이 다시 돌 때 반영된다.

연관 이슈

Summary by CodeRabbit

  • Documentation
    • Updated pull request creation and update guidance to let users open and edit saved draft descriptions through a chat-provided Markdown link.
    • Clarified the confirmation flow for applying, canceling, or requesting changes to a draft.
    • Updated the refresh workflow to display the revised description through a Markdown link for review.

@m-a-king m-a-king added the docs 문서만 만지는 작업 label Jul 30, 2026
@m-a-king m-a-king self-assigned this Jul 30, 2026
@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@m-a-king, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 55 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: a2ec7201-0723-45e9-9e45-90f1db628d8e

📥 Commits

Reviewing files that changed from the base of the PR and between f7f9dd5 and 2dea230.

📒 Files selected for processing (1)
  • skills/pr.md
📝 Walkthrough

Walkthrough

PR 본문 확인 절차가 IDE에서 파일을 직접 여는 방식에서 /tmp/pr_body_{슬러그}.md 링크를 제공하는 방식으로 변경되었다. create/update 공통 확인 게이트와 update 모드의 갱신본 확인 안내가 이에 맞게 수정되었다.

Changes

PR 본문 확인 흐름

Layer / File(s) Summary
저장 본문 링크 기반 확인
skills/pr.md
create/update 공통 본문 확인 단계가 저장된 Markdown 파일 링크 제공 방식으로 변경되었으며, 사용자 확인·취소·수정 요청 게이트와 재작성 조건이 링크 편집 흐름에 맞게 정리되었다. update 모드의 갱신본 확인 단계도 동일한 링크 방식으로 변경되었다.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

  • TeamPiKi/infra#13: 동일한 skills/pr.md의 PR 본문 작성·확인 흐름과 관련된 변경이다.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed PR의 핵심 변경인 본문 확인 흐름을 IDE 열기에서 마크다운 링크 방식으로 바꾼 내용을 정확히 요약합니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/pr-skill-md-link

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 88eb7a2d-5798-4adb-88f7-4017e8327720

📥 Commits

Reviewing files that changed from the base of the PR and between 053a65b and f7f9dd5.

📒 Files selected for processing (1)
  • skills/pr.md

Comment thread skills/pr.md Outdated
@m-a-king
m-a-king force-pushed the docs/pr-skill-md-link branch from cdf9927 to 2dea230 Compare July 30, 2026 22:20
@m-a-king
m-a-king merged commit 1858b0c into main Jul 30, 2026
3 checks passed
@m-a-king
m-a-king deleted the docs/pr-skill-md-link branch July 30, 2026 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs 문서만 만지는 작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant