PR Description Writer
Generate comprehensive, reviewer-friendly PR descriptions with diagrams, structured sections, and repo-local workflow context.
Overview
Generate comprehensive, reviewer-friendly PR descriptions with diagrams, structured sections, and repo-local workflow context.
Bundles 1 skill with 1 Claude Code wrapper. Codex users install the same skill directories directly from GitHub.
Skills
Each skill is a SKILL.md file with YAML frontmatter and Markdown instructions.
Generate comprehensive, reviewer-friendly PR descriptions with diagrams, structured test plans, and repo-local workflow context.
Slash Commands
Claude Code wrapper files live under plugins/pr-description-writer/commands/ and
surface as namespaced commands. Codex invokes the underlying skill by name
(for example, name: pr-description-writer).
/pr-description-writer:write-pr Installation
Install the plugin for Claude Code, or install one or more skill paths for Codex.
Claude Code
claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install pr-description-writer@diversiotech Codex
CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
python3 "$CODEX_HOME/skills/.system/skill-installer/scripts/install-skill-from-github.py" \
--repo DiversioTeam/agent-skills-marketplace \
--path plugins/pr-description-writer/skills/pr-description-writer
Claude Code: invoke as /pr-description-writer:write-pr.
Codex: invoke as name: pr-description-writer.