From db6aeb89e08e373dc20875376b00d31f2d769635 Mon Sep 17 00:00:00 2001 From: David Hu <159687+divad12@users.noreply.github.com> Date: Fri, 1 May 2026 20:36:24 -0300 Subject: [PATCH] task-observer: add interaction-timing triage guidance to qa-test --- .agents/skills/qa-test/SKILL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.agents/skills/qa-test/SKILL.md b/.agents/skills/qa-test/SKILL.md index 254dfaa..8012662 100644 --- a/.agents/skills/qa-test/SKILL.md +++ b/.agents/skills/qa-test/SKILL.md @@ -47,6 +47,10 @@ For each scenario: - Use browser_take_screenshot for visual issues - Report: PASS (works as expected), FAIL (broken), or CONCERN (works but feels wrong) +Triage calibration: +- Classify as FAIL: interaction timing issues — optimistic updates that don't reflect immediately, visible flicker, stale data after a mutation, revert-then-correct behaviour. These break user trust in saved work even when the final state is eventually correct. +- Classify as CONCERN: UI orientation aids (legends, markers, affordances) that don't block task completion, unless they cause real user confusion. + After testing, produce a structured report: ## QA Report