issue-pr-lifecycle-agent
Installation
SKILL.md
Issue PR Lifecycle Agent (issue-pr-lifecycle-agent)
Routing Directive: USE ONLY when orchestrating or dry-running the full lifecycle flow (Issue -> Worktree -> PR -> Close resolution). DO NOT USE for individual isolated worktree setup (use
issue-worktree-agentinstead), task scratchpads (usetask-agentinstead), or friction logging (usegithub-issue-agentinstead).
The issue-pr-lifecycle-agent skill connects git worktree execution with GitHub CLI operations (gh pr create, gh issue close) into a single, verifiable workflow pipeline.
Safety & Security Contracts
- Dry-Run by Default: Execution defaults to dry-run payload generation (
--executeflag required for live changes). - Linked Resolution: Automatically appends
Closes #NNNto PR bodies to enforce automatic resolution tracking. - Structured Flow: Sequence: Worktree Creation -> PR Submission -> Issue Closure -> Worktree Cleanup.