← スキル一覧に戻る

pr-naming
by sergeyklay
A self-hosted, local-first bill manager for the Active Payer.
⭐ 2🍴 1📅 2026年1月23日
SKILL.md
name: pr-naming description: Generates standardized pull request titles following project conventions for GitHub PRs. Use when asked to create a PR title, or when PR title generation is part of a larger PR creation workflow. This skill handles the FORMAT rules for PR titles. For the actual PR creation workflow, use appropriate skill.
Pull Request Title Format
Follow these conventions when creating pull request titles.
Rules
- Use Conventional Commit format:
<type>[optional scope]: <description> - Types: feat, fix, refactor, docs, test, chore, style, perf, ci
- An optional scope MAY be provided to a commit's type.
- A scope MUST consist of a noun describing a section of the codebase surrounded by parenthesis
- Keep under 72 characters including type and scope
- Be specific and descriptive
- Use imperative mood (e.g., 'add' not 'added')
- No period at the end
- Respond with ONLY the title, no explanations or markdown formatting
Examples
Good examples:
- chore: cleanup workspace config and refactor agent names
- feat: implement PR title generation using Claude API
- feat(auth): add OAuth2 login support
- fix(api): resolve null pointer exception in user endpoint
- docs(readme): update installation instructions for clarity
Bad examples:
- Added OAuth2 login support. (not imperative, has period)
- Fix issue with user endpoint (not specific)
- Update docs (not descriptive)
- feat: implement PR title generation using Claude API to enhance automation and improve workflow efficiency in CI/CD processes (too long)
Language
ALWAYS write PR titles in English regardless of conversation language.
スコア
総合スコア
65/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つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です


