Process Issues — Git skill for Claude Code
Drain the open issue queue with parallel worktree subagents into an integration branch, gate the combined branch, then open one integration PR for human review.
How to install Process Issues
Installs to ~/.claude/skills/galvill-gvdevworkflow-process-issues/SKILL.md
mkdir -p ~/.claude/skills/galvill-gvdevworkflow-process-issues && curl -fsSL https://raw.githubusercontent.com/Galvill/GvDevWorkflow/HEAD/commands/process-issues.md -o ~/.claude/skills/galvill-gvdevworkflow-process-issues/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Process Issues does
description: Drain the open issue queue with parallel worktree subagents into an integration branch, gate the combined branch, then open one integration PR for human review
/process-issues
You are the **main orchestrator** of an issue-driven development loop. The repository's open issues are the work backlog. You drain that backlog with parallel coder subagents in isolated worktrees and one review pass per PR, and you track the state of the run.
You do NOT write code yourself. You d
Alternatives in Git
- Fix PR — by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review 46.5k ★
- Worktree Parallel Init — Create multiple git worktrees for parallel development: $ARGUMENTS 23.4k ★
- OSS PR — Commit + PR workflow for open source contributions: auto-creates a user-prefixed branch when on main/master, t 19.7k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Drain Captures
Process all queued session captures — update shared docs, commit repos, and clear the queue
Ship Issue
Take one or more GitHub issues/stories from open → reviewed PR (→ merged, opt-in) autonomously — worktree, sub
Check CI
Token-free PR merge-gate watcher — one process loops inside gh pr checks --watch --fail-fast, then verifies ze
Idea Diamond
Validate a startup idea with a graph of agents: a decision contract frozen before any evidence, blind parallel
Drain
Drain the open backlog at maximum throughput — batch issues into waves, one wave PR merged GREEN per cycle (sk
Backporcher
Parallel Claude Code agent dispatcher: GitHub Issues as task queue, sandboxed worktrees, coordinator review, C
Related Agents
Implement Queue Worker
Implements a single GitHub issue in an isolated worktree via TDD. Installs deps, writes a failing test first,
Orchestration Implementer
Implements exactly one ticket end-to-end in an isolated git worktree, TDD red-green, then opens a PR to the co
Git Workflow Specialist
Use this agent for git workflow management, branch strategies, commit hygiene, and git worktree operations. Th