ace-commit-msg

Generate meaningful commit messages. No story_graph — scope is derived from conversation, changed files, and persisted state (last_commit_scope.json , scope.json ).

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ace-commit-msg" with this command: npx skills add agilebydesign/agile-context-engine/agilebydesign-agile-context-engine-ace-commit-msg

Ace Commit Message

Generate meaningful commit messages. No story_graph — scope is derived from conversation, changed files, and persisted state (last_commit_scope.json , scope.json ).

When to Apply

  • User types /commit or requests a commit

  • After completing a meaningful change (auto-commit when configured)

  • Do NOT commit before completing the user's primary instructions

Key Concepts

  • Scope — From last_commit_scope.json, scope.json, conversation, or changed files. Not from story-graph.json.

  • Context as scope — When using ace-skills (ace-shaping, ace-context-to-memory, etc.), scope includes: which slice, operation, or output section is being worked on. Chat often reveals this.

  • Behavior — Inferred from changed files (code, tests, shape, prioritization, etc.)

  • Format — {behavior}.{action}: {meaningful description based on scope}

Commit messages should reflect the active ace-skill, operation, and scope — not generic "update project artifacts".

Output

See content/output.md and docs/ace-commit-msg-output.md for Interaction Tree and State Model.

Build

cd skills/ace-commit-msg python scripts/build.py

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ace-context-to-memory

No summary provided by upstream source.

Repository SourceNeeds Review
General

ace-shaping

No summary provided by upstream source.

Repository SourceNeeds Review
General

agile-skill-build

No summary provided by upstream source.

Repository SourceNeeds Review
General

content-memory

No summary provided by upstream source.

Repository SourceNeeds Review