Galvill

Process Issues — Git skill for Claude Code

Git community

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

Terminal
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 Repository