Agent skill

do-issue

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/do-issue

SKILL.md

Table of Contents

  • Key Features
  • Workflow Overview
  • Required TodoWrite Items
  • GitHub CLI Commands
  • Configuration
  • Detailed Resources

Fix GitHub Issue(s)

Retrieves GitHub issue content and uses subagent-driven-development to systematically address requirements, executing tasks in parallel where dependencies allow.

Key Features

  • Flexible Input: Single issue number, GitHub URL, or space-delimited list
  • Parallel Execution: Independent tasks run concurrently via subagents
  • Quality Gates: Code review between task groups
  • Fresh Context: Each subagent starts with clean context for focused work

Workflow Overview

Phase Description Module
1. Discovery Parse input, fetch issues, extract requirements issue-discovery
2. Planning Analyze dependencies, create task breakdown task-planning
3. Execution Dispatch parallel subagents for independent tasks parallel-execution
4. Quality Code review gates between task batches quality-gates
5-6. Completion Sequential tasks, final review, issue updates completion

Required TodoWrite Items

  1. do-issue:discovery-complete
  2. do-issue:tasks-planned
  3. do-issue:parallel-batch-complete
  4. do-issue:review-passed
  5. do-issue:sequential-complete
  6. do-issue:issues-updated

GitHub CLI Commands

bash
# Fetch issue details
gh issue view <number> --json title,body,labels,comments

# Add completion comment
gh issue comment <number> --body "message"

# Close issue
gh issue close <number> --comment "reason"

Verification: Run the command with --help flag to verify availability.

Configuration

yaml
fix_issue:
  parallel_execution: true
  max_parallel_subagents: 3
  review_between_batches: true
  auto_close_issues: false
  commit_per_task: true

Verification: Run the command with --help flag to verify availability.

Detailed Resources

  • Phase 1: See modules/issue-discovery.md for input parsing and requirement extraction
  • Phase 2: See modules/task-planning.md for dependency analysis
  • Phase 3: See modules/parallel-execution.md for subagent dispatch
  • Phase 4: See modules/quality-gates.md for review patterns
  • Phase 5-6: See modules/completion.md for finalization
  • Errors: See modules/troubleshooting.md for common issues

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results