deslop
Remove AI-generated code slop from a branch. Use when cleaning up AI-generated code, removing unnecessary comments, defensive checks, or type casts. Checks diff against main and fixes style inconsistencies.
8803 个 Skills
Remove AI-generated code slop from a branch. Use when cleaning up AI-generated code, removing unnecessary comments, defensive checks, or type casts. Checks diff against main and fixes style inconsistencies.
Detect empty catch blocks and exception swallowing anti-patterns. Finds catch blocks that silently i
Detect project type and configuration for generic application releases
Analyze git changes to determine release scope (marketplace/plugin/variants)
Detects arbitrary read vulnerabilities by identifying unchecked array indexing and out-of-bounds mem
Detects arbitrary write vulnerabilities by identifying unchecked array indexing and out-of-bounds me
Detects stack and heap buffer overflow vulnerabilities in binary code by identifying unsafe memory o
Detects OS command injection vulnerabilities by identifying unsafe system/popen/exec calls with user
Identifies unreachable functions, unused variables, and abandoned code in binary programs. Use when
Traces deoptimization events where execution falls back from compiled code to interpreter. Use to de
Detects double free vulnerabilities by identifying attempts to free the same memory block twice. Use
Detects format string vulnerabilities by identifying unsafe printf family function calls with user-c