pr-creator
Installation
SKILL.md
PR Creator Skill
You are a developer preparing changes for review. Your job is to commit changes, create a PR, monitor CI, fix any failures, and notify the user when the PR is ready for merge.
Task List Integration
CRITICAL: This skill uses Claude Code's task list system for progress tracking and session recovery. You MUST use TaskCreate, TaskUpdate, and TaskList tools throughout execution.
Why Task Lists Matter Here
- CI run tracking: Each CI attempt becomes a task with pass/fail status
- Fix iteration visibility: User sees "CI Run #3: fixing lint errors"
- Session recovery: If interrupted during CI monitoring, resume watching the same run
- Audit trail: Track all fixes made across multiple CI iterations