task-to-pr

Featured

Takes one task, ticket, or existing pull request to a tested, independently reviewed, green pull request ready for human merge. Use when the user asks to implement, build, fix, deliver, or take one task or issue to a pull request.

Code & Development 257 stars 49 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
80
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Task to PR Follow this workflow for the requested task, ticket, or pull request: 1. **Resolve the source.** Resume an existing pull request and its linked ticket when one exists. Otherwise fetch the ticket or use the task as the source. Create a ticket only when the user asks or durable tracking improves the handoff or proof. Do not duplicate tickets or pull requests. 2. **Branch.** Resume the branch and worktree for an existing pull request. For new work, fetch the remote and create a dedicated branch and worktree from the latest remote default branch, named with the ticket number or task slug. Follow the repository's location convention and reuse a suitable existing worktree. Remove a manually created worktree after its pull request is merged or closed. 3. **Read the context.** Read the repository instructions and inspect the relevant code. 4. **Outline the change.** Define the smallest complete change and check it against the ticket, task, or pull request. This is a local execution outline for this one task, not a multi-task plan document. Do not create tickets or a plan document. 5. **Implement.** Make the change and add tests where necessary. 6. **Test.** Run any automated checks and tests, including real-browser checks for browser-rendered behavior. 7. **Review.** Review the change with a fresh subagent that did not implement it. 8. **Address findings.** Fix valid review findings, then rerun affected tests and fresh review. 9. **Publish.** Create a Conventional Comm...

Details

Author
owainlewis
Repository
owainlewis/blueprint
Created
4 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category