← スキル一覧に戻る

oe-workflow-triage
by shami-ah
⭐ 0🍴 1📅 2026年1月21日
SKILL.md
name: oe-workflow-triage description: Workflow bug triage for OpenEvent. Use when you have a regression/bug report (wrong step, wrong detour, HIL stuck, site visit issues) and need a minimal reproduction trace plus a fix plan tied to workflow invariants and tests.
oe-workflow-triage
Minimal reproduction first (avoid “guess fixes”)
-
Pick the closest deterministic scenario:
- Site visit:
scripts/manual_ux_scenario_I.py,scripts/manual_ux_scenario_H.py - Late changes / detours:
scripts/manual_ux_scenario_E.pyetc.
- Site visit:
-
Produce a trace:
python3 scripts/manual_ux_scenario_I.py > /tmp/repro.json
-
Validate with invariants:
python3 scripts/validate_manual_ux_run.py /tmp/repro.json --require_site_visit
-
If the bug is not covered by existing scenarios:
- Create a new
scripts/manual_ux_scenario_*.pyby copying the closest scenario. - Keep it deterministic (AGENT_MODE=stub + explicit mapping + intent overrides).
- Add/extend validator checks only when they prevent regressions.
- Create a new
Fix plan outputs
- A 1–3 PR ladder:
- PR1: characterization test / scenario reproduction
- PR2: fix with minimal blast radius
- PR3: cleanup/refactor (optional)
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です