Issue To Pr
Description
Claude Code plugin marketplace: adversarial review, test authoring, PR lifecycle, and a resumable issue-to-PR pipeline that chains them behind one plan-approval gate.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
issue-to-pr
A [Claude Code](https://claude.com/claude-code) **plugin marketplace** (`itpr`) — a set of skills and subagents that take a ticket from diagnosis to a reviewed pull request, plus the review, test-authoring, and housekeeping tools that support that flow.

The `resolve-issue-dashboard` (in `issue-to-pr-pipeline`) watching a run move through the pipeline — illustrative example data.
Install
Requires Claude Code with plugin support (a recent version — dependency auto-install and enable-time dependency handling need v2.1.143 or later; on older versions use the explicit per-plugin list below).
Install `issue-to-pr-pipeline` — it declares the other three plugins as dependencies, so Claude Code resolves and installs them from this marketplace automatically and lists what was added at the end of the install output.
/plugin marketplace add https://github.com/softwareone-platform/issue-to-pr.git
/plugin install issue-to-pr-pipeline@itpr
Alternatively — on older Claude Code (before v2.1.143, where dependency auto-install is unavailable) or when you want only some of the plugins — install each explicitly:
/plugin marketplace add https://github.com/softwareone-platform/issue-to-pr.git
/plugin install disconfirm-first@itpr
/plugin install pr-lifecycle@itpr
/plugin install test-authoring@itpr
/plugin install issue-to-pr-pipeline@itpr
Then run `/reload-plugins` to activate — it also re-resolves any missing dependencies. Install only the plugins you need — they work standalone, except `issue-to-pr-pipeline`, which builds on the other three.
Plugins at a glance
| Plugin | What it gives you |
|---|---|
| `disconfirm-first` | Adversarial review at the issue, plan, and code altitudes |
| `pr-lifecycle` | Pull-request lifecycle (Azure DevOps or GitHub) |
| `test-authoring` | Test a |
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing