What problem does it solve?
Ensures pull requests follow TileOPs conventions by creating draft PRs with correctly formatted titles, complete bodies, and required labels to avoid CI and review pitfalls.
Core Features & Use Cases
- Draft-first PR creation: Create a draft PR from the current branch using the GitHub CLI and a repository template to ensure consistent summaries and test plans.
- Automated labeling and authorship: Adds at least one type label and the required all-ai-powered authorship label according to repository conventions.
- Gate and validate: Runs a repository-provided validation script to enforce title format, required body sections, label presence, and MCP newline checks before marking the PR ready.
- Use case: When you have pushed a feature branch, use this Skill to open a draft PR, populate the template, add appropriate labels, and verify compliance automatically.
Quick Start
Create a draft pull request from the current branch with a compliant title and body based on template.md, add the required labels including all-ai-powered, and run the validation script on the new PR.