epic-commit

Community

Generate documented, traceable commits, effortlessly.

Authorastrosteveo
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Crafting clear, conventional commit messages and linking them to the development process is often a manual, error-prone task. This Skill automates the creation of comprehensive, traceable commits, improving code history, team alignment, and the overall maintainability of your repository.

Core Features & Use Cases

  • Automated Commit Message Generation: Drafts conventional commit messages (e.g., feat:, fix:) based on the feature description, implementation plan, and progress, ensuring consistency and clarity.
  • Workflow Artifact Inclusion: Automatically stages and includes all relevant research, plan, state, and validation artifacts in the commit, providing a complete, traceable history of why and how changes were made.
  • Pre-Commit Validation: Verifies implementation and validation status before committing, preventing premature or incomplete commits and ensuring only high-quality code enters your codebase.
  • Use Case: After completing a feature and running /epic:validate, use /epic:commit to automatically stage all changes and workflow documents. It will then generate a perfectly formatted commit message for your final review, ready to be pushed.

Quick Start

/epic:commit

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: epic-commit
Download link: https://github.com/astrosteveo/epic/archive/main.zip#epic-commit

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository