What problem does it solve?
This skill provides a safe, isolated environment to verify that changes to dotagents do not break core functionality like installation, synchronization, or agent configuration.
Core Features & Use Cases
- Docker-based Sandbox: Executes tests in a controlled container to prevent accidental modification of host configurations or home directories.
- Automated Fixture Generation: Creates temporary project structures to test specific CLI behaviors, such as skill placement or subagent runtime files.
- Use Case: When modifying the sync logic, use this skill to build a temporary project, simulate a broken state, and verify that the CLI correctly repairs the configuration without affecting your actual environment.
Quick Start
Run the dotagents-qa skill to build the local Docker image and execute the full suite of end-to-end regression tests for your current changes.