Forgent pr-history-reviewer

history-first-based skill consuming pr_diff, pr_history to produce review_issues

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-history-reviewer" ~/.claude/skills/mirandaguillaume-forgent-pr-history-reviewer && rm -rf "$T"
manifest: .github/skills/pr-history-reviewer/SKILL.md
source content

Pr History Reviewer

Guardrails

  • timeout: 5min
  • max_prs: 10

When to Use

Use for:

  • when files have been reviewed in previous PRs

Don't use for:

  • for repositories with no PR history

Context

Consumes: pr_diff, pr_history Produces: review_issues Memory: short-term

Strategy

Approach: history-first Tools: bash

Steps

  1. find previous PRs that touched the same files
  2. read comments on those PRs
  3. check if any feedback applies to the current PR
  4. return applicable issues with links to original comments

Security

  • Filesystem: none
  • Network: allowlist
  • Secrets: GITHUB_TOKEN