commit-milestones

Automate git commits at milestones with review, staging, and optional push.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Folly-Partners/claudesync --skill commit-milestones
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-milestones
Source: https://github.com/Folly-Partners/claudesync/tree/main/skills/commit-milestones
Command: npx skills add https://github.com/Folly-Partners/claudesync --skill commit-milestones

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automatically commits changes when you reach significant milestones during a work session, reducing manual steps and ensuring meaningful version history.

Core Features & Use Cases

  • Automatically review changes with git status and git diff
  • Stage relevant files with git add
  • Create a descriptive commit message and include Co-Authored-By when appropriate
  • Optionally push to GitHub after confirmation

Quick Start

This skill runs automatically. When you complete a significant milestone, Claude will:

  1. Review changes with git status and git diff
  2. Stage relevant files with git add
  3. Create a descriptive commit message that explains what was accomplished
  4. Commit with the Co-Authored-By line
  5. Ask if you want to push to GitHub

Frequently Asked Questions about commit-milestones

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

FAQPage Schema
How do I automate git commits when reaching milestones during development?

Automate git commits by letting this Skill review your changes with git status and git diff, stage relevant files, and create descriptive commit messages with Co-Authored-By lines when milestones are reached. It reduces manual steps and ensures meaningful version history.

Can this work with my existing git workflow and GitHub push process?

Yes. This Skill integrates with standard Git commands—git status, git diff, git add—and supports optional push confirmation to GitHub after commits are created, fitting into established version-control workflows.

What's included in the commit message when milestones are reached?

Commit messages describe what was accomplished at the milestone and include Co-Authored-By lines when appropriate, creating clear, reviewable version history tied to your development progress.

How does this reduce manual commit overhead in a development session?

Instead of manually running git status, staging files, and writing commits, this Skill handles review, staging, and commit creation automatically at milestone points, letting you stay focused on coding.

Does this support collaborative commits with multiple authors?

Yes. The Skill includes Co-Authored-By lines in commits, enabling proper attribution when work involves multiple contributors in your git history.