Agent Plugins Marketplace
All plugins

pr-storyteller

v0.1.0

PR title + body + test plan from commits and diff vs base.

Codex1 Skill

By Mehmet TuracLicense: MIT1.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 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-storyteller 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-storyteller@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/hashgraph-online/awesome-codex-plugins

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

Plugin files

plugins/mturac/pr-storyteller/
├── .codex-plugin/plugin.json
└── skills/pr-storyteller/SKILL.md

Included Skills1

pr-storytellerskills/pr-storyteller/SKILL.md

Generate a PR title, body, and test plan from commits and diff

Plugin manifests1

plugins/mturac/pr-storyteller/.codex-plugin/plugin.json
{
  "name": "pr-storyteller",
  "version": "0.1.0",
  "description": "PR title + body + test plan from commits and diff vs base.",
  "author": {
    "name": "Mehmet Turac",
    "url": "https://github.com/mturac"
  },
  "homepage": "https://github.com/mturac/pluginpool-pr-storyteller",
  "repository": "https://github.com/mturac/pluginpool-pr-storyteller",
  "license": "MIT",
  "keywords": [
    "git",
    "pr",
    "github",
    "codex-plugin"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "PR Storyteller",
    "shortDescription": "PR title + body + test plan from commits and diff vs base.",
    "longDescription": "Generates a complete PR description (title, body, test plan) from commits and the diff vs base branch.",
    "developerName": "Mehmet Turac",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/mturac/pluginpool-pr-storyteller",
    "privacyPolicyURL": "https://github.com/mturac/pluginpool-pr-storyteller/blob/main/LICENSE",
    "termsOfServiceURL": "https://github.com/mturac/pluginpool-pr-storyteller/blob/main/LICENSE",
    "defaultPrompt": [
      "Use PR Storyteller to pr title + body + test plan from commits and diff vs base."
    ],
    "brandColor": "#7c3aed",
    "composerIcon": "./assets/icon.svg"
  }
}

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

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