Pending

Problem

majiayu000 Updated 567 repo stars

File contents

Problem

There's an existing working-with-pull-requests skill that handles the complete PR lifecycle:

  • Creating: branch → commit → push → gh pr create
  • Reviewing: identify PR → run review agents → fix issues → update state
  • Merging: CI checks → confirm ready → gh pr merge → checkout main

This skill should be integrated into Kata for seamless phase-level PR workflows (one PR per phase is already a Kata decision).

Solution

Integrate the PR skill into Kata:

  1. Port to skills/kata-pull-requests/ or similar
  2. Coordinate with phase completion (auto-create PR after phase execution?)
  3. Connect to verification workflow (run review agents as part of /kata:phase-verify?)
  4. Consider phase-level PR template with summary of plans executed

Key integration points:

  • After /kata:phase-execute completes → suggest/create PR
  • /kata:phase-verify could include PR review
  • STATE.md could track PR state per phase

majiayu000/claude-skill-registry-data/tree/main/workflow/pending commit 0c52fbfbca

Frequently asked questions

npx skillmds@latest add majiayu000/pending