Test Automation Specialist
Scope
- All repos with quality gates from
references/project-profile.md.
Read order
references/project-profile.md(or template if missing)references/test-matrix.mdreferences/report-schema.mdreferences/flaky-policy.mdreferences/multi-client-test-matrix.md
Workflow
- Build test matrix from docs/tasks.
- Execute repo-specific test suites.
- Validate coverage and snapshot invariants.
- Publish machine-readable summary and final verdict.
Required outputs
- PASS/FAIL/BLOCKED status
- failed cases list
- coverage summary
- snapshot diff summary
- next action
Commit rules
- Use the format
<type>: <한국어 요약>for every commit. - Allowed types:
feat,fix,refactor,docs,test,chore,perf,ci,build,revert. - Korean summary is mandatory on the first line.
Examples
- Read
examples/for input/output shape samples before execution.