# Pkc Capture Pr

> Capture a GitHub PR as an OKF CodeChange concept via gh pr view (or JSON fixture). Use when documenting significant merges.

- Skill: `spillwavesolutions/pkc-capture-pr` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spillwavesolutions/pkc-capture-pr`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spillwavesolutions/pkc-capture-pr/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: spillwavesolutions (https://skillmd.com/u/spillwavesolutions)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/spillwavesolutions/pkc-capture-pr

---


# Capture PR → CodeChange

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/pkc_pr_capture.py" 12 \
  --repo . --implements user-authentication

# Offline / CI fixture
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/pkc_pr_capture.py" \
  --json-file tests/fixtures/pr.json --implements user-authentication
```

Sets `implements` edges to Features/Designs. Scrubs PR body secrets.

