
from ai-first-sdlc-practices40
Automates the creation of GitHub pull requests with mandatory pre-push validation and test count verification.
This skill provides a rigorous workflow for submitting code changes via pull requests. It ensures that no code is pushed or PRs created without first passing a specific set of pre-push validations, preventing broken builds from reaching the remote repository.
Use this skill when you have completed a task and are ready to submit your work for review. It is specifically designed for environments where strict validation (like pytest and integration smokes) is required before merging.
gh pr create and git push to streamline the submission process once validation passes.Designed for agents with access to the GitHub CLI (gh) and local shell execution, such as Claude Code, Codex, or Gemini CLI.
This skill has not been reviewed by our automated audit pipeline yet.