dev-commit
SolidAI 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: 81/100
Skill Content
Details
- Author
- codeaholicguy
- Repository
- codeaholicguy/ai-devkit
- Created
- 10 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- None
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.
dev-workflow
Use when performing common development tasks like committing code, reviewing changes, running tests, fixing bugs, creating PRs, or checking repo status. Provides structured workflows for everyday git and development operations.