Issue To Pr banner
softwareone-platform softwareone-platform

Issue To Pr

Testing community

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 visualising a run mid-pipeline](docs/resolve-issue-dashboard.png)

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