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:
Port to skills/kata-pull-requests/ or similar
Coordinate with phase completion (auto-create PR after phase execution?)
Connect to verification workflow (run review agents as part of /kata:phase-verify?)
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
1---2name: pending3description: Problem4---56## Problem78There's an existing `working-with-pull-requests` skill that handles the complete PR lifecycle:9- **Creating**: branch → commit → push → `gh pr create`10- **Reviewing**: identify PR → run review agents → fix issues → update state11- **Merging**: CI checks → confirm ready → `gh pr merge` → checkout main1213This skill should be integrated into Kata for seamless phase-level PR workflows (one PR per phase is already a Kata decision).1415## Solution1617Integrate the PR skill into Kata:181. Port to `skills/kata-pull-requests/` or similar192. Coordinate with phase completion (auto-create PR after phase execution?)203. Connect to verification workflow (run review agents as part of `/kata:phase-verify`?)214. Consider phase-level PR template with summary of plans executed2223Key integration points:24- After `/kata:phase-execute` completes → suggest/create PR25- `/kata:phase-verify` could include PR review26- STATE.md could track PR state per phase
Run npx skillmds@latest add majiayu000/pending in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Problem It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
majiayu000 (@majiayu000) published this skill. Their other Agent Skills are listed on their SkillMD profile.