sus

Installation
SKILL.md

Suspicious Code Finder

Deploy parallel analysis agents to find architecturally problematic, suspicious, or high-impact maintainability issues in a codebase. Produces a prioritized report of at most 10 findings.

Quick Start

Follow all 5 steps sequentially. Do NOT skip the compilation gate.

Workflow

Step 1: Verify Compilation

Before analyzing code quality, confirm the project actually builds. This is a hard gate.

  1. Detect the build system by checking for these files (in order):
    • Cargo.toml -> cargo check
    • go.mod -> go build ./...
    • tsconfig.json with package.json -> check for build script in package.json, run it (e.g., tsc --noEmit, npm run build)
    • package.json (no tsconfig) -> check for build script, run if present
Related skills
Installs
6
GitHub Stars
5
First Seen
Mar 8, 2026