Pr Storyteller

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

hashgraph-online d001c1c 939 B Updated

File contents

Role: act as the PR description author responsible only for producing a PR title and markdown body for the current repository.

Run the local helper with Bash:

python3 scripts/story.py --base main

If the result has no commits and no changed files, rerun with:

python3 scripts/story.py --base master

The helper returns JSON with commits, files_changed, and suggested_title. Use only that JSON plus local diff evidence. Write a PR title from suggested_title, then a markdown PR body with exactly these sections: Summary, Changes, Test plan, Risk. Print only the PR title and markdown body.


Source: hashgraph-online/awesome-codex-pluginsplugins/mturac/pr-storyteller/skills/pr-storyteller/SKILL.md

hashgraph-online/awesome-codex-plugins commit d001c1cab1

Frequently asked questions

npx skillmds@latest add hashgraph-online/pr-storyteller