implement-task

Automate the workflow from a GitHub Issue to a pull request.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub Issue を起点に、コードの実装から PR 作成までを一貫して行うワークフローを自動化します。問題の特定、実装計画の作成、変更の適用、検証、PR の作成までをサポートします。

Core Features & Use Cases

  • Issue 参照: GitHub Issue URL または番号から自動的に Issue を読み込み、範囲を把握します。
  • 実装計画の生成: ユーザー承認を得るための実装計画を提案します。
  • コード作成と検証: 変更を適用し、テスト・検証を実行します。
  • PR 作成とリンク: 対象 Issue に紐付く PR を作成します。
  • フロー全体の追跡: 進捗と成果物を一元管理します。

Quick Start

Issue URL または番号を指定して実行を開始してください。

Frequently Asked Questions about implement-task

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

FAQPage Schema
How do I automate code implementation from a GitHub issue to a pull request?

Automating code implementation from a GitHub issue to a pull request is done by providing an issue URL or number to trigger the workflow. The process reads the issue, proposes an implementation plan, applies code changes, validates them, and creates a linked PR.

What do I need to set up before automating issue to PR workflows?

Before automating issue to PR workflows, you need the current directory to be the repository root. Additionally, the GitHub CLI (gh) must be installed and authenticated, and a valid base branch must already exist in the repository.

Can I link a pull request directly to an existing GitHub issue?

Yes, you can link a pull request directly to an existing GitHub issue by starting the automation with the issue number or URL. The workflow handles code implementation and automatically creates a PR that references and tracks the original issue.

Does the GitHub CLI support generating code changes from an issue automatically?

The GitHub CLI supports generating code changes from an issue automatically when integrated with this workflow. It leverages the authenticated gh CLI to read issue context, apply code modifications, run validations, and open a pull request.

What are the limitations of automating GitHub issue implementation?

Limitations of automating GitHub issue implementation include requiring the command execution directory to strictly match the repository root. The workflow also depends on a pre-authenticated gh CLI and an existing valid base branch to function correctly.

How does issue to PR automation handle the implementation plan?

Issue to PR automation handles the implementation plan by generating a proposed strategy for user approval. After approval, it proceeds to apply the code changes, execute tests and validation, and complete the workflow by creating the pull request.