← スキル一覧に戻る

branch-name
by t0k0sh1
A modern, lightweight TypeScript date/time utility library with comprehensive formatting, parsing, and manipulation capabilities.
⭐ 0🍴 0📅 2026年1月17日
SKILL.md
name: branch-name description: When naming Git branches, provide guidelines on the recommended branch naming conventions for the project.
Basic Policy
- Prioritize branch names that clearly indicate their purpose at a glance
- Use a structure of prefix +
/+ identifier - Use lowercase and kebab-case for the identifier
- Do not use characters other than alphanumeric and allowed symbols
Prefix List
feat: Add new featuresfix: Fix bugs in existing featureshotfix: Urgent fixes that need immediate deploymentrefactor: Refactoring without changing functionalitychore: Non-functional tasks such as dependency updates and CI configuration adjustmentsdocs: Adding or modifying documentation (not related to functionality)test: Adding or modifying test code (not related to functionality)release: Release preparation tasks
Identifier Naming Rules
- Keep branch names short and meaningful
- Connect words using kebab-case
- Include the issue number at the beginning if the branch is based on an issue
- Write identifiers in English
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です