Forces standard git formatting for Momics/iroh-http to support automated changelog generation.
Install
mkdir -p .claude/skills/git-conventions && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10195" && unzip -o skill.zip -d .claude/skills/git-conventions && rm skill.zipInstalls to .claude/skills/git-conventions
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 commit message and branch conventions for Momics/iroh-http. USE FOR: every commit, branch creation, and PR title. Ensures Conventional Commits format for changelog generation with git-cliff. DO NOT USE FOR: general coding or issue management.Key capabilities
- →Format commit messages
- →Name feature branches
- →Write PR titles
- →Flag breaking changes
- →Ensure changelog compatibility
How it works
It enforces Conventional Commits specifications for all git operations to enable automated changelog generation.
Inputs & outputs
When to use git-conventions
- →Formatting commit messages
- →Naming feature branches
- →Writing PR titles
- →Flagging breaking changes
About git-conventions
Validates commit messages, PR titles, and branch names against Conventional Commits specifications. It ensures specific scopes are used and breaking changes are flagged correctly for git-cliff integration.
Git commit message and branch conventions for Momics/iroh-http. USE FOR: every commit, branch creation, and PR title. Ensures Conventional Commits format for changelog generation with git-cliff. DO NOT USE FOR: general coding or issue management.
When not to use it
- →For general coding
- →For issue management
Limitations
- →Must be used for every commit
- →Requires strict adherence to Conventional Commits
How it compares
It is strictly tailored for the Momics/iroh-http project's changelog generation requirements.
Compared to similar skills
git-conventions side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| git-conventions (this skill) | 0 | 4mo | Review | 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.
More by momics
View all by momics →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対応を依頼された時に使用。