commit
✓Create git commits following Conventional Commits specification with project-specific branch naming rules
Installation
SKILL.md
Configuration Project-specific settings: .agent/skills/commit/config/commit-config.yaml
Commit Types | Type | Description | Branch Prefix |
| feat | New feature | feature/ | | fix | Bug fix | fix/ | | refactor | Code improvement | refactor/ | | docs | Documentation changes | docs/ | | test | Test additions/modifications | test/ | | chore | Build, configuration, etc. | chore/ | | style | Code style changes | style/ | | perf | Performance improvements | perf/ |
Create git commits following Conventional Commits specification with project-specific branch naming rules Source: first-fluke/oh-my-ag.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/first-fluke/oh-my-ag --skill commit- Source
- first-fluke/oh-my-ag
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-02
- Updated
- 2026-02-18
Quick answers
What is commit?
Create git commits following Conventional Commits specification with project-specific branch naming rules Source: first-fluke/oh-my-ag.
How do I install commit?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/first-fluke/oh-my-ag --skill commit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/first-fluke/oh-my-ag
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-02