Loading...
Loading...
Use when validating code quality after modifications. Runs sniper agent in isolated forked context for clean, fast validation.
npx skill4agent add fusengine/agents sniper-check| Feature | Detail |
|---|---|
| Context | Forked (isolated sub-agent) |
| Agent | sniper (Sonnet) |
| Phases | 6-phase code-quality workflow |
| Result | Only final report returns to parent |
| Scenario | Use |
|---|---|
| After code modifications | |
| Validate specific file | |
| Full project check | |
| After refactoring | |
code-qualityexplore-codebaseresearch-expert| Rule | Reason |
|---|---|
| Never skip phases 1+2 | Documentation-backed fixes only |
| Always run phases in order | Dependencies between phases |
| Zero linter errors | Non-negotiable exit criteria |
| Minimal changes only | Smallest fix necessary |