squall-review

Coordinate multi-model code reviews with per-model lenses and persisted results.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/DSado88/squall --skill squall-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: squall-review
Source: https://github.com/DSado88/squall/tree/main/.claude/skills/squall-review
Command: npx skills add https://github.com/DSado88/squall --skill squall-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates multi-model code reviews with tailored model lenses to surface insights and reduce review gaps.

Core Features & Use Cases

  • Per-model lenses and ensemble selection for code reviews across security, architecture, and correctness.
  • Results persistence and synthesis through a centralized review workflow with memory-backed improvements.
  • Flexible tooling to fetch current models, run reviews, and store outputs for auditing.

Quick Start

List current models and run a lightweight review on a small diff.

Frequently Asked Questions about squall-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a multi-model code review to get diverse insights on security and architecture?

A multi-model code review coordinates parallel model calls with per-model lenses to surface diverse insights for security, architecture, and correctness. It applies tailored ensemble selection to reduce review gaps across your codebase.

What is the best way to use an AI ensemble for reviewing code correctness?

Using an AI ensemble for code correctness involves applying per-model prompts to evaluate diffs. This approach fetches current models, executes parallel reviews, and stores outputs to disk for auditing and synthesis.

Can I use different model lenses for security and architecture reviews on the same codebase?

Yes, you can use different model lenses for security and architecture reviews. The ensemble setup enables per-model prompts, allowing each model to apply a specific lens like security or architecture to the same codebase simultaneously.

How do I list current available models before running a code review?

You can list current available models before running a code review by calling the listmodels() function. This provides the current model names supported by the ensemble for your review execution.

Does multi-model code review support memory-backed improvements for future reviews?

Yes, multi-model code review supports memory-backed improvements. It persists results to disk for synthesis and memory retention, enabling a centralized review workflow that improves over time.