git:commit

Stages everything and commits. No questions asked.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "git:commit" with this command: npx skills add ikatsuba/skills/ikatsuba-skills-git-commit

Smart Commit

Stages everything and commits. No questions asked.

Arguments

  • <args>

  • Optional. Full message ("docs: update readme" ) or type hint (fix , feat(auth) )

  • If a full message is provided in quotes, use it directly — skip analysis

Instructions

  • Run git add -A

  • Run git diff --cached --stat — if nothing staged, tell the user and stop

  • Run git diff --cached (first 200 lines if large)

  • Determine the commit message in Conventional Commits format:

  • Type: feat , fix , docs , refactor , test , chore , perf , ci , build , style , revert

  • Scope: main directory or module affected (omit if widespread)

  • Description: imperative mood, lowercase, no period, max 72 chars

  • If args provided a type or scope, use those

  • Run git commit -m "<message>"

Constraints

  • Do NOT ask questions — just commit

  • Do NOT run tests, lint, type-check, or any validation

  • Do NOT explore the codebase beyond the diff

  • Do NOT run git status , git log , or any extra git commands

  • Do NOT add Co-Authored-By , Signed-off-by , or any trailers

  • Total tool calls: 3 (git add , git diff --cached , git commit )

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

spec:design

No summary provided by upstream source.

Repository SourceNeeds Review
General

spec:requirements

No summary provided by upstream source.

Repository SourceNeeds Review
General

git:amend

No summary provided by upstream source.

Repository SourceNeeds Review
General

spec:tasks

No summary provided by upstream source.

Repository SourceNeeds Review