What problem does it solve?
deslop helps you turn brittle, AI-generated, or “vibe-coded” projects into codebases that are safer, more resilient, and closer to production readiness by performing a structured audit and then applying fixes in a safety-ordered way.
Core Features & Use Cases
- Two-phase workflow (audit then fix): Phase 1 generates a structured AUDIT.md with machine-parseable findings, and Phase 2 consumes that file to apply fixes safely.
- Production hardening without changing business logic: Focuses on robustness, maintainability, security hygiene, and error handling rather than redesigning how the product works.
- Language-agnostic, stack-aware auditing: Reconstructs the codebase map, scans patterns for consistency and quality, traces critical paths for resilience, and evaluates common security issues (OWASP Top 10 style).
- Safety-tiered change protocol: Uses fix tiers and explicit guardrails (e.g., Tier 3 requires user approval; Tier 2 requires characterization tests).
Quick Start
Use deslop when you want to review, audit, harden, refactor safely, or fix quality issues across an existing codebase directory (you provide the path, and the skill produces AUDIT.md first, then waits for confirmation before fixes).