bulk-issues

Installation
SKILL.md

Bulk Issues — Resolve All Open Issues in One Branch

Codex Compatibility

When running this skill in Codex, translate Claude Code-only primitives before acting: AskUserQuestion -> chat/request_user_input, TodoWrite -> update_plan, Task/TaskCreate/TeamCreate/SendMessage -> spawn_agent/send_input/wait_agent when available and allowed, and EnterPlanMode/ExitPlanMode -> a concise chat plan plus explicit approval. Resolve Read/Write/Edit/Bash/WebSearch/WebFetch to Codex file/shell/web tools, and map ~/.claude/... paths to ~/.agents/... or ~/.codex/... unless the task explicitly targets Claude Code.

Processes every open GitHub Issue through the full task workflow, accumulates commits on a single feature branch, creates a PR, and iterates the CodeRabbit review loop until merge.

<essential_principles>

Principle 1: Single Feature Branch Strategy

All issues are resolved on one branch: feat/bulk-issues-YYYYMMDD. Each issue gets its own commit (fix/feat: resolve #N — <summary>). Push happens once after all issues are implemented — not per issue.

Principle 2: Full Task Flow Per Issue

Installs
12
GitHub Stars
1
First Seen
Apr 27, 2026
bulk-issues — laststance/skills