← スキル一覧に戻る

oe-release-readiness
by shami-ah
⭐ 0🍴 1📅 2026年1月21日
SKILL.md
name: oe-release-readiness description: "Pre-merge/release readiness checklist for OpenEvent-AI. Use when preparing a PR for production: run the fastest validation lanes first (compile/import, smoke suite, deterministic site-visit trace), then escalate to full suites or integration checks as needed."
oe-release-readiness
Fast gates (run in this order)
-
Compile/import + refactor invariants:
python3 scripts/tests/verify_refactor.py
-
Fast backend smoke suite (Step 1–7 core invariants):
./scripts/tests/test-smoke.sh
-
Agent-facing API regressions (manager approve path + tool parity):
pytest backend/tests/agents/ -q
-
Deterministic site-visit trace contract (no UI required):
python3 scripts/manual_ux/manual_ux_scenario_I.py > /tmp/ux_site_visit_I.jsonpython3 scripts/manual_ux/validate_manual_ux_run.py /tmp/ux_site_visit_I.json --require_site_visit
Full gates (only if the change touches workflow logic)
- Full test suite:
./scripts/tests/test-all.sh
Hygiene gates (quick checks that prevent “LLM-ish” regressions)
- No new debug prints in runtime code (allow scripts/tests only):
rg -n "print\\(" backend -g"*.py" | rg -v "/tests/|/scripts/|__init__\\.py"
Claude Code shortcut
- Keep
.claude/commands/validate.mdup to date and run/validatefor a full-stack lane.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です