← Back to list

oe-test-matrix-navigator
by shami-ah
⭐ 0🍴 1📅 Jan 21, 2026
SKILL.md
name: oe-test-matrix-navigator description: Maps a code change or bug symptom to the smallest high-signal test subset. Use when deciding what tests to run (DET_/FLOW_/REG_), when a regression guard mentions a test ID, or when you need a minimal repro that matches tests/TEST_MATRIX_detection_and_flow.md.
oe-test-matrix-navigator
Decide the class of change (pick one)
- Detection change (classification/heuristics/routing decisions)
- Target:
DET_*tests
- Target:
- Flow change (Step progression 1–7, detours, gatekeeping, state machine)
- Target:
FLOW_*tests + relevant step/unit tests
- Target:
- Regression/bug fix (TEAM_GUIDE item or previously fixed behavior)
- Target:
REG_*tests (or add one)
- Target:
Find the right test IDs fast
-
Search the matrix for your symptom/keyword (room choice, billing, deposit, site visit, manager, Q&A, detour):
rg -n "<keyword>" tests/TEST_MATRIX_detection_and_flow.md
-
If the matrix references a
DET_*/FLOW_*/REG_*id, use it as the primary handle in the PR description. -
Cross-check where the actual tests live and whether they’re currently flaky/failing:
tests/TEST_INVENTORY.md
Run the minimum test subset
-
Always run the fast baseline first if you’re unsure:
./scripts/test-smoke.sh
-
Then run the narrowest relevant suite:
- Q&A / detection:
pytest tests/specs/nlu/ -qandpytest tests/specs/date/ -q(as applicable) - Step 3 room availability:
pytest tests/specs/room/ -q - Step 4/5 offer + negotiation:
pytest tests/specs/products_offer/ -qandpytest tests/specs/gatekeeping/ -q - Detours/change propagation:
pytest tests/specs/detours/ -qandpytest tests/specs/dag/ -q - Manager/HIL path:
pytest backend/tests/agents/test_manager_approve_path.py -q - Prompt-injection defenses:
pytest backend/tests/regression/test_security_prompt_injection.py -q
- Q&A / detection:
When adding a missing test ID
- Prefer updating the matrix with a new
REG_*row and adding the corresponding test near the closest existing file (keep it searchable by the ID).
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