issue-workflow

Manage GitHub issues from comprehension through PR creation and CI verification.

3|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/scute-sh/scute --skill issue-workflow-scute-sh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-workflow
Source: https://github.com/scute-sh/scute/tree/main/.claude/skills/issue-workflow
Command: npx skills add https://github.com/scute-sh/scute --skill issue-workflow-scute-sh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the entire process of addressing GitHub issues, from initial pickup to final merge and verification, ensuring a structured and efficient development workflow.

Core Features & Use Cases

  • Issue Lifecycle Management: Guides through understanding, defining criteria, preparing work, building, shipping, and hardening for GitHub issues.
  • Automated Worktree Creation: Creates dedicated worktrees for each issue, simplifying context switching.
  • Integrated Testing & PRs: Orchestrates ATDD/TDD flows and automates Pull Request creation and monitoring.
  • Use Case: When assigned a bug report on GitHub, this Skill will help you understand the issue, set up your development environment, build the fix, open a PR, and ensure it passes CI checks before closing.

Quick Start

Use the issue-workflow skill to pick up issue number 123 and start working on it.

Frequently Asked Questions about issue-workflow

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

FAQPage Schema
How do I automate the end-to-end GitHub issue resolution workflow?

To automate GitHub issue resolution, this Skill manages the full lifecycle from issue comprehension and acceptance criteria definition through worktree preparation, ATDD/TDD code building, and automated Pull Request creation.

What is the best way to manage GitHub issues and pull requests in one workflow?

Managing GitHub issues and pull requests together requires a structured process. This Skill orchestrates worktree creation, integrated testing, automated PR creation, and CI monitoring to ensure deterministic issue resolution from start to finish.

Does this issue tracking workflow support automated CI/CD monitoring for pull requests?

Yes, this issue tracking workflow supports CI/CD monitoring by automating Pull Request creation and tracking continuous integration checks. It monitors the CI pipeline and performs final verification before closing the GitHub issue.

Can I use worktree preparation and TDD to fix a GitHub bug report?

You can fix a GitHub bug report using worktree preparation and TDD by picking up the issue, creating a dedicated worktree for context isolation, and orchestrating an ATDD/TDD flow to build and verify the fix before opening a PR.

How do I define acceptance criteria before building a fix for a GitHub issue?

To define acceptance criteria for a GitHub issue, this Skill guides you through initial issue comprehension and structured criteria definition. This ensures deterministic development before worktree preparation and code building begin.