Scan existing codebases for placeholder tokens. Generate remediation plan.
Audit existing files for substitution tokens (TODO, FIXME, placeholder, mock, etc.) and produce actionable remediation plan. Distinct from accept-no-substitutes which validates agent output.
| CRITICAL | TODO, FIXME, placeholder, xxx | Must fix before merge | | WARNING | mock-, fake-, stub- (outside tests) | Review context | | INFO | example, demo | Document or remove |
This skill should be used when the user asks to "scan for TODOs", "find placeholders", "clean up stubs", "remove temporary code", "audit for incomplete code", or "erase substitutions from codebase". Scans existing files for placeholder tokens and generates remediation plan. Source: plurigrid/asi.