task-to-pr

Convert a user task or issue into a complete PR workflow with CI monitoring.

6|1|Updated Dec 8, 2009
One-click install
npx skills add https://github.com/jey3dayo/dotfiles --skill task-to-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-to-pr
Source: https://github.com/jey3dayo/dotfiles/tree/main/agents/skills-internal/task-to-pr
Command: npx skills add https://github.com/jey3dayo/dotfiles --skill task-to-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

End-to-end automation to turn a user task or issue into a fully configured PR workflow, including planning, worktree setup, incremental implementation, validation, and CI monitoring.

Core Features & Use Cases

  • End-to-end Task-to-PR automation: plan, decompose, implement, and open a PR from a task or issue.
  • Worktree orchestration and subtask execution: create a dedicated worktree, initialize dependencies, and run a deterministic task loop with status updates.
  • CI monitoring and auto-fix loop: monitor CI runs and automatically apply fixes for failures per defined patterns.

Quick Start

Provide a task or issue context and repository details to trigger the end-to-end task-to-PR workflow.

Frequently Asked Questions about task-to-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate creating a GitHub PR from an issue?

To automate creating a GitHub PR from an issue, you can use a task-to-PR workflow that decomposes the issue, implements changes in a dedicated worktree, validates them, and opens the PR automatically.

How does worktree orchestration help with automated PR generation?

Worktree orchestration isolates task implementation by creating a dedicated worktree, initializing dependencies, and running a deterministic subtask loop to ensure the automated PR generation occurs in a clean environment.

Can I automatically fix CI failures when automating task to PR workflows?

Yes, you can automatically fix CI failures during task to PR workflows by enabling a CI monitoring loop that detects failed runs and applies automated fixes based on predefined patterns.

What is the best way to manage end-to-end task decomposition for multi-file bug fixes?

The best way to manage task decomposition for multi-file bug fixes is using an end-to-end orchestration workflow that breaks down the issue, manages dependencies, and validates incremental changes before PR creation.

Do I need to manually set up a worktree before triggering task to PR automation?

No, you do not need to manually set up a worktree, because the task to PR automation handles worktree creation and dependency initialization internally as part of its end-to-end orchestration loop.