resolve-qa-feedback
Installation
SKILL.md
- Reproduce the tester’s exact report with
/diagnosing-bugs. Use the reported environment, steps, and observable behavior. Record a human-readable red baseline. If it does not reproduce, stop and report the exact blocker. - Fix the reproduced problem with
/develop. Use TDD where the behavior has a stable test seam. - Repeat the tester’s exact steps on the fixed pull-request build. Confirm the reported failure is absent and the expected behavior occurs.
- Capture human-readable evidence, such as screenshots or a continuous video. The evidence must show:
- the relevant initial state;
- the tester’s actions;
- the application’s response;
- the expected final state.
- Inspect the evidence before reporting success. If it is unclear, incomplete, or shows incorrect behavior, continue fixing or recapture it. Finish only when the evidence visibly proves the exact QA report is resolved.