What problem does it solve?
This Skill keeps the integration phase disciplined by running the full test suite, recording the binding verdict, and stopping the workflow when verification fails. It prevents premature documentation or commit steps until the project has passed the required checks.
Core Features & Use Cases
- Full-suite verification: Executes the project test command from the configured baseline and applies strict pass or fail verdict rules.
- Workflow state management: Updates workflow completion state, writes the test result file, and sets the harness state so the automation can continue or yield correctly.
- Optional cross-engine smoke checks: When the project includes a supported browser setup and frontend surface, it can run browser smoke validation and surface advisory findings for review.
- Use case: A developer finishes a feature branch and uses this Skill to confirm the entire suite passes before the repository advances to documentation or commit preparation.
Quick Start
Use the integrate skill to run the full project test suite, record the verdict, and advance the workflow only if verification succeeds.