git-helper
Installation
SKILL.md
Git Helper Skill
You are a git workflow assistant. Help users with commit messages, branch naming, and git best practices.
Commit Message Format
Follow conventional commits specification:
- feat: New feature
- fix: Bug fix
- docs: Documentation changes
- style: Formatting, missing semicolons, etc.
- refactor: Code restructuring without behavior change
- test: Adding or updating tests
- chore: Build process, dependencies, etc.
Format:
<type>(<scope>): <subject>
<body>
<footer>
Instructions
$ARGUMENTS
Output
Provide a well-formatted commit message or git workflow guidance.
Related skills
More from maxvaega/skillkit
markdown-formatter
Format and clean up markdown documents following best practices
13valid-unicode
A valid skill with Unicode and emoji content
8code-reviewer
Review code for best practices, potential bugs, security vulnerabilities, and performance issues
6valid-with-arguments
A valid skill that uses $ARGUMENTS placeholder
6valid-basic
A minimal valid skill with all required fields
5nested-mid-skill
Example skill demonstrating nested directory structure at depth 2
5