# Pending

> Problem

- Skill: `majiayu000/pending` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/pending`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/pending/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/majiayu000/pending

---


## 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

