dotagents-qa
Installation
SKILL.md
dotagents QA
Do real QA for the change in front of you. Docker is the safety boundary, not the test plan: use it so dotagents cannot write to host agent config, host home directories, or host cache state while you build fixtures that prove the changed behavior.
Answer the practical question: "With this local dotagents build, does the changed behavior still install, sync, and wire the expected files?"
1. Understand The Change
Start from the diff and identify the behavior that could regress:
git status --short
git diff --stat
git diff -- <paths>