← Back to list

openevent-email-change-checklist
by shami-ah
⭐ 0🍴 1📅 Jan 21, 2026
SKILL.md
name: openevent-email-change-checklist description: Review and testing checklist for OpenEvent email workflow changes (intake, offers, availability, confirmation).
When to use
- Any change to workflow steps, detours, NLU, Q&A, or HIL behavior.
- Updating offer composition, availability replies, confirmations, or email templates.
Checklist (minimal but consistent)
- Touched steps: confirm changes live under
backend/workflows/steps/step*/and align withbackend/workflow/state.pystep labels. - Orchestrator/routing: verify
backend/workflow_email.py+backend/workflows/runtime/*.pystill reflect the expected path. - Schema changes: if you add fields, update
backend/workflows/io/database.py(ensure_event_defaults) and any fixtures used in tests. - Prompts/templates: check
backend/workflows/common/prompts.pyand step-specificllm/modules. - HIL rules: validate
backend/workflows/runtime/hil_tasks.pyand the invariants indocs/guides/workflow_test_requirements.md.
Tests to run (pick the smallest lane that fits)
- Fast lane:
./scripts/tests/test-smoke.sh. - Workflow harness:
pytest tests/workflows -n auto. - Backend regression lane:
pytest backend/tests -m "not integration". - Use
tests/TEST_MATRIX_detection_and_flow.md+tests/TEST_INVENTORY.mdto pick targeted suites.
E2E Browser Testing - CRITICAL
- ALWAYS use proper email format when testing via the browser UI, NOT plain text messages.
- The frontend expects email-like input with From/Subject headers for proper session tracking.
- Example format:
From: test@example.com Subject: Room Booking Request Hi, I'd like to book a room for 25 people on 15.02.2026... - Plain text without email headers causes session/state issues and unreliable test results.
Edge cases to re-check
- Detours (date/room/products) return to the caller step and do not skip required gates.
- Q&A replies do not mutate workflow state and include a resume prompt.
- Sequential workflow requests (confirm step + ask next step) do not route to general Q&A.
- Step 3 does not create HIL tasks (
docs/guides/workflow_test_requirements.md).
Docs and changelog
- If behavior or suite status changes, add a short entry in
DEV_CHANGELOG.md(seetests/TEST_INVENTORY.md).
Retrospective Notes
- Add durable learnings here via
scripts/skills/retrospective.py.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon