verify-discipline

Select the narrowest reliable test for iterative changes and reserve the full verify command for final submission.

15|3|Updated Jun 13, 2026
One-click install
npx skills add https://github.com/Eigenwise/eigenwise-toolshed --skill verify-discipline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-discipline
Source: https://github.com/Eigenwise/eigenwise-toolshed/tree/main/plugins/sidequest/skills/verify-discipline
Command: npx skills add https://github.com/Eigenwise/eigenwise-toolshed --skill verify-discipline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents wasted time and transcript noise from repeatedly running broad verification suites after every small edit, especially in long iterative debugging sessions.

Core Features & Use Cases

  • Scoped Verification: Encourages the smallest reliable test or consumer check for the specific behavior you changed.
  • End-of-Task Gatekeeping: Reserves the ticket’s full verify command for a single final run immediately before submission.
  • Transcript Hygiene: Redirects full-suite output to a temporary log and surfaces only exit status and relevant failure lines.
  • Use Case: A developer fixing one executor path can run the nearest file-scoped test during iteration, then execute the recorded ticket gate once at the end.

Quick Start

Use the verify-discipline skill to choose the narrowest reliable test for my current change and save the ticket’s full verification command for the final pre-submit check.

Frequently Asked Questions about verify-discipline

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

FAQPage Schema
How do I stop running the full test suite repeatedly during iterative debugging?

To stop running the full test suite repeatedly during iterative debugging, use scoped verification to run the narrowest reliable check for your specific change, reserving the full ticket verify command for a single final gate run immediately before submission.

What is focused test selection for ticket-driven debugging?

Focused test selection for ticket-driven debugging is the process of deriving the closest documented check for the changed code path, preventing wasted time and transcript noise from repeatedly executing broad verification suites after every minor edit.

How do I execute final verification gating before submitting code changes?

To execute final verification gating before submitting code changes, read the recorded verify command for the ticket and run the full suite once immediately before submission, ensuring all edits are validated without generating iterative transcript noise.

Can I redirect full test suite output to keep my development transcript clean?

Yes, you can redirect full-suite output to a temporary log during verification gating, surfacing only the exit status and relevant failure lines to maintain transcript hygiene and reduce noise during debugging sessions.

Does verification discipline work for Sidequest executor changes?

Yes, verification discipline works for Sidequest executor changes by applying scoped test selection during iteration and preserving a single full gate run of the recorded verify command immediately before task submission.