skills: github-issue 통합 스킬 추가 (fetch/create/update + 이슈 템플릿)#47
Merged
Conversation
GitHub 이슈를 gh CLI로 다루는 통합 스킬. 의도/인자로 fetch·create·update를 디스패치하고, 이슈 생성은 템플릿 기반(레포 .github/ISSUE_TEMPLATE 우선, 없으면 번들 bug-report/feature-request/task)으로만 진행. 첨부파일 404 회피 (auth token 다운로드)와 비디오 프레임 추출 노하우는 기존 issue-intake에서 fetching.md로 이관. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
요약
GitHub 이슈를 가져오고(fetch), 템플릿 기반으로 생성하고(create), 수정하는(update) 작업을 하나로 묶은 통합 스킬
skills/productivity/github-issue를 추가합니다.구현 내용
스킬 본체 (
SKILL.md)/github-issue 94→ fetch).github/ISSUE_TEMPLATE/*우선, 없으면 번들 템플릿 사용gh issue create/edit실행gh가 에러나는 실패 모드 명시 (gh label list로 확인)첨부파일 처리 (
fetching.md)issue-intake스킬에서 이관: attachment URL은 plain curl/WebFetch 시 404 →gh auth token으로 인증 다운로드이슈 템플릿 (
templates/)bug-report.md/feature-request.md/task.md3종등록
.claude-plugin/plugin.jsonskills[], AGENTS.md productivity 카테고리,website/data/plugins.json(generate-plugin-data.js 재생성)검증
jq . .claude-plugin/plugin.json통과node scripts/generate-plugin-data.js→ 16개 스킬 정상 생성참고
~/.claude/skills/issue-intake(user-level)는 그대로 두었습니다. 트리거가 겹치므로 이 스킬이 자리잡으면 정리 권장.🤖 Generated with Claude Code