sniper-check

Solid

Use when validating code quality after modifications. Runs sniper agent in isolated forked context for clean, fast validation.

AI & Automation 22 stars 3 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
45
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
92
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

**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: 1. **PHASE 1+2 (PARALLEL)**: Launch both in parallel: - `explore-codebase` (Haiku) → Architecture discovery - `research-expert` (Sonnet) → Documentation verification 2. **PHASE 3**: Grep all usages → Impact analysis 3. **PHASE 4**: Run linters → Detect errors 4. **PHASE 5**: Apply corrections → Minimal changes 5. **PHASE 6**: Re-run linters → Zero errors **CRITICAL**: Phases 1+2 must run in PARALLEL (two Task calls in one message). --- ## Critical Rules | 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 | Smalles...

Details

Author
fusengine
Repository
fusengine/agents
Created
6 months ago
Last Updated
2 days ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category