PluginsDevOps
open-pr
View in Marketplace → for install tracking, related plugins, and profiles.
open-pr
Pre-flight checks and PR creation — run tests, open a PR, code review, check CI, and hand off to merge.
Requirements
- Claude Code — required
ghCLI (GitHub CLI) — required for PR creation and CI status checks.GH_TOKENdeclared as required inplugin.json— see Secrets Management for setup.- review plugin — used for automated code review; install alongside this plugin
Install
/plugin marketplace add harnessprotocol/harness-kit
/plugin install open-pr@harness-kitWhat It Does
When you invoke /open-pr:
- Runs local tests
- Creates a PR with a structured description (summary, changes, test plan)
- Runs a code review via the
reviewplugin — flags MUST FIX issues before proceeding - Checks CI — attempts quick fixes (lint, format, typos) if failing
- Reports PR status and hands off to
/merge-pr
Usage
/open-prOr use natural language:
I'm done with this feature, open a PR.
Wrap this up and push for review.Pipeline
Development ─→ /open-pr ─→ /merge-pr ─→ /deploy-preview ─→ /go-live
▲ you are hereNotes
- Does NOT merge — use
/merge-prwhen the PR is ready to land - Uses the
reviewplugin for code review — install it alongside this plugin