issue

Solid

Create a GitHub issue following project conventions with auto-labeling. TRIGGER when: user asks to create an issue, report a bug, request a feature, file a ticket, or track work (e.g., "이슈 만들어줘", "버그 리포트", "feature request", "이거 이슈로 만들어줘"). DO NOT TRIGGER when: user is viewing, listing, or commenting on existing issues without intent to create a new one.

Code & Development 7 stars 0 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
30
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Label System This label scheme is shared with the `/pr` skill for project-wide consistency. The core labels are identical; `/pr` additionally defines `release` for release PRs. Before assigning a label, ensure it exists in the repository. Color values are 6-character hex without `#`: ``` gh label create "{label}" --color "{hex}" 2>/dev/null || true ``` ### Type Labels | Label | Color | Usage | |-------|-------|-------| | `bug` | `d73a4a` | Bug, defect, error | | `feature` | `0075ca` | New feature request | | `enhancement` | `a2eeef` | Improvement to existing feature | | `docs` | `5319e7` | Documentation | | `chore` | `e4e669` | Maintenance, config, dependencies | | `refactor` | `d4c5f9` | Code restructuring | | `style` | `c5def5` | Formatting, linting, whitespace (no code change) | | `test` | `bfd4f2` | Test-related | | `perf` | `f9d0c4` | Performance improvement | | `hotfix` | `b60205` | Urgent production fix | ### Priority Labels (assign when user specifies or urgency is clear) | Label | Color | |-------|-------| | `critical` | `b60205` | | `high` | `d93f0b` | | `medium` | `fbca04` | | `low` | `0e8a16` | ## Determine Issue Type Parse `$ARGUMENTS` and conversation context: | Signal | Type | |--------|------| | `bug`, error description, "doesn't work", "안 됨", "깨짐", "오류" | Bug | | `feature`, "추가", "새로운", new capability | Feature | | `enhance`, improvement to existing | Enhancement | | `docs`, documentation gap | Docs | | `chore`, maintenance, config | Chore | | Am...

Details

Author
chanmuzi
Repository
chanmuzi/git-claw
Created
5 months ago
Last Updated
3 days ago
Language
HTML
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category