Agent Plugins Marketplace
← All plugins

pr-tracker

Tracks the pull requests a session opens and tells it when their checks or reviews change, through the pr-tracker CLI

CodexClaude Code2 Skills

By wmxscottLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 25, 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-tracker for Codex and Claude Code

Installs for the current user
codex plugin marketplace add wmxscott/ai-toolkit
codex plugin marketplace upgrade ai-toolkit
codex plugin add pr-tracker@ai-toolkit

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

Compatibility: the page URL and API slug “pr-tracker” remain stable.

  • Codex: pr-tracker@agent-plugin-marketplace → pr-tracker@ai-toolkit

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/wmxscott/ai-toolkit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pr-tracker/.

Plugin files

plugins/pr-tracker/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/pr-tracker/SKILL.md
└── skills/prs/SKILL.md

Included Skills2

pr-trackerskills/pr-tracker/SKILL.md

Use when a pull request this session opened needs to be found, listed, or attached to the session — including when a PR was created by a path the hooks do not see (a web UI, a different tool, an earlier session), or when the user asks what PRs are open, how their checks look, or which of them are stacked.

prsskills/prs/SKILL.md

List the pull requests tracked for this session, with their checks and reviews

Plugin manifests2

plugins/pr-tracker/.codex-plugin/plugin.json
{
  "name": "pr-tracker",
  "description": "Tracks the pull requests a session opens and tells it when their checks or reviews change, through the pr-tracker CLI",
  "author": {
    "name": "wmxscott"
  },
  "homepage": "https://github.com/wmxscott/ai-toolkit/tree/main/plugins/pr-tracker",
  "repository": "https://github.com/wmxscott/ai-toolkit",
  "license": "MIT",
  "keywords": [
    "github",
    "pull-requests",
    "ci",
    "checks",
    "reviews",
    "hooks"
  ],
  "interface": {
    "displayName": "PR Tracker",
    "shortDescription": "Hear when the checks or reviews on this session's pull requests change",
    "developerName": "wmxscott",
    "category": "Developer Tools",
    "capabilities": [
      "Read"
    ],
    "websiteURL": "https://github.com/wmxscott/ai-toolkit/tree/main/plugins/pr-tracker"
  }
}
plugins/pr-tracker/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "pr-tracker",
  "description": "Tracks the pull requests a session opens and tells it when their checks or reviews change, through the pr-tracker CLI",
  "author": {
    "name": "wmxscott"
  },
  "homepage": "https://github.com/wmxscott/ai-toolkit/tree/main/plugins/pr-tracker",
  "repository": "https://github.com/wmxscott/ai-toolkit",
  "license": "MIT",
  "keywords": [
    "github",
    "pull-requests",
    "ci",
    "checks",
    "reviews",
    "hooks"
  ]
}

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

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