Slop Detector banner
The-Swarm-Corporation The-Swarm-Corporation

Slop Detector

AI community

Description

Slop Detector is an agent-powered GitHub Actions workflow that acts as an automated code quality gate on every push. It catches low-effort, careless, or AI-generated code collectively known as "slop" before it reaches your main branch, production environment, or your teammates' code review queue.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Slop Detector

Stars Discord Twitter Website

![slop detector](logo.png)

**AI-powered code quality enforcement for GitHub — identify slop, block it from reaching production, and get actionable feedback on every commit.**

**Full documentation:** [DOCS.md](./DOCS.md) — covers architecture, local testing, threshold tuning, troubleshooting, security considerations, and complete configuration reference.


Overview

Slop Detector is an AI-powered GitHub Actions workflow that acts as an automated code quality gate on every push. It catches low-effort, careless, or AI-generated code collectively known as "slop" — before it reaches your main branch, production environment, or your teammates' code review queue.

**Identify slop.** Every commit is analysed by a Gemini-powered [Swarms](https://github.com/kyegomez/swarms) agent trained to think like a principal engineer. It reads the diff, scores it from `0.0` (pristine) to `1.0` (catastrophic), and surfaces every specific violation — missing types, undocumented functions, placeholder logic, and AI-generated noise — with precise line references.

**Prevent slop from reaching production.** When