sniper-check

Solid

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

AI & Automation 25 stars 4 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
47
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

<objective> Sniper Check runs the full sniper agent 6-phase code-quality workflow (parallel explore-codebase + research-expert, Grep-based impact analysis, linter error detection, minimal correction, re-verification to zero errors) in an isolated forked context, so only the final validation report returns to the parent conversation -- nothing of the investigation itself pollutes it. Use it after any code modification, on a specific file, a directory, or the whole project. </objective> **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 analysi...

Details

Author
fusengine
Repository
fusengine/agents
Created
8 months ago
Last Updated
6 days ago
Language
CSS
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category