commit-push

Installation
SKILL.md

Commit & Push Skill

Automates Git commit and push operations with quality checks and proper commit message formatting.

flowchart TD
A([BEGIN]) --> B[Review Changes - Check git status and diffs]
B --> C[Generate Commit Message following format rules]
C --> D{Include Quality Checks?}
D -->|Yes| E[Run quality checks - lint, test, build]
D -->|No| F[Execute Commit & Push - Stage, commit, push]
E -->|Pass| F
E -->|Fail| G[Fix issues and retry]
G --> C
F --> H([END])

Description

Installs
1
First Seen
Mar 29, 2026
commit-push — ki2pixel/render_signal_server