When to Use This Skill | Use this skill when... | Use X instead when... | |------------------------|----------------------| | Going from uncommitted changes to an open PR in one step | Creating commits only with no push or PR ( ) | | Auto-detecting issues, committing, pushing, and opening a PR together | Pushing existing commits to a remote without opening a PR ( ) | | Running the full commit-push-PR pipeline non-interactively | Opening a PR from already-pushed commits ( ) | Context - Pre-commit config: ! - Current branch: ! - Git status: ! - Unstaged changes: ! - Staged changes: ! - Recent c…