agileflow-commit-messages

Community

Format git commits, respect attribution, keep history clean.

Authorxloxn69
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Inconsistent commit messages hinder code review, changelog generation, and historical context. This skill enforces standards and respects attribution policies, ensuring a clean Git history.

Core Features & Use Cases

  • Conventional Commits: Formats messages with type, scope, subject, body, and footer, ensuring a clean and searchable Git history.
  • Attribution Policy Compliance: Checks CLAUDE.md to determine if AI attribution should be added, respecting user preferences.
  • Use Case: You're about to commit changes for a new feature. This skill formats your commit message according to Conventional Commits, includes issue references, and adds AI attribution only if allowed by your project's policy.

Quick Start

Use the agileflow-commit-messages skill to format a commit message for "fixing the user profile update bug" and ensure it follows project attribution rules.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 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: agileflow-commit-messages
Download link: https://github.com/xloxn69/AgileFlow/archive/main.zip#agileflow-commit-messages

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