One-click install
npx skills add https://github.com/roderik/roderik.github.io --skill sweep-roderik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sweep
Source: https://github.com/roderik/roderik.github.io/tree/main/.agents/skills/sweep
Command: npx skills add https://github.com/roderik/roderik.github.io --skill sweep-roderik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review changed code for reuse, quality, efficiency, and security using six parallel review agents (reuse, quality, efficiency, security, cubic, adversarial), then fix any issues found. Use this skill whenever the user says "review my code", "check my changes", "sweep", "quality check", "code review", "clean up", or after completing a feature — even if they don't explicitly ask for a review. Also trigger when the user finishes a batch of edits and wants a sanity check before committing.

Core Features & Use Cases

  • Multi-agent review workflow that analyzes diffs for reuse, quality, efficiency, security, cubic, and adversarial issues
  • Phase-based triage to select relevant agents, with consolidated, prioritized findings
  • Automated remediation suggestions and a final confidence check before commit

Quick Start

Command the system to run a full six-agent code review on the latest diff and report actionable fixes

Frequently Asked Questions about sweep

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

FAQPage Schema
What is multi-agent code review and how does it analyze git diffs?

Multi-agent code review uses six parallel agents to analyze git diffs for reuse, quality, efficiency, security, and adversarial issues. It outputs structured findings by file and line with severity and remediation suggestions.

How do I automate security and quality checks on changed code before committing?

You can automate checks by running a multi-agent review workflow on your latest diff. The system performs phase-based triage, selects relevant agents, and provides automated remediation suggestions with a confidence check before commit.

When should I run an automated code review on my feature branch?

You should run an automated code review after completing a feature branch or a batch of edits. It serves as a sanity check to identify efficiency, reuse, and security issues across changed code before committing.

Can I use automated agents to find adversarial and reuse issues in my diff?

Yes, automated agents can find adversarial and reuse issues in your diff. The workflow includes dedicated Reuse and Adversarial agents that analyze changed code and report actionable fixes alongside quality and security findings.

What is the best way to triage code review findings from static analysis?

The best way to triage static analysis findings is using a phase-based workflow that consolidates and prioritizes issues. It selects relevant review agents, categorizes findings by file and line, and applies targeted fixes based on severity.

Does multi-agent static analysis work without external dependencies?

Yes, multi-agent static analysis works without external dependencies. It operates directly on your git diffs to perform diff analysis, agent triage, and targeted fixes for quality, efficiency, and security review.