AgentStack
SKILL verified MIT Self-run

Commit Message

skill-kin0992-dev-toolkit-commit-message · by kin0992

|

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

Install

$ agentstack add skill-kin0992-dev-toolkit-commit-message

✓ 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.

Are you the author of Commit Message? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Generate a classic Git commit message

Turn a staged diff into a classic Git commit message. Conventional Commits are forbidden.

Instructions

  1. Read the entire diff; identify the primary intent of the change.
  2. Write a subject line: ≤50 chars, capital start, no period,

imperative mood, no Conventional Commits prefix (feat:, fix:…).

  1. Prefer specific verbs ("Fix", "Add", "Remove", "Rename", "Refactor").

Avoid vague verbs like "Update".

  1. Add a body only when it adds useful context. Separate with a

blank line, wrap at 72 chars, explain what and why.

  1. If the change touches unrelated areas, suggest splitting into

multiple commits.

  1. Never invent issue numbers.

Output

Return only the commit message text, no commentary or fences. If a body is needed:

Example

Guard startup when config is missing

Prevent the app from crashing when optional configuration is absent.
This keeps startup behavior predictable and makes the fallback path
explicit.

Common edge cases

  • Small, self-explanatory changes need only a subject line.
  • If the diff mixes unrelated changes, recommend splitting into

separate commits.

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.