implement-tasks-auto

Automate batch GitHub issue implementation by creating worktrees and opening PRs.

3|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/t6adev/claude-code-tools --skill implement-tasks-auto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-tasks-auto
Source: https://github.com/t6adev/claude-code-tools/tree/main/tools/skills/code/implement-tasks-auto
Command: npx skills add https://github.com/t6adev/claude-code-tools --skill implement-tasks-auto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the batch implementation of GitHub issues by creating dedicated worktrees, implementing changes, and opening PRs without human intervention.

Core Features & Use Cases

  • Batch-implements multiple issues by resolving dependencies and scheduling work in parallel within isolated worktrees.
  • Creates pull requests per issue with proper base branches and status reporting.
  • Handles errors gracefully, with retry logic and automated remediation notes in PR comments.

Quick Start

Run this skill with a list of issue numbers or URLs to begin autonomous implementation and PR creation.

Frequently Asked Questions about implement-tasks-auto

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

FAQPage Schema
How do I automate GitHub issue implementation and PR creation in batch?

You can batch implement GitHub issues by executing this skill with a list of issue numbers or URLs. It creates isolated worktrees, applies changes, and opens pull requests while respecting concurrency limits and resolving dependencies.

What is the best way to manage multiple GitHub issues using git worktrees in parallel?

The best way to manage multiple GitHub issues in parallel is using git worktrees for isolated development. This skill schedules work across worktrees, resolves dependencies, and opens pull requests while respecting concurrency limits for safe parallel execution.

Do I need the gh CLI and git to autonomously resolve GitHub issues?

Yes, autonomous GitHub issue resolution requires git, the gh CLI, a suitable base branch, and proper repository permissions. These tools allow the skill to create worktrees, apply changes, and open pull requests without human intervention.

How does autonomous issue orchestration handle errors and failed pull requests?

Autonomous issue orchestration handles errors gracefully using retry logic and automated remediation notes. When implementation fails, the skill adds remediation notes to PR comments and reports per-issue statuses for auditing.

Can I use autonomous PR generation for resolving GitHub issue dependencies?

Yes, autonomous PR generation can resolve GitHub issue dependencies during batch implementation. The skill resolves dependencies before scheduling work in parallel within isolated worktrees and outputs PR URLs for each resolved issue.