# Meta Issue To Pr Autopilot

> [DEPRECATED] Issue-to-PR autopilot — opens a PR via `gh`, runs a sub-agent fix loop, and writes to git. Disabled pending the E5 bounded sub-agent contract + side-effect ledger (plan §3.1 A8 / §5.3 E4): no risk metadata enforcement, no per-step budget, no rollback path. Do not re-enable without `metadata.opensquilla.risk: high` + capabilities {vcs, filesystem-write, network-write, subprocess} and a saga-style compensation step.

- Skill: `tokenrhythm/meta-issue-to-pr-autopilot` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tokenrhythm/meta-issue-to-pr-autopilot`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tokenrhythm/meta-issue-to-pr-autopilot/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tokenrhythm (https://skillmd.com/u/tokenrhythm)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tokenrhythm/meta-issue-to-pr-autopilot

---


# Issue-to-PR Autopilot (Meta-Skill)

Triages an issue, delegates the fix to `sub-agent`, drafts a PR
description with `summarize`, and opens the PR via `gh`. Best used on
small, well-scoped issues with clear acceptance criteria.

## Fallback

Manually call `gh issue view`, code the fix, write the PR body, then
`gh pr create`.

