What problem does it solve? Shipping code involves a repetitive chain of steps: running lint and tests, smoke-testing running services, writing a conventional commit, branching off the default branch, pushing, and opening a pull request. This Skill automates that entire pre-review pipeline so work reaches a draft PR with verification already done. ## Core Features & Use Cases - Verification and smoke testing: Runs lint, typecheck, unit tests, and pre-commit on changed files, then auto-detects project type (backend API, frontend, CLI, MCP server) and smoke-tests running services, including Playwright-driven browser checks of affected frontend routes. - Smart commit and branch management: Never commits to the default branch; pulls it fresh, proposes a conventional branch name from the diff, and creates a smart conventional commit. - Draft PR creation with CI report: Pushes to the remote and opens a draft PR by default (or a ready PR with ready, or merges into a target branch), then prints a CI status summary. - Use Case: After finishing a feature touching both a FastAPI backend and a Next.js frontend, run the skill to lint and test changed files, curl the API health endpoint, drive the changed pages in a browser checking for console errors, commit, push, and open a draft PR in one pass. ## Quick Start Ask the AI to run the push-pr skill to test, commit, push the current work, and open a draft pull request.