slop-scan

Analyze code quality with Slop Bot to detect smells and complexity.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dmzoneill/skills --skill slop-scan-dmzoneill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slop-scan
Source: https://github.com/dmzoneill/skills/tree/main/slop-scan
Command: npx skills add https://github.com/dmzoneill/skills --skill slop-scan-dmzoneill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates code quality analysis, identifying code smells, complexity issues, and areas for improvement within a codebase.

Core Features & Use Cases

  • Code Quality Analysis: Leverages Slop Bot to perform in-depth analysis of code.
  • Improvement Identification: Pinpoints specific opportunities for code enhancement.
  • Pre-fix Preparation: Use before slop_fix to understand what needs to be corrected.

Quick Start

Run a slop scan on the current codebase.

Frequently Asked Questions about slop-scan

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

FAQPage Schema
How do I scan my codebase for code smells and complexity issues?

To scan your codebase for code smells and complexity issues, you can run an automated code quality analysis to detect specific improvement opportunities and identify refactoring targets. This pinpoints areas needing correction before applying fixes.

What is code quality analysis used for in software development?

Code quality analysis is used to maintain code health by identifying code smells, complexity issues, and specific areas for enhancement. It pinpoints exact refactoring targets within your codebase to streamline development workflows.

How do I identify refactoring targets before fixing code?

You identify refactoring targets by running a code quality analysis scan that detects code smells and complexity issues. This process pinpoints specific improvement opportunities, preparing your codebase for targeted fixes.

Does the code quality analysis require a database to store findings?

The code quality analysis optionally uses a local SQLite database to store findings. It requires the slop module service to execute the core analysis, but the database is not strictly mandatory for basic scanning operations.

Can I use code scanning to pinpoint specific code enhancement opportunities?

Yes, you can use code scanning to pinpoint specific code enhancement opportunities. The analysis detects code smells and complexity issues, identifying exact areas within your codebase that require refactoring or improvement.