← スキル一覧に戻る

git
by videojs
gitは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 108🍴 5📅 2026年1月23日
SKILL.md
name: git description: >- Git workflow conventions for Video.js 10. Commit messages, PR descriptions, branch naming, and scope inference. Triggers: "commit", "push", "create PR", "conventional commit", "branch name", "open pull request". context: fork
Git
Git workflow conventions for Video.js 10.
Reference Material
| Task | Load |
|---|---|
| Writing commits | references/commit.md |
| Inferring scope | references/scope.md |
| Creating/updating PRs | references/pr.md |
| Naming branches | references/branch.md |
Quick Reference
Commit: type(scope): lowercase description
Branch: type/short-description
PR Title: Same as commit (or RFC: / Discovery: prefix)
Process
- Create branch following naming convention
- Make changes
- Commit with conventional message
- Push and create PR with proper description
For the /commit-pr command, all steps after branching are automated.
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 100以上
+5
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です