スキル一覧に戻る
xiaoju111a

labels

by xiaoju111a

AI code review GitHub Action powered by Kimi (Moonshot AI)

5🍴 0📅 2026年1月21日
GitHubで見るManusで実行

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

LabelWhen to Use
bugFixes a bug or defect
feature / enhancementAdds new functionality
documentationDocumentation-only changes
refactorCode restructuring without behavior change
testTest additions or modifications
choreBuild, config, CI/CD changes
breaking-changeBreaking API or behavior changes
dependenciesDependency updates
securitySecurity fixes or improvements
performancePerformance optimizations

Rules

  1. Be conservative - Only suggest labels you're confident about
  2. Maximum 3 labels - Don't over-label
  3. Use repo labels - Only suggest labels that exist in the repo
  4. Consider scope - Look at file paths, not just content

Signals

  • bug: Fix, patch, resolve, issue, error, crash
  • feature: Add, new, implement, introduce
  • docs: README, .md files, comments only
  • refactor: Rename, move, restructure, clean
  • test: test/, spec/, tests, .test., .spec.
  • chore: .github/, config, CI, build
  • deps: package.json, requirements.txt, go.mod
  • security: auth, password, token, vulnerability, CVE
  • perf: optimize, cache, speed, performance

Output Format

{
  "labels": ["bug", "security"],
  "reason": "Fixes authentication bypass vulnerability"
}

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です