dev-commit
FeaturedAI DevKit · Safe git commit workflow for AI coding agents. Use when the user asks to commit, prepare a commit, stage changes, create a PR-ready checkpoint, or finish work with a conventional commit while avoiding unrelated user changes.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- codeaholicguy
- Repository
- codeaholicguy/ai-devkit
- Created
- 11 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
commit
Create well-formatted git commits with conventional commit style. Analyzes staged changes and generates appropriate commit messages. Invoke with /commit or after completing a task.
git-commit
Safely create a git commit by validating repository state, staging intended changes, scanning for secrets/conflicts, generating a Conventional Commits message (repository convention first, else an English Angular default) from the staged diff, and committing without amend.
git-commit-discipline
Git commit hygiene for AI agents - atomic commits, Conventional Commits, secret scanning, branch safety, history protection