chore: 쓰지 않는 /pre-pr 스킬을 지운다 - #1052
Merged
Merged
Conversation
- 2026-04-14 에 core 에 직접 추가한 스킬인데, 7월에 공용 스킬을 infra 정본으로 승격할 때 함께 옮겨지지 않고 이 repo 에만 남아 있었다. SessionStart 설치기 매니페스트 관리 밖이라 자동 은퇴도 되지 않았다 - 더 쓰지 않는 것으로 확인해 infra 로 옮기지 않고 지운다. .gitignore 주석의 pre-pr 언급도 함께 정리한다 Claude-Session: https://claude.ai/code/session_01Lng75FcSaVLFy7bsp8tKQ9
|
Discord 스레드 연동용 메타데이터입니다. discord-pr-bot 워크플로가 자동 생성하며, 수정·삭제하면 PR 과 Discord 알림 연동이 끊깁니다. |
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Team Run ID: 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.
Situation
.claude/commands/pre-pr.md는 2026-04-14 에 core 에 직접 추가한 스킬이다. 7월에 공용 스킬이 infra 정본으로 승격될 때 함께 옮겨지지 않아 이 repo 에만 남았고, 설치기 매니페스트 관리 밖이라 자동 은퇴도 되지 않았다.Task
piki 워크스페이스 SessionStart 설치기를 점검하다 발견한 고아 파일이다. 더 쓰지 않는 것으로 확인해 정리한다.
Action
파일을 삭제하고,
.gitignore주석에서 pre-pr 언급을 뺐다. 파일 단위 ignore 방식은 그대로다.Result
core 의
.claude/commands/에는 infra 가 설치하는 공용 스킬만 남는다.https://claude.ai/code/session_01Lng75FcSaVLFy7bsp8tKQ9