ghs-issue-implement

Automate GitHub issue implementation with worktrees, agents, and pull requests.

2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Atypical-Consulting/GitHubSkills --skill ghs-issue-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ghs-issue-implement
Source: https://github.com/Atypical-Consulting/GitHubSkills/tree/main/.claude/skills/ghs-issue-implement
Command: npx skills add https://github.com/Atypical-Consulting/GitHubSkills --skill ghs-issue-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of implementing GitHub issues, turning them into actionable code changes and pull requests, thereby accelerating development cycles.

Core Features & Use Cases

  • Automated Issue Implementation: Clones repositories, creates worktrees, and spawns agents to write code based on issue descriptions.
  • PR Creation: Automatically creates pull requests with appropriate branch naming and auto-close references.
  • Use Case: When a developer receives a new feature request as a GitHub issue, they can use this Skill to automatically generate the initial code structure, implement the core logic, and open a pull request for review.

Quick Start

Use the ghs-issue-implement skill to implement issue number 42.

Frequently Asked Questions about ghs-issue-implement

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

FAQPage Schema
How do I automate GitHub issue implementation into code changes?

Automating GitHub issue implementation involves creating worktrees, spawning agents to write code, verifying results, and opening pull requests. This process turns issue descriptions into actionable code changes and accelerates development cycles.

Can I batch process GitHub issues with specific labels like triaged or bug?

Yes, you can batch process GitHub issues with specific labels like 'triaged' or 'bug'. The skill automates implementation for these labeled issues by creating worktrees, writing code, and opening pull requests with auto-close references.

How do pull requests get linked to GitHub issues when automating code implementation?

Pull requests are linked to GitHub issues by using auto-close references in the PR description. When the code implementation is complete, the skill automatically opens a pull request with appropriate branch naming and these references.

Do I need the gh CLI and git installed to automate pull request creation from issues?

Yes, you need the gh CLI and git installed to automate pull request creation from issues. The skill integrates with these command-line tools to perform necessary repository operations like cloning repositories and creating worktrees.

What is the best way to generate initial code structure from a new feature request issue?

The best way to generate initial code structure from a feature request issue is to use an automated implementation workflow. The skill clones the repository, creates a worktree, and spawns agents to implement the core logic based on the issue description.

Are there limitations when using automated agents to write code for GitHub issues?

While automated agents can implement code and open pull requests, human review is still required. The skill generates the initial structure and logic, but developers must verify the results and review the pull request before merging.