// Install Skill
Install Skill
Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.
Install globally (user-level):
npx skillhub install videojs/v10/gitInstall in current project:
npx skillhub install videojs/v10/git --projectskill.install.customTargetHelp
npx skillhub install videojs/v10/git --target-dir /path/to/skillsSuggested path: ~/.claude/skills/git/
SKILL.md Content
---
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
1. Create branch following naming convention
2. Make changes
3. Commit with conventional message
4. Push and create PR with proper description
For the `/commit-pr` command, all steps after branching are automated.
License
No license was declared in this skill's source.
The full license text is available in the source repository.
View the license in the source repository — the version published there is authoritative.
// Install Skill
Install Skill
Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.
Install globally (user-level):
npx skillhub install videojs/v10/gitInstall in current project:
npx skillhub install videojs/v10/git --projectskill.install.customTargetHelp
npx skillhub install videojs/v10/git --target-dir /path/to/skillsSuggested path: ~/.claude/skills/git/