install
source · Clone the upstream repo
git clone https://github.com/mirandaguillaume/forgent
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/mirandaguillaume/forgent "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.github/skills/pr-summarizer" ~/.claude/skills/mirandaguillaume-forgent-pr-summarizer && rm -rf "$T"
manifest:
.github/skills/pr-summarizer/SKILL.mdsource content
Pr Summarizer
Guardrails
- timeout: 2min
- max_summary_length: 500
When to Use
Use for:
- when a human-readable PR summary is needed before deeper analysis
Context
Consumes: pr_url Produces: pr_summary Memory: short-term
Strategy
Approach: diff-first Tools: bash
Steps
- fetch PR diff via gh
- summarize the nature of changes
- return structured summary with files changed, purpose, risk areas
Security
- Filesystem: none
- Network: allowlist
- Secrets: GITHUB_TOKEN