What problem does it solve?
Pull request reviews are time-consuming and can miss behavioral regressions, historical context, and repository-specific rules; this Skill automates fetching the PR, creating an isolated worktree, running a structured set of review agents, and surfacing concise, high-confidence findings so reviewers can act faster.
Core Features & Use Cases
- Worktree isolation: fetches the PR branch and creates or reuses a local worktree so reviewers can inspect the code locally without disrupting their current workspace.
- Multi-agent analysis: runs parallel agents to check CLAUDE.md compliance, shallow bug scans, git-history context, prior PR comments, code-comments policy, and deep per-file behavioral comparisons.
- Scoring and posting: consolidates findings, scores them with a dedicated scoring sub-skill, and drafts a concise Swedish PR comment for high-confidence issues that the user may post with approval.
- Use Case: a reviewer needs an end-to-end, behavior-aware review of a feature branch that may subtly change control flow or exception handling across multiple files.
Quick Start
Run the review-pr skill on PR 1889 to perform a full multi-agent review and produce a draft Swedish comment for posting.