issue-implementation

Create isolated Git worktrees for GitHub issues and finalize pull requests.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/acmiyaguchi/fen --skill issue-implementation-acmiyaguchi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-implementation
Source: https://github.com/acmiyaguchi/fen/tree/main/.claude/skills/issue-implementation
Command: npx skills add https://github.com/acmiyaguchi/fen --skill issue-implementation-acmiyaguchi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of implementing GitHub issues by creating isolated worktrees, ensuring clean and focused development.

Core Features & Use Cases

  • Isolated Worktrees: Create a separate worktree for each issue to prevent code contamination and ensure a clean development environment.
  • Issue Implementation: Turn an issue into code, tests, and a pull request, all within a structured workflow.
  • Use Case: When you need to implement a GitHub issue, this skill guides you through creating a worktree, implementing the issue, and submitting a pull request.

Quick Start

Run the 'issue-implementation' skill to begin implementing an issue.

Frequently Asked Questions about issue-implementation

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

FAQPage Schema
How do I create an isolated worktree to implement a GitHub issue?

This skill automates creating an isolated worktree for a GitHub issue, establishing a separate, version-controlled environment. It ensures clean development by preventing code contamination before you finalize your pull request.

What is the best way to manage pull requests for separate GitHub issues?

The best way to manage pull requests for separate issues is using isolated worktrees. This approach coordinates the workflow from creating a worktree to submitting a pull request, maintaining codebase integrity throughout software development.

Does this issue implementation workflow require any dependencies or external scripts?

No dependencies are required for this issue implementation workflow. The skill operates using internal scripts to coordinate the process from worktree creation to pull request finalization on GitHub without external setup.

Can I use isolated worktrees to prevent code contamination during software development?

Yes, you can use isolated worktrees to prevent code contamination during software development. By generating a dedicated worktree for each GitHub issue, the workflow guarantees a clean environment for writing code and tests.

How does worktree isolation affect issue management and codebase integrity?

Worktree isolation enhances issue management and codebase integrity by keeping issue implementations separate. This prevents cross-branch contamination and ensures each pull request is finalized from a clean, version-controlled environment.