verification-loop · v1.0 · 2026-05-08 · sha256 940b6a68d28bc227

verification-loop v1.0A

Immutable. This exact content is served forever at /api/v1/blob/940b6a68d28bc227.

---
name: verification-loop
version: "1.0"
description: Unified verification engine for Python data science projects. Covers environment checks, type checking, linting, tests, security scans, code review with DS anti-patterns, and notebook checks. Commands (/verify, /review, /quality-gate) invoke different subsets of this skill.
---

# Verification Loop

The single source of truth for all code checks. Commands invoke specific phases:
- `/verify` → Phases 1-4 (does my code work?)
- `/review` → Phase 5 (is the code good?)
- `/quality-gate` → Phases 1-4 + Phase 6 (safe to push?)

## When to Activate

- After completing a feature or significant code change
- Before creating an MR/PR
- After refactoring
- When the user says "verify", "review", "check", or "quality gate"

## Phases

Read `skills/phases.md` for all 7 phases with exact commands, the code review checklist, and the output format.

## Behavioral Rules

Read `guidelines.md` for verdict rules, coverage targets, and escalation criteria.