Agent Plugins Marketplace
All plugins

pr-and-issue-discipline

PR bodies and issues that show the change instead of describing it, draft state that tracks convergence, same-cycle review-comment triage, and a human hand on the merge by default.

Codex

By Vivswan ShahLicense: SEE LICENSE IN LICENSE.md1 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Sep 3, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install pr-and-issue-discipline for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add pr-and-issue-discipline@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Vivswan/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/pr-and-issue-discipline/.

Plugin files

skills/pr-and-issue-discipline/
└── .codex-plugin/plugin.json

Plugin manifests1

skills/pr-and-issue-discipline/.codex-plugin/plugin.json
{
  "name": "pr-and-issue-discipline",
  "description": "PR bodies and issues that show the change instead of describing it, draft state that tracks convergence, same-cycle review-comment triage, and a human hand on the merge by default.",
  "author": {
    "name": "Vivswan Shah",
    "email": "[email protected]",
    "url": "https://vivswan.github.io/"
  },
  "homepage": "https://github.com/Vivswan/skills/tree/main/skills/pr-and-issue-discipline",
  "repository": "https://github.com/Vivswan/skills",
  "license": "SEE LICENSE IN LICENSE.md",
  "keywords": [
    "agent-skills",
    "pull-requests",
    "issues",
    "code-review",
    "draft-prs",
    "merge-discipline",
    "plugin-ready"
  ],
  "skills": "./",
  "interface": {
    "displayName": "PR and Issue Discipline",
    "shortDescription": "PRs and issues that show the change instead of describing it.",
    "longDescription": "Fires when an agent opens or updates a pull request or writes an issue: bodies show the change in a block (captured output where behavior is observable, a diagram or table where not) inside the shape or repository template chosen once per session at plan time, drafts flip with convergence in both directions, every review round is triaged the same cycle with thread state read via GraphQL, and the human merges by default with two narrow standing exceptions.",
    "developerName": "Vivswan",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write",
      "Review"
    ],
    "websiteURL": "https://github.com/Vivswan/skills/tree/main/skills/pr-and-issue-discipline",
    "defaultPrompt": [
      "Open a draft PR for this branch with a body that shows the change.",
      "A review round just landed on the PR; triage it to convergence.",
      "The PR is converged and green. Who merges it?"
    ],
    "brandColor": "#0E7490"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[pr-and-issue-discipline on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pr-and-issue-discipline)