Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/oma:commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Use Claude Code's native git tools
git status, git diff --staged, git log with Bash tool| Type | Description |
|---|---|
| feat | New feature |
| fix | Bug fix |
| refactor | Refactoring |
| docs | Documentation changes |
| test | Test additions/modifications |
| chore | Build/configuration |
| style | Code style |
| perf | Performance improvements |
<type>(<scope>): <description>
[optional body]
Co-Authored-By: First Fluke <[email protected]>
git status + git diff --stagedgit add -A / git add . — always specify filesFirst Fluke <[email protected]>$ARGUMENTS
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
2plugins reuse this skill
First indexed Jul 17, 2026
npx claudepluginhub kyongsik-yoon/oh-my-agent --plugin oma