sniper-review

Trigger phase-specific quality gate reviews and save pass/fail outcomes for auditing.

8|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/virkt25/sniper --skill sniper-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sniper-review
Source: https://github.com/virkt25/sniper/tree/main/packages/core/skills/sniper-review
Command: npx skills add https://github.com/virkt25/sniper --skill sniper-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to manually initiate a quality gate review for a specific phase of your project, ensuring code quality and adherence to standards outside the automated protocol flow.

Core Features & Use Cases

  • Manual Review Trigger: Initiate quality checks on demand.
  • Phase-Specific Gate Checks: Run predefined checklists for any project phase.
  • Detailed Feedback: Provides clear results of each check, highlighting failures and offering suggestions.
  • Use Case: After a significant code refactor, you can use this skill to manually trigger the 'implement' phase review to ensure the changes meet quality standards before proceeding.

Quick Start

Manually trigger a review for the 'implement' phase of the current project.

Frequently Asked Questions about sniper-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manually trigger a quality gate review for a specific project phase?

Yes, you can run phase-specific gate checks on demand after a code refactor. The review uses predefined checklists to evaluate implementation changes, highlighting any failures and offering suggestions before you proceed to the next phase.

What is a manual quality gate check and when should I use it?

A manual quality gate check validates code quality and standards adherence outside automated CI/CD flows. Use it on demand to verify phase-specific project quality, ensuring refactors meet standards before proceeding with further development.

How do I run a code review using predefined checklists for a current project phase?

Trigger the skill for your current project phase to run a code review. It automatically loads relevant predefined checklists, executes the checks using a gate-reviewer agent, and returns detailed pass/fail outcomes for your review.

Does a manual quality gate review provide detailed feedback on check failures?

Yes, the quality gate review provides clear results for each check, highlighting specific failures and offering actionable suggestions. It also captures feedback for learning and saves review outcomes for auditing purposes.

Can I use this manual review trigger outside of automated CI/CD pipelines?

Yes, the manual review trigger initiates quality checks on demand, completely outside of automated CI/CD pipelines. This allows you to manually verify code quality and standards adherence at any point during development.