Skip to main content

review-pr

Reviews the changes a branch introduces — the diff of the current branch (HEAD) against a base branch, `develop` by default — by orchestrating this repository's specialised review agents: `jwt-allauth-security-reviewer` (session and token invariants, and delegating to allauth), `jwt-allauth-efficiency-reviewer` (the stateless path, the rotation lock, simplicity) and `jwt-allauth-surface-reviewer` (backwards compatibility of settings and endpoints, documentation, release notes, and the claims that go stale). Computes the diff from the merge base (three-dot, the way GitHub shows a PR), picks the agents the diff actually concerns, launches them IN PARALLEL, and aggregates their findings into one report ordered by severity with an overall verdict. Optionally takes the base branch as an argument: `/review-pr main` compares against `main` instead of `develop`. Read-only: it audits and reports; it changes nothing. Use it before opening or merging a pull request, or whenever you want a full review of a branch. Trigge

Jump to install

Source facts

Repository
castellanos-dev/jwt-allauth
Last source activity
August 14, 2026 at 23:36
Detected SKILL.md language
English
Stars
7
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.