
Commit
- 38 installs
- 217 repo stars
- Updated March 19, 2026
- poteto/noodle
commit is a Claude Code skill for git & pull requests.
About
commit is a Claude Code skill for git & pull requests. It helps solo builders move faster with AI-assisted development.
- commit
- Git & Pull Requests
- AI-coding skill
Commit by the numbers
- 38 all-time installs (skills.sh)
- +1 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #328 of 733 Git & Pull Requests skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/poteto/noodle --skill commitAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 38 |
|---|---|
| repo stars | ★ 217 |
| Last updated | March 19, 2026 |
| Repository | poteto/noodle ↗ |
How do I helps with git & pull requests tasks.?
Helps with git & pull requests tasks.
Who is it for?
Best when you're working on git & pull requests and need structured help with commit.
Skip if: Teams with no git & pull requests needs, or anyone wanting a generic chat assistant without this specific workflow.
When should I use this skill?
When you need to helps with git & pull requests tasks., or when commit is a claude code skill for git & pull requests.
What you get
Structured output aligned to commit: commit, Git & Pull Requests.
Files
Conventional Commits
Follow these project-specific rules when creating commits.
Branching
Never create bare branches. If you need branch isolation, use the worktree skill. For simple changes, commit directly on the current branch (including main). Do not run git checkout -b.
Project Rules
- One commit per logical change — never combine unrelated fixes or features. Three independent changes = three commits.
- Only commit files you changed — never pull in unrelated files from concurrent sessions.
- Always include a body — no title-only commits. Explain what and why.
- `merge` type — use
merge(not a merge commit) when merging a worktree or feature branch. - Sequence commits to maximise option value — foundational infrastructure first, then features that build on it.
Example
feat(alerts): Add Slack thread replies for alert updates
When an alert is updated or resolved, post a reply to the original
Slack thread instead of creating a new message. This keeps related
notifications grouped together.References
Related skills
FAQ
What does commit do?
commit is a Claude Code skill for git & pull requests.
When should I use commit?
When you need to helps with git & pull requests tasks., or when commit is a claude code skill for git & pull requests.
What are the main capabilities?
commit; Git & Pull Requests; AI-coding skill.