issue-dev

Automate GitHub Issue workflows with worktrees, PRs, and CI checks.

1|Updated Jan 22, 2022
One-click install
npx skills add https://github.com/gotomts/dotfiles --skill issue-dev-gotomts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-dev
Source: https://github.com/gotomts/dotfiles/tree/main/claude/skills/issue-dev
Command: npx skills add https://github.com/gotomts/dotfiles --skill issue-dev-gotomts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Efficiently orchestrate development lifecycles initiated by GitHub issues, creating worktrees, updating project status, generating PRs, and coordinating CI checks.

Core Features & Use Cases

  • Sub-issue detection and dependency analysis to determine execution strategy (serial, parallel, or mixed).
  • Automated worktree creation and branch management tied to issue numbers for traceable progress.
  • Automatic PR creation, CI status monitoring, and status updates within GitHub Projects.
  • Flexible execution plans that adapt to parent/child issue structures and varying dependencies.

Quick Start

Provide a GitHub Issue number to initiate the full lifecycle from intake to PR verification.

Frequently Asked Questions about issue-dev

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

FAQPage Schema
How do I automate issue-driven development workflows from GitHub?

Automating issue-driven development workflows from GitHub involves creating worktrees from issue numbers, updating project status, generating PRs, and coordinating CI checks to drive the lifecycle from intake to verification.

How does sub-issue dependency analysis determine execution strategy?

Sub-issue dependency analysis determines execution strategy by evaluating parent and child issue structures to propose optimized plans, choosing serial, parallel, or mixed execution to manage multi-issue lifecycles efficiently.

What do I need to set up before automating GitHub PR creation and CI checks?

Before automating GitHub PR creation and CI checks, you need Bash tooling, access to GitHub, and a configured repository context to successfully drive the end-to-end development workflow.

How are git worktree branches managed for traceable issue progress?

Git worktree branches are managed for traceable issue progress by tying automated worktree creation and branch management directly to GitHub issue numbers throughout the development lifecycle.

Can I update GitHub Projects status automatically during PR verification?

You can update GitHub Projects status automatically during PR verification through built-in CI status monitoring and automatic status updates that coordinate the lifecycle from issue intake to final PR checks.