fire
Installation
SKILL.md
Fire
Core Rule
Use multiple explorer agents first. Delete conservatively: code with meaningful test coverage may be removed when evidence is strong and tests close the loop; code without test coverage should be treated as high risk and removed only with unusually strong evidence and clear entry-boundary analysis. Duplicated code is report-only: do not delete or refactor duplicated code unless the user explicitly asks for a separate refactor.
Invocation Arguments
$mode: use--fixto explicitly allow deletion after analysis. Without--fix, analyze and report only.$scope: optional path, package, module, or feature area to focus the analysis.- Treat
--fixas this skill's deletion intent flag, not as a recommendation to use any specific tool's fix mode.
Workflow
1. Analyze
Goal: find dead-code candidates and prove which ones are safe enough to remove.