← スキル一覧に戻る

create-issue
by devseunggwan
⭐ 1🍴 0📅 2026年1月24日
SKILL.md
name: create-issue description: Create GitHub issues with proper format and templates. Use when creating new issues, writing issue descriptions, or setting up issue tracking. Triggers on "create issue", "new issue", "이슈 생성", "이슈 만들기".
Create Issue
This skill guides you through creating GitHub issues with proper format and templates.
Issue Format
Title (English)
Use Conventional Commits format:
<type>(<scope>): <description>
Examples:
feat(auth): add OAuth2 login supportfix(api): resolve timeout issue in data syncchore(setup): add pre-commit configuration
Body (Korean)
Structure:
- 목적 (Purpose): What problem this issue solves
- 배경 (Background): Why this work is needed
- 상세 내용 (Details): Specific requirements, constraints
- 완료 조건 (Acceptance Criteria): How to verify completion
Labels
Priority:
priority:critical,priority:high,priority:medium,priority:low
Type:
type:bug,type:feature,type:refactor,type:docs
Related Issues
Blocks #123- This issue blocks anotherBlocked by #456- This issue is blocked by anotherRelated to #789- Related but not blocking
Command
gh issue create \
--title "Type(scope): Description" \
--body "Issue body" \
--label "enhancement" \
--assignee "@me"
Template
## 목적
[What problem this issue solves or what goal it achieves]
## 배경
- [Why this work is needed]
- [Current situation and pain points]
- Related to #XXX (if applicable)
## 상세 내용
- [Specific requirement 1]
- [Specific requirement 2]
- [Constraints or references]
## 완료 조건
- [ ] [Acceptance criteria 1]
- [ ] [Acceptance criteria 2]
- [ ] [Acceptance criteria 3]
## 참고 자료
- [Links to documentation]
- [Architecture diagrams if needed]
User Confirmation
IMPORTANT: Before creating an issue:
- Propose title, body, labels, and priority to user
- Wait for user approval
- Create only after confirmation
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です