From 05749887785555c2cc803d734c9b203a0a72d30b Mon Sep 17 00:00:00 2001 From: d1ng1724 Date: Tue, 8 Sep 2026 23:02:54 +0900 Subject: [PATCH] =?UTF-8?q?docs(global):=20PR=20=EB=9D=BC=EB=B2=A8=20?= =?UTF-8?q?=EB=AA=A9=EB=A1=9D=EC=9D=84=20=EC=A0=80=EC=9E=A5=EC=86=8C=20?= =?UTF-8?q?=EC=8B=A4=EC=A0=9C=20=EB=9D=BC=EB=B2=A8=EC=97=90=20=EB=A7=9E?= =?UTF-8?q?=EA=B2=8C=20=EA=B0=B1=EC=8B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Claude-Session: https://claude.ai/code/session_013RVjxtwAQdfJzGk5ebXS7E --- .claude/skills/write-pr/references/labels.md | 40 ++++++++++---------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/.claude/skills/write-pr/references/labels.md b/.claude/skills/write-pr/references/labels.md index 071ea169..46e84091 100644 --- a/.claude/skills/write-pr/references/labels.md +++ b/.claude/skills/write-pr/references/labels.md @@ -1,33 +1,35 @@ # GitHub Labels Reference Select **1–2 labels** from the PR-eligible list below. Do NOT use issue-only or manual labels. +Label names must match the repository exactly (verify with `gh label list`). ## PR-Eligible Labels (auto-selectable) -| Label | When to use | -|---------------------|-----------------------------------------------------------| -| `enhancement:개선작업` | New feature, improvement to existing feature, refactoring | -| `bug:버그` | Bug fix | -| `documentation:문서화` | Docs-only changes (README, CONTRIBUTING, comments) | -| `release:릴리즈` | Release preparation or version bump | +| Label | When to use | +|-----------|--------------------------------------------------------| +| `신규 기능` | New feature or improvement to an existing feature | +| `리팩터링` | Refactoring / code improvement without behavior change | +| `버그` | Bug fix | +| `문서화` | Docs-only changes (README, CONTRIBUTING, comments) | +| `삭제` | Removal of a feature, module, or dead code | ## Off-limits Labels (do NOT assign) -| Label | Reason | -|----------------------------|----------------------------------------------------------------------------| -| `waiting for review:검토 대기` | Applied manually by the author after the PR is ready — never auto-assigned | -| `help wanted:도움 필요` | Issues only | -| `invalid:무효한` | Issues only | -| `duplicate:중복` | Issues only | -| `GFI:첫 기여 추천` | Issues only | -| `blocked:차단됨` | Applied manually when blocked by another PR/issue | +| Label | Reason | +|--------------------------|-----------------------------------------------------------| +| `무효` | Issues only | +| `중복됨` | Issues only | +| `중지됨` | Applied manually when blocked by another PR/issue | +| `harness sync:하네스 동기화` | Automation-managed — never auto-assigned | +| `bug:버그` | Legacy duplicate of `버그` — use `버그` instead | ## Quick Decision ``` -Bug fix? → bug:버그 -New feature or improvement? → enhancement:개선작업 -Docs only? → documentation:문서화 -Release? → release:릴리즈 -Unsure? → enhancement:개선작업 +Bug fix? → 버그 +New feature? → 신규 기능 +Refactoring only? → 리팩터링 +Docs only? → 문서화 +Removal / deletion? → 삭제 +Unsure? → 신규 기능 ```