Agent skill
af-email-e2e-testing
Test email flows in E2E tests including signup verification, password reset, and invitation emails. Uses Gmail API with service account for test email verification. Use when testing any feature that sends or verifies emails.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/af-email-e2e-testing
SKILL.md
Email E2E Testing
What to read
Gmail API verification workflow, credentials, and helper patterns: → af-testing-expertise/SKILL.md — see "Workflow: Email Verification in E2E Tests"
E2E infrastructure requirements (SES, Cognito email config): → testing-guide.md#e2e-infrastructure-requirements
E2E-ready authentication checklist: → testing-guide.md#e2e-ready-authentication-checklist
Common pitfalls (Gmail search queries, email URL extraction): → af-testing-expertise/SKILL.md — see "Gmail Search Query Mismatch" and "Email Links Contain Production URLs"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?