szarkans/multi

Use [Multi]ple AI agents for code-review, verifying and questions

8Stars on the repository
14Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

correctness

01

szarkans/multi

Agent

Reviews whatever it is pointed at for correctness defects — logic errors, bad state handling, broken error paths, concurrency and lifecycle bugs. Spawned by the multi code-review skill; not meant to be called directly.

8 yesterday A 45 tokens original MIT

design

02

szarkans/multi

Agent

Challenges the approach behind whatever it is pointed at — whether this is the right shape of solution, what it assumes, and what it will cost to undo. Spawned by the multi code-review skill; not meant to be called directly.

8 yesterday A 49 tokens original MIT

execution

03

szarkans/multi

Agent

Reviews whether the task actually got done — plan followed, work finished rather than finished-looking, nothing silently skipped, nothing left to detonate later. Spawned by the multi code-review skill in ultra mode; not meant to be called directly.

8 yesterday A 50 tokens original MIT

security

04

szarkans/multi

Agent

Reviews whatever it is pointed at for security defects — authz gaps, injection, secret handling, unsafe deserialization, data exposure. Spawned by the multi code-review skill; not meant to be called directly.

8 yesterday A 44 tokens original MIT

verify

05

szarkans/multi

Agent

Tries to refute a single code-review finding by reading the actual code, and returns a verdict with evidence. Spawned by the multi code-review skill to check findings only one reviewer raised.

8 yesterday A 41 tokens original MIT