30-SECOND BRIEF
What it does—and when it fits
Commit Message Storyteller is a GitHub Awesome Copilot workflow that turns diffs or change descriptions into Conventional Commit messages explaining why a change exists, what problem it solves, and whether the diff should be split into multiple logical commits.
INSTALL BY AGENT
Choose your Agent
Paths come from official Agent docs or the universal installer behind skills.sh. Compatibility still follows this Skill's record.
.agents/skills/commit-message-storyteller/~/.copilot/skills/commit-message-storyteller/Use project scope for team sharing and personal scope across repositories. The installer defaults to project scope; add -g for personal scope.
npx skills add github/awesome-copilot --skill commit-message-storyteller --agent github-copilotCopilot also accepts .github/skills and .claude/skills at project scope. Preview untrusted Skills before enabling scripts.
View path evidence ↗TYPICAL WORKFLOW
A practical workflow
Infer change intent
Read the diff to identify what changed, why, and the affected scope.
Write the commit story
Create an imperative subject plus optional rationale and issue references.
Recommend splits
Separate unrelated concerns when one diff contains several logical changes.
THE TRADEOFFS
Advantages and tradeoffs
Notable strengths
- Improves commit history by preserving intent rather than restating filenames.
- Handles breaking changes, issue references, and logically separate work.
Limitations
- A diff often cannot reveal the true motivation, user impact, or issue context.
- The Skill drafts messages but does not itself prove the changes are tested or safe to commit.
BEST FIT
Who it is for
Developers maintaining readable project history
Teams standardizing Conventional Commit messages
BEFORE YOU USE IT
Risks to review before use
Incorrect intent inferred from code
The generated narrative may confidently attribute a reason the diff does not establish. Confirm the motivation, issue reference, scope, and breaking-change status before committing.
SECURITY
What the permission profile means
- Review diffs for secrets before pasting them into external chat services.
- Do not include confidential issue details in public commit history.
Not a security certification. External ratings are attributed references. SkillSignal has not independently executed or security-reviewed this Skill.
INSIDE THE PACKAGE
Indexed files
TAGS
Original SkillSignal editorial profile grounded in GitHub Awesome Copilot commit 318066d2, checked 2026-08-20; not independently executed or security-certified.