wednesday-solutions/pr-review-agent
Full PR review orchestrator. Use when asked to review a PR or check if it is ready to merge. Runs blast radius + drift check on changed files, then hands off to pr-review for comment triage and fixes. Do NOT use pr-review directly for full reviews — use this.
npx skills add https://github.com/wednesday-solutions/ai-agent-skills --skill pr-review-agent
gh pr view --comments. Sort by impact: security → breaking → logic → performance → naming → style. Present the full categorised list to the dev.wednesday-skills score and wednesday-skills blast on every file changed in the PR. Flag any file with risk > 60.wednesday-skills drift --since <base-sha>. Report any architecture violations introduced by this PR.Take wednesday-solutions/pr-review-agent from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.