Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .agents/skills/qa-test/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down