Agent skill
pending
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/pending
SKILL.md
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:
- 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-executecompletes → suggest/create PR /kata:phase-verifycould include PR review- STATE.md could track PR state per phase
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?