What problem does it solve? Opening a pull request often involves repetitive manual work: analyzing the diff, filling the PR template, enforcing team conventions like file-count limits, and linking the PR to an Asana task. This Skill automates that entire flow so every PR follows the same standard. ## Core Features & Use Cases - Template-driven PR creation: Detects or installs .github/PULL_REQUEST_TEMPLATE.md and fills TLDR, CONTEXT, CHANGES, HOW TO TEST, and RELATED sections. - File-count guardrails: Counts only code files (excluding docs and rules), warns above 5 files, and blocks PRs over 10 files unless it is a rename refactor, proposing splits by well-defined context. - Asana integration: Requires every PR to link to an Asana subtask and adds a ## Related section with parent task and subtask links. - PR sequencing: Supports a ## SEQUENCE section for dependent PRs that must merge in a fixed order. - Use Case: After finishing a feature branch, ask for a PR and get a fully filled template, an Asana-linked subtask, and a gh pr create call targeting main or any branch you specify. ## Quick Start Ask the assistant to create a pull request from the current branch to main using this skill.