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-plugins → plugins/mturac/pr-storyteller/skills/pr-storyteller/SKILL.md