What problem does it solve?
This Skill eliminates the risk of marking Gear or Vara behavior changes as complete without deterministic local test validation, avoiding unreliable deploy-only checks or live-node smoke tests that often miss edge cases in message handling and execution flow.
Core Features & Use Cases
- Red-Green TDD Workflow: Guides you to write the smallest failing gtest case first, implement minimal code changes, and verify the test passes before proceeding with development.
- Machine-Readable Test Summaries: Produces structured failure reports tied directly to your current task, not generic workspace-wide test runs.
- Use Case: When you modify a Sails program's message handler to support a new Gear message type, use this Skill to validate the change with a local gtest loop and get a clear, task-specific pass/fail report.
Quick Start
Use the gtest-tdd-loop skill to validate your latest Gear/Vara behavior change with a local red-green gtest workflow and receive a machine-readable test result summary.