skills/task-to-pr/SKILL.md
Turn one ticket into a draft PR. Use when the user passes a ticket reference (JIRA-123, LIN-123, github#456, an issue URL) and expects code, tests, review, and a PR. Use implement when no PR is expected; use multitask for several tickets at once.
npx skillsauth add owainlewis/blueprint task-to-prInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Turn one user-provided ticket into a draft PR. The user supplies the ticket; do not hunt for work by labels or backlog queries. Treat the ticket as the audit trail: a teammate should be able to follow the work without reading the diff.
branch. Start from a clean tree. Never overwrite or discard unrelated local changes.implement with the ticket as the task. The acceptance criteria are the definition of done.review with a fresh subagent. Judge every finding, fix the valid in-scope ones, and re-verify. If no subagent capability exists, self-review and say so in the PR.pr. The body must include the ticket link and acceptance criteria status.multitask.pr-to-ready when feedback arrives.tools
Commit, push, and open a pull request with a clear description. Use when finished work on the current branch needs to become a PR.
development
Run several tickets to draft PRs at the same time, one isolated worker per ticket. Use when the user passes multiple tickets and wants them worked in parallel. Composes task-to-pr per ticket; never writes code itself.
development
Turn one scoped task into a verified diff: code, tests, verification, report. The inner build step of the delivery flow. Use directly when the workspace is prepared and no PR is expected; use task-to-pr when a ticket should become a PR.
tools
Create a traceable Git branch for the current task.