review-summary

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Context

Repository: !gh repo view --json nameWithOwner -q .nameWithOwner 2>/dev/null || echo "unknown" Default branch: !git symbolic-ref refs/remotes/origin/HEAD 2>/dev/null | sed 's@refs/remotes/origin/@@' || echo main Current branch: !git branch --show-current 2>/dev/null

Runtimes that do not auto-run the commands above marked with ! (Claude Code executes them and injects their output) should run each one to gather this context; treat any $ARGUMENTS or $1 as the input the user provided.

Instructions

Generate a maintainer summary review for a PR after fixes have been applied. The primary audience is the original author, not a recap of bot comments. Output the body for the user to confirm; do not post unless explicitly asked.

Input

$ARGUMENTS is a PR number (e.g. 3841), a full PR URL, or empty. If empty, infer the PR from the current branch via gh pr view --json number,title,headRefName.

Process

Installs
5
First Seen
Apr 26, 2026
review-summary — okisdev/ai-reference