Enforce consistent Git practices including conventional commits and branch naming.
Install
mkdir -p .claude/skills/git-videojs && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13455" && unzip -o skill.zip -d .claude/skills/git-videojs && rm skill.zipInstalls to .claude/skills/git-videojs
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
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".Key capabilities
- →Create a branch following naming conventions.
- →Push changes to the repository.
- →Create a pull request with a proper description.
- →Automate steps after branching for `/commit-pr` command.
How it works
This skill guides the user through a defined Git workflow, including branch naming, conventional commit messages, and pull request creation, with automation for common sequences.
Inputs & outputs
When to use git
- →Committing changes
- →Creating new branches
- →Opening pull requests
- →Standardizing commit messages
About git
Provides structured guidelines for interacting with the Git repository, including automated branching and PR documentation.
>-
Limitations
- →It applies to Git workflow conventions for Video.js 10.
How it compares
This skill enforces specific Git workflow conventions for Video.js 10, providing a standardized process compared to a generic Git workflow.
Compared to similar skills
git side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| git (this skill) | 0 | 6mo | No flags | Beginner |
| run-nx-generator | 5 | 3mo | Review | Intermediate |
| git-commit | 11 | 6mo | Review | Beginner |
| morph-search | 9 | 7mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
run-nx-generator
nrwl
Run Nx generators with prioritization for workspace-plugin generators. Use this when generating code, scaffolding new features, or automating repetitive tasks in the monorepo.
git-commit
github
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping
morph-search
parcadei
Fast codebase search via WarpGrep (20x faster than grep)
upgrading-expo
sickn33
Upgrade Expo SDK versions
continue-implementation
LibPDF-js
Continue implementing a spec from a previous session
fix-dependabot-prs
bannzai
dependabotから上がってきた複数のPRを一括で解決し、まとめPRを作成する。dependabotのPR対応を依頼された時に使用。