agentsclimarketplace

Sniper check

Skill fusengine/agents/plugins/ai-pilot/skills/sniper-check

Redefining development through cognitive automation and collaborative agent systems.

Install
npx -y skills add fusengine/agents --skill sniper-check

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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

SKILL.md

2.1 KB, as published. Nobody here has run it

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.

FeatureDetail
ContextForked (isolated sub-agent)
Agentsniper (Sonnet)
Phases6-phase code-quality workflow
ResultOnly final report returns to parent

When to Use

ScenarioUse
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

RuleReason
Never skip phases 1+2Documentation-backed fixes only
Always run phases in orderDependencies between phases
Zero linter errorsNon-negotiable exit criteria
Minimal changes onlySmallest fix necessary

Report Format

Return a validation report with:

  • Architecture summary (from explore-codebase)
  • Documentation references (from research-expert)
  • Impact analysis table (usages, risk level)
  • Errors fixed (critical, high, medium, low)
  • SOLID compliance status
  • Final linter status (must be ZERO errors)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.