issue-implement

Automate GitHub issue execution from planning to PR review.

Updated Feb 27, 2025
One-click install
npx skills add https://github.com/tuanemuy/dotfiles --skill issue-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-implement
Source: https://github.com/tuanemuy/dotfiles/tree/main/config/claude/skills/issue-implement
Command: npx skills add https://github.com/tuanemuy/dotfiles --skill issue-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Issue planning → 実装 → PRレビューを一連のワークフローとして結合し、手作業の分断を排除します。

Core Features & Use Cases

  • Issue-planner による計画の作成と追従
  • 計画に基づく実装、ブランチ作成・コミット・PR作成
  • PR レビュー・修正のループを実現し ADR/testing/plan の整合性を保つ
  • Phase1〜Phase4 のワークフロー全体を Trigger して実行

Quick Start

Trigger the skill with a target Issue number to automatically execute planning, implementation, and PR review end-to-end.

Frequently Asked Questions about issue-implement

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

FAQPage Schema
How do I automate the GitHub issue workflow from planning to pull request creation?

Automating the GitHub issue workflow involves triggering a process that executes issue planning, code implementation, branch management, and pull request creation end-to-end. This eliminates manual handoffs between planning and execution phases.

What is an end-to-end issue implementation workflow?

An end-to-end issue implementation workflow integrates issue planning, code changes, PR creation, and review loops into a single automated sequence. It maintains alignment with plan.md and testing.md artifacts across four distinct phases.

How do I keep ADR and testing artifacts aligned during pull request reviews?

To keep ADR and testing artifacts aligned during PR reviews, use an integrated workflow that loops through review and modification cycles while validating consistency against the original plan.md and testing.md documents.

Can I trigger issue planning and code implementation automatically with just an issue number?

Yes, you can trigger issue planning and code implementation automatically by providing a target GitHub issue number. The system then executes the workflow from planning through implementation to PR review.

Does this issue management workflow support branch creation and commit management?

Yes, the issue management workflow supports branch creation and commit management within its core implementation phase. It handles branch creation and commits directly based on the generated issue plan.

When should I use a plan-driven implementation workflow for my codebase?

Use a plan-driven implementation workflow when your team needs a repeatable process for issue execution requiring strict alignment between planning documents, code changes, and pull request reviews across all phases.