post-commit

Automate CHANGELOG updates, version bumps, and Git tag generation after commits.

22|3|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/fusengine/agents --skill post-commit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-commit
Source: https://github.com/fusengine/agents/tree/main/plugins/commit-pro/skills/post-commit
Command: npx skills add https://github.com/fusengine/agents --skill post-commit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines your Git workflow by automating essential post-commit tasks, ensuring your changelogs are updated and versions are bumped consistently across standard and marketplace repositories.

Core Features & Use Cases

  • Universal CHANGELOG Update: Automatically adds new commit messages to your CHANGELOG.md file.
  • Version Bumping: Increments patch versions for both standard repositories and marketplace plugins/suites.
  • Git Tagging: Creates and pushes Git tags for new versions.
  • Marketplace Specifics: Handles versioning for individual plugins and the overall marketplace suite when .claude-plugin/marketplace.json is present.
  • Use Case: After committing a new feature, this Skill automatically updates your CHANGELOG, bumps the patch version, tags the release, and prepares it for pushing, saving you manual steps and ensuring consistency.

Quick Start

Run the post-commit skill to update your changelog and version tags.

Frequently Asked Questions about post-commit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CHANGELOG updates after a Git commit?

To automate Git version bumps and tagging, this Skill increments the patch version and generates Git tags for new releases, handling both standard repositories and marketplace plugins to ensure consistent versioning.

How does automated version bumping work for marketplace plugins?

Automated version bumping for marketplace plugins works by detecting changes and incrementing versions when the `.claude-plugin/marketplace.json` file is present, managing both individual plugin versions and the overall marketplace suite version.

Can I use this to automate Git tagging for all my repositories?

Yes, you can use this to automate Git tagging for all your repositories; it creates and pushes Git tags for new versions across standard projects and marketplace plugin-based environments alike.

Do I need any external dependencies to automate post-commit tasks?

No external dependencies are needed to automate post-commit tasks such as changelog updates and Git tag generation, as the Skill operates independently without requiring additional packages or modules.