What problem does it solve?
This Skill helps maintain NvSinner's reliability by providing a disciplined testing workflow, regression protection practices, and evidence standards for verifying changes before they are considered complete.
Core Features & Use Cases
- Test Suite Guidance: Explains how to run the Plenary Busted harness, interpret failures, and maintain the real-Neovim testing approach.
- Regression-Safe Development: Defines spec-writing conventions, test seams, async verification patterns, and the behaviors each existing test protects.
- Acceptance Evidence Standards: Guides developers through required validation steps such as syntax checks, headless boots, full test runs, and documenting empirically discovered behavior.
- Use Case: When modifying NvSinner core modules, use this Skill to determine which tests to update, how to write a regression spec, and what evidence is required before merging the change.
Quick Start
Use the nvsinner-testing-and-qa skill to run the test suite, diagnose a failing spec, and determine the required evidence for my NvSinner change.