Back to Skills

commit-milestones

verified

Automatically commit changes when reaching major milestones

View on GitHub

Marketplace

Folly

Folly-Partners/claudesync

Plugin

claudesync

productivity

Repository

Folly-Partners/claudesync

skills/commit-milestones/SKILL.md

Last Verified

January 24, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/Folly-Partners/claudesync/blob/main/skills/commit-milestones/SKILL.md -a claude-code --skill commit-milestones

Installation paths:

Claude
.claude/skills/commit-milestones/
Powered by add-skill CLI

Instructions

# Auto-Commit at Milestones

You should proactively commit changes to git whenever you complete a significant milestone, such as:

- Completing a feature implementation
- Fixing a bug
- Finishing a refactor
- Completing a set of tests
- Reaching a natural stopping point in work

When committing:
1. Review the 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 standard co-authored format
5. Ask the user if they want to push to GitHub

Do this automatically without asking permission unless the changes are unclear or sensitive.

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
649 chars