do-issue

Solid

Parallel subagent execution with code review gates between task batches for issue resolution

AI & Automation 308 stars 27 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
83
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Table of Contents - [Key Features](#key-features) - [Workflow Overview](#workflow-overview) - [Required TodoWrite Items](#required-todowrite-items) - [Configuration](#configuration) - [Detailed Resources](#detailed-resources) # Fix Issue(s) Retrieves issue content from the detected git platform (GitHub, GitLab, or Bitbucket) and uses subagent-driven-development to systematically address requirements, executing tasks in parallel where dependencies allow. **Platform detection is automatic** via the `leyline:git-platform` SessionStart hook. Check session context for `git_platform:` to determine which CLI to use. ## Key Features - **Cross-Platform**: Automatically detects GitHub/GitLab/Bitbucket and uses appropriate CLI - **Flexible Input**: Single issue number, platform URL, or space-delimited list - **Parallel Execution**: Independent tasks run concurrently via subagents - **One PR**: All issues produce one consolidated PR (never per-issue PRs) - **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](modules/issue-discovery.md) | | 2. Planning | Analyze dependencies, create task breakdown | [task-planning](modules/task-planning.md) | | 3. Execution | Dispatch parallel subagents for independent tasks | [parallel-execution](mo...

Details

Author
athola
Repository
athola/claude-night-market
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category