Stage, commit, and push the current branch following git governance rules.
71
71%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
/review to ensure lint/tests/security checks pass locally.git add (avoid staging generated or secret files)..github/commit-template.txt and include Context / Testing / Reviewers blocks.git commit using the prepared message. If commitlint fails, fix the message and retry.git push origin $(git branch --show-current).gh workflow run ci-quality-gate.yml --ref $(git branch --show-current)gh run watch --workflow ci-quality-gate.yml) before opening a pull request.