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

Task Hierarchy

[Main Task] "Create PR: [branch-name]"
  └── [CI Task] "CI Run #1" (status: failed, reason: lint errors)
      └── [Fix Task] "Fix: lint errors"
Related skills

More from neonwatty/claude-skills

Installs
15
GitHub Stars
1
First Seen
Jan 24, 2026