commit-helper
Generate Conventional Commit Messages
Writing clear commit messages from staged changes can slow down reviews. This skill inspects Git context and proposes concise conventional commit messages.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "commit-helper" from https://skillstore.io/skills/curiouslearner-commit-helper.md and its manifest at https://skillstore.io/api/skills/curiouslearner-commit-helper/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "commit-helper". Staged changes add token refresh behavior in the authentication module.
Expected outcome:
feat(auth): add token refresh flow
Improve session continuity by refreshing expired tokens before user requests fail.
Using "commit-helper". Staged changes fix null email validation errors.
Expected outcome:
fix(validation): handle null email values
Return a failed validation result instead of throwing on empty input.
Using "commit-helper". Staged changes update API documentation for version 2 endpoints.
Expected outcome:
docs(api): update v2 endpoint documentation
Security Audit
SafeStatic findings are Markdown backtick matches in SKILL.md, not executable Ruby or shell code. The skill only describes read-only Git inspection for commit message generation. No semantic security issue was found.
Risk Factors
⚙️ External commands (23)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/curiouslearner-commit-helper/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/curiouslearner-commit-helper?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/curiouslearner-commit-helper?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/curiouslearner-commit-helper/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/curiouslearner-commit-helper.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
CuriousLearner. (2026). commit-helper security audit report (audit version 9) [Author version unspecified]. Skillstore. https://skillstore.io/skills/curiouslearner-commit-helper/audits/9BibTeX citation
@techreport{curiouslearner-curiouslearner-commit-helper-2026,
author = {CuriousLearner},
title = {commit-helper security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/curiouslearner-commit-helper/audits/9},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "commit-helper security audit report (audit version 9)"
version: "unspecified"
type: report
authors:
- name: "CuriousLearner"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/curiouslearner-commit-helper/audits/9"
identifiers:
- type: other
value: "skillstore:curiouslearner-commit-helper:audit:9"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
c0ntr0lledcha0s-commit-helper
2026-08-21
curiouslearner-commit-helper
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Prepare Feature Commits
Turn staged feature work into a concise conventional commit message with scope and body.
Clean Up Bug Fix History
Summarize a focused fix so reviewers can understand the user impact quickly.
Match Team Commit Style
Use recent commit history to align wording with an existing repository convention.
Try These Prompts
Use commit-helper to review my staged changes and suggest one conventional commit message.
Use commit-helper with scope api and generate a concise message for my staged changes.
Use commit-helper with type fix. Include a short body only if it improves clarity.
Use commit-helper to compare staged changes with recent commit style, then propose three ranked messages.
Best Practices
- Stage only related changes before asking for a commit message.
- Review the proposed subject for accuracy before committing.
- Include issue references only when the repository expects them.
Avoid
- Do not use it to summarize unstaged or unrelated work.
- Do not accept a generated message without checking the actual diff.
- Do not force a commit type that misrepresents the change.
Frequently Asked Questions
Does this skill make the commit for me?
Which commit style does it use?
Can it add a scope?
Does it need staged changes?
Can it include issue references?
Does it work with Claude Code and Codex?
Developer Details
Author
CuriousLearnerLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
d11af420e07cd866fe39cfa937efef3223896c06
Maintenance freshness
7/18/2026
Usage
13 downloads · 231 views
File structure
📄 SKILL.md