code-silent-degradation

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Silent Degradation Scanner

Detect code patterns where operations complete "successfully" but produce empty or useless results because preconditions are silently unmet.

When to Use This Skill

Use this skill when... Use /code:review instead when...
A feature reports success but produces nothing You need general code quality review
Scan/batch operations return 0 results silently You want security or performance review
Users see green success banners for empty outcomes You need SOLID principles assessment
Config-dependent features skip without warning You want test coverage analysis
Multi-detector/multi-step operations silently skip steps You need architecture review

Context

  • Scan path: $ARGUMENTS (defaults to current directory if empty)
  • Source files: !find . -maxdepth 1 \( -name "*.ts" -o -name "*.tsx" -o -name "*.js" -o -name "*.jsx" -o -name "*.py" -o -name "*.go" -o -name "*.rs" \) -type f
  • Config patterns: !find . -maxdepth 1 \( -name ".env*" -o -name "config.*" -o -name "settings.*" \) -type f
Installs
32
GitHub Stars
36
First Seen
Feb 27, 2026
code-silent-degradation — laurigates/claude-plugins