Use when validating code quality after modifications. Runs sniper agent in isolated forked context for clean, fast validation.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Use when validating code quality after modifications. Runs sniper agent in isolated forked context for clean, fast validation.
Target: $ARGUMENTS
Sniper Check
Overview
Quick code quality validation using the sniper agent in an isolated forked context. Executes the full 6-phase workflow without polluting the main conversation context.
Feature
Detail
Context
Forked (isolated sub-agent)
Agent
sniper (Sonnet)
Phases
6-phase code-quality workflow
Result
Only final report returns to parent
When to Use
Scenario
Use
After code modifications
/sniper-check src/
Validate specific file
/sniper-check path/to/file.ts
Full project check
/sniper-check .
After refactoring
/sniper-check src/components/
Workflow
Execute the mandatory 6-phase code-quality workflow: