agentskills.codes
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.zip

Installs 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

  1. Open the git automation checklist.
  2. Confirm the active branch matches feature/*.
  3. Detect workspace changes and stop if there are none.
  4. Generate or refine a Conventional Commit subject.
  5. Validate the message and block on any violation.
  6. Run git add ., git commit, and git push origin <feature-branch> only after all checks pass.

Output

  • Branch validation
  • Changed assets reviewed
  • Generated or validated commit message
  • Automation result
  • Residual risks

Search skills

Search the agent skills registry