auto-commit

Community

Automate git commits, pushes, and PRs.

AuthorHaveAPoint
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the common Git workflow: committing changes, pushing to remote, and creating pull requests, reducing manual steps and the risk of errors.

Core Features & Use Cases

  • Automated Commit Messages: Generate meaningful commit messages following conventional types.
  • Push & PR Automation: Push changes to the current branch and optionally create a PR.
  • Safe Operations: Avoid dangerous commands (no force push, no pushes to main/master, warn on sensitive files).

Quick Start

To use this Skill, perform the following steps on your working repository:

  • Prepare: ensure you're on the correct branch and have no uncommitted changes.
  • Commit: git add <files-or-directory>
  • git commit -m "<type>: <description>"
  • Optional push and PR:
  • git push origin <current-branch>
  • gh pr create --title "<PR title>" --body "<PR description>"

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: auto-commit
Download link: https://github.com/HaveAPoint/awareness_app/archive/main.zip#auto-commit

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.