sniper-check

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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "sniper-check" with this command: npx skills add fusengine/agents/fusengine-agents-sniper-check

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:

  • PHASE 1+2 (PARALLEL): Launch both in parallel:

  • explore-codebase (Haiku) → Architecture discovery

  • research-expert (Sonnet) → Documentation verification

  • PHASE 3: Grep all usages → Impact analysis

  • PHASE 4: Run linters → Detect errors

  • PHASE 5: Apply corrections → Minimal changes

  • 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 Smallest 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)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

code-quality

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

laravel-livewire

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

laravel-blade

No summary provided by upstream source.

Repository SourceNeeds Review