AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Git Commit

skill-narumiruna-skills-git-commit · by narumiruna

Use when inspecting local git changes, drafting or validating Conventional Commit messages, checking type or scope choices, explaining breaking changes, or creating a focused commit from the actual diff.

No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add skill-narumiruna-skills-git-commit

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-narumiruna-skills-git-commit)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Git Commit? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Git Commit

Inspect the actual diff before writing the message. Prefer one coherent commit per intent, then map that intent to a Conventional Commits title and only add extra sections when they carry concrete information.

Read references/conventional-commits.md when the type is ambiguous, when you need trailers or breaking-change wording, or when the user asks for exact format details.

Workflow

  1. Inspect the exact commit contents.

Start with git status --short. If the user asks for a commit, inspect git diff --cached first; inspect git diff too when unstaged changes might affect the commit boundary.

  1. Define the commit boundary.

Group files by one user-visible intent. If the diff mixes unrelated work, recommend splitting it into multiple commits instead of forcing one vague summary over several intents.

  1. Choose the type and scope from behavior.

Pick the lowercase Conventional Commits type that best matches the dominant behavior. Add a short noun-like scope only when it adds signal.

  1. Write the title in the required format.

Use [optional scope][!]: . Keep the description short, specific, and grounded in the diff.

  1. Add body and footers only when they add concrete value.

Use the body for why, constraints, or tradeoffs. Add footers only for real trailers or BREAKING CHANGE:.

  1. Keep the message aligned with the selected diff.

Do not describe unstaged changes, planned follow-up work, or unrelated cleanup that is not part of the commit.

Decision Rules

  • Prefer feat for a new capability and fix for incorrect behavior or regressions.
  • Prefer refactor when behavior should stay the same, and docs when only documentation changes.
  • Prefer no scope, body, or footer unless each one adds concrete signal.
  • Prefer multiple commits over one vague summary when the diff contains unrelated work.
  • If the user asks for validation, check both the structure and whether the wording matches the inspected diff.
  • Follow repo git rules for staging and commit structure; this skill focuses on mapping the diff to the right message.
  • Do not add, preserve, or generate any AI attribution trailers in commits, PRs, or messages, including Co-authored-by, Generated-by, Created-by, Coding-Agent, model names, tool names, or agent attribution footers.

Reference

  • references/conventional-commits.md: exact format, common types, footer rules, breaking-change wording, and examples.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.