← Back to list

labels
by xiaoju111a
AI code review GitHub Action powered by Kimi (Moonshot AI)
⭐ 5🍴 0📅 Jan 21, 2026
SKILL.md
name: labels description: Auto-generate PR labels based on content analysis version: 1.0.0 author: xiaoju111a triggers:
- labels
- label
- tag
Label Generation Skill
Analyze PR content and suggest appropriate labels.
Label Categories
| Label | When to Use |
|---|---|
bug | Fixes a bug or defect |
feature / enhancement | Adds new functionality |
documentation | Documentation-only changes |
refactor | Code restructuring without behavior change |
test | Test additions or modifications |
chore | Build, config, CI/CD changes |
breaking-change | Breaking API or behavior changes |
dependencies | Dependency updates |
security | Security fixes or improvements |
performance | Performance optimizations |
Rules
- Be conservative - Only suggest labels you're confident about
- Maximum 3 labels - Don't over-label
- Use repo labels - Only suggest labels that exist in the repo
- Consider scope - Look at file paths, not just content
Signals
bug: Fix, patch, resolve, issue, error, crashfeature: Add, new, implement, introducedocs: README, .md files, comments onlyrefactor: Rename, move, restructure, cleantest: test/, spec/, tests, .test., .spec.chore: .github/, config, CI, builddeps: package.json, requirements.txt, go.modsecurity: auth, password, token, vulnerability, CVEperf: optimize, cache, speed, performance
Output Format
{
"labels": ["bug", "security"],
"reason": "Fixes authentication bypass vulnerability"
}
Score
Total Score
60/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon