
from specialist-agent12
Run fresh verification commands (tests, build, lint, types) and require full output evidence before claiming work is complete or merging changes.
Adds a verification gate for completion claims: identifies the correct verification command(s), runs them fresh, reads full output and exit codes, and reports concrete evidence before allowing claims like 'tests pass' or 'build succeeds'. Designed to prevent premature success claims and enforce reproducible verification.
Best used by agents that can run shell commands and capture full stdout/stderr (Claude Code, Cursor, Codex-style agents, CI-integrated automations).
A verification-gate skill that instructs agents to run test/build/lint/type commands and require fresh evidence before claiming completion. No bundled scripts — purely instructional via SKILL.md. Clean security posture with no network calls, credentials, or destructive commands. Well-written with clear triggers, verification matrix, and anti-rationalization section, though it lacks scripts to actually enforce anything.
Instruction-only skill with no executable code. The verification matrix and rationalization prevention table are well-crafted. Limited to npm/JS ecosystems but the concept generalizes.
Test-Driven Development (TDD)
Run disciplined TDD cycles: write a failing test, implement the minimal fix, then refactor — for features and bugfixes where correctness matters.
/learn — Interactive Learning Mode
Teaching-first implementation assistant: explains why decisions are made, walks through architecture, and produces incremental code with pedagogy for onboarding
Adaptive Planning (/plan)
Generate an implementation plan matched to task complexity — from quick mini-plans to full design documents — before writing code or making large changes.
Systematic Debug (/debug)
A four-phase, evidence-first debugging methodology agent skill: gather evidence, analyze patterns, formulate hypotheses, and implement & prove fixes.
Grill (Adversarial Code Challenge)
Performs adversarial stress-testing of code to find edge cases, race conditions, security holes, and logical flaws before deployment.
Smart Commit (conventional commit generator)
Generate and apply conventional commit messages with automatic type & scope detection plus pre-commit validation for secrets and debug artifacts.
Conversion Rate Optimization (CRO)
Audit landing pages and user flows to find conversion friction and deliver prioritized, testable A/B recommendations.
Migration: Migrate Module
Automates a multi-phase migration of an Angular module to a target architecture with approval gates and validation after each phase.
Next.js: Migration — Migrate Component
Convert a Next.js Pages Router component/page to the App Router pattern, updating routing, data fetching, and component boundaries for Next.js App Router.
Review Review
Use when code changes need review before merge - validates architecture, types, security, and test coverage.