pair-review
Human-in-the-loop code review with multi-model analysis
All Skills in This Repository (10)
Pure Emerald Level Indicatorsreview-requests
Open pending GitHub pull requests in the pair-review web UI with auto-analysis.
ai-critic
Fetches and applies AI-generated code review suggestions from pair-review.
local
Open uncommitted local code changes in the pair-review web UI.
pr
Open the current branch's GitHub pull request in the pair-review web UI.
user-critic
Fetch pair-review comments and apply code changes in local or PR contexts.
analyze
Analyze code via the pair-review MCP server with configurable tiers.
Update Provider Models
Update AI provider model configurations in pair-review source code files.
loop
Orchestrate iterative code implementation, AI analysis, and issue fixing cycles.
review-roulette
Dispatch code review tasks to three random reasoning models and merge attributed summaries.
review-model-guidance
Guide AI model selection for code review tasks by complexity and cost.
Frequently Asked Questions
FAQPage SchemaHow to install pair-review?โผ
Run `npx skills add in-the-loop-labs/pair-review --all -g -y` in your terminal to install all skills in this suite globally.
How does pair-review help with code reviews?โผ
It opens pull requests or local changes in a GitHub-like web UI and runs three levels of analysis, from changed lines up to full codebase architecture. You adopt, edit, or dismiss each suggestion before submitting your review.
What is the pair review loop skill?โผ
The loop skill runs repeated council reviews of your code, fixes the findings, and re-reviews until a final round reports no merge blockers. It keeps the human informed with a verdict report after every run.
Which AI providers does pair-review support?โผ
It works with Claude, Codex, Copilot, Cursor, OpenCode, Antigravity, Pi, and Muse through their command-line tools. You can use your existing subscriptions with no extra cloud service.
Does pair-review send my code to the cloud?โผ
No. It is local-first, so all review data and processing stay on your own machine in a local SQLite database.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core