static analysis agents

70 tagged static analysis, measured the same way as everything else here.

Browse within: claude-plugins 14tech-debt 14vibe-coding 14Multi-Agent 12ai-code-review 12code-quality 9codeql 9code-security 8copilot-enabled 8github-actions 8openapi 8codebase-analysis 7tree-sitter 7dependency-graph 6

comment-fixer

25

timohaa/scopewalker-mcp

Agent Claude Code

Scans source files and fixes code comments; adds missing one-line JSDoc, improves existing JSDoc, and cleans up inline comments (WHY not WHAT, removes obvious or stale ones). Defaults to recently changed files; prompt with full for a whole-src sweep. Use when asked to clean up, fix, or standardize comments.

0 5d ago A 74 tokens original MIT

smart-test-fixer

26

timohaa/scopewalker-mcp

Agent Claude Code

Runs checks and tests, then fixes all warnings, errors, and failing tests, consulting recent git changes to decide whether the code under test or the test itself is wrong. Use proactively after code changes to confirm everything still passes.

0 5d ago A 50 tokens original MIT

standards-enforcer

27

timohaa/scopewalker-mcp

Agent Claude Code

Analyzes the codebase for coding-standards violations (file/function length, nesting depth, parameter counts, TODO/FIXME markers) using the scopewalker tools, then refactors to fix them while keeping checks and tests green. Use proactively after significant code changes or for a full standards audit.

0 5d ago A 65 tokens original MIT