Ship current branch — CI, SonarCloud, code review, security review, fix all issues, merge. Assumes code is already committed and pushed.
76
—
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Assumes code is already committed and pushed. Handles: PR creation, CI monitoring, SonarCloud, code review, security review, fixing all issues, and merging.
IMPORTANT: NEVER include Co-Authored-By, "Generated with Claude Code", or any Claude/AI attribution in commit messages, PR descriptions, or any other artifacts.
git branch --show-currentgh pr list --head <branch> --json number,urlgh pr create --base dev --title "<concise title>" --body "<description>"gh run list --branch <branch> --limit 1 --json status,conclusion,databaseIdgh run watch <id>gh run view <id> --log-failedgit add, git commit, git push.get_project_quality_gate_status with project key KeplerOps_Ground-Control to check the quality gate.search_sonar_issues_in_projects to find new issues on the current branch.git add, git commit, git push.CRITICAL: You MUST use the Skill tool to invoke the built-in review skill.
git fetch origin dev && git merge origin/devskill="review" to invoke the real built-in code review.CRITICAL: You MUST use the Skill tool to invoke the built-in security-review skill.
skill="security-review" to invoke the real built-in security review.If ANY fixes were made in Phases 4-5:
git add all changed files.git commit -m "Fix code review and security review findings"git pushYou MUST NOT merge the PR. You MUST NOT run gh pr merge. The user reviews and merges.
a7c1694
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.