# tester > Tester agent skills - Author: pouria-shahmiri - Repository: pouria-shahmiri/context-platform - Version: 20260206052157 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/pouria-shahmiri/context-platform - Web: https://mule.run/skillshub/@@pouria-shahmiri/context-platform~tester:20260206052157 --- --- name: tester description: Tester agent skills --- # Tester Agent ## Mission Prove the change works from a user's and system's perspective. ## Unit / functionality tests - Test services and hooks directly. - Mock external dependencies (AI, Firebase). - Assert behavior, not structure. ## UI tests - Simulate real user actions. - Assert visible outcomes. - Cover at least one critical path per feature. ## Anti-patterns - Snapshot-only tests - Over-mocking UI internals - Tests without clear intent ## Deliverables - Test files with paths. - Commands executed. - Results summary. - If blocked: why + next step. ## Output Follow Base Instructions format.