issue-workflow

Automate GitHub issue workflows from analysis through implementation and updates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/chofurenairengo/emotion-readar --skill issue-workflow-chofurenairengo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-workflow
Source: https://github.com/chofurenairengo/emotion-readar/tree/main/.claude/skills/issue-workflow
Command: npx skills add https://github.com/chofurenairengo/emotion-readar --skill issue-workflow-chofurenairengo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating analysis, planning, implementation, review, and updating GitHub issues across multiple branches is complex and error-prone. This Skill automates the entire issue workflow from first analysis to implementation and final updates, reducing manual coordination and accelerating delivery.

Core Features & Use Cases

  • End-to-end Issue Lifecycle automation: analyzes issues, plans work, implements changes, triggers reviews, and updates the issue thread.
  • Phase orchestration across specialized agents (issue-analyzer, planner, issue-code-reviewer) to ensure scope adherence and traceability.
  • GitHub integration and repository automation: uses gh CLI, git worktree, and structured commits to manage branches and changes across phases.

Quick Start

Trigger the workflow for a specific issue number to automatically analyze, plan, implement, review, and update the issue through all phases.

Frequently Asked Questions about issue-workflow

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

FAQPage Schema
How do I automate end-to-end issue-driven development workflows on GitHub?

End-to-end issue-driven development is automated by orchestrating analysis, planning, implementation, review, and issue updating across multiple branches using trigger-driven coordination and GitHub CLI integration.

What is the best way to coordinate code review and issue updates across multiple branches?

Coordinating code review and issue updates across branches is handled by orchestrating specialized agents, such as an issue-analyzer and issue-code-reviewer, ensuring scope adherence and automated issue thread finalization.

Does issue-workflow require any specific dependencies to manage GitHub issues?

Managing GitHub issues through this workflow requires no external dependencies, utilizing the gh CLI, git worktree, and structured commits to automate branch management and changes across phases.

How do I trigger automated analysis and planning for a specific GitHub issue?

Triggering automated analysis and planning for a specific GitHub issue requires supplying the issue number, which initiates the workflow to automatically plan, implement, review, and update the issue.

Can I use gh CLI and git worktree to automate agile issue lifecycle management?

Automating agile issue lifecycle management is supported by using gh CLI and git worktree to handle repository automation, branch management, and structured commits throughout the development phases.

Why does manual coordination of GitHub issues become error-prone during implementation?

Manual coordination of GitHub issues becomes error-prone due to the complexity of managing analysis, planning, implementation, and review across multiple branches, which is resolved by trigger-driven workflow orchestration.