GI
git-automation
Automate git add, Conventional Commit generation, commit validation, and push for RLApp feature branches under existing Git Flow guardrails.
Install
mkdir -p .claude/skills/git-automation && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15284" && unzip -o skill.zip -d .claude/skills/git-automation && rm skill.zipInstalls to .claude/skills/git-automation
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Automate git add, Conventional Commit generation, commit validation, and push for RLApp feature branches under existing Git Flow guardrails.140 charsno explicit “when” trigger
About this skill
Git Automation
Use this skill when the workspace is ready to be committed from a valid feature branch.
Procedure
- Open the git automation checklist.
- Confirm the active branch matches
feature/*. - Detect workspace changes and stop if there are none.
- Generate or refine a Conventional Commit subject.
- Validate the message and block on any violation.
- Run
git add .,git commit, andgit push origin <feature-branch>only after all checks pass.
Output
- Branch validation
- Changed assets reviewed
- Generated or validated commit message
- Automation result
- Residual risks