Install
$ agentstack add skill-kin0992-dev-toolkit-commit-message ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
About
Generate a classic Git commit message
Turn a staged diff into a classic Git commit message. Conventional Commits are forbidden.
Instructions
- Read the entire diff; identify the primary intent of the change.
- Write a subject line: ≤50 chars, capital start, no period,
imperative mood, no Conventional Commits prefix (feat:, fix:…).
- Prefer specific verbs ("Fix", "Add", "Remove", "Rename", "Refactor").
Avoid vague verbs like "Update".
- Add a body only when it adds useful context. Separate with a
blank line, wrap at 72 chars, explain what and why.
- If the change touches unrelated areas, suggest splitting into
multiple commits.
- 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.
- Author: kin0992
- Source: kin0992/dev-toolkit
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.