← Back to list

oe-hil-and-billing-triage
by shami-ah
⭐ 0🍴 1📅 Jan 21, 2026
SKILL.md
name: oe-hil-and-billing-triage description: "Debug common manager/HIL + billing/deposit regressions: tasks not appearing in the panel, approve/reject button failures, billing capture loops, and “deposit paid but workflow stuck”. Produces a targeted repro + test run and points to the likely faulty layer (frontend vs backend)."
oe-hil-and-billing-triage
Fast signal: run the dedicated approve path tests
pytest backend/tests/agents/test_manager_approve_path.py -vpytest tests/specs/gatekeeping/test_hil_gates.py -v
If “Approve” fails (500 or missing attribute)
- Confirm the handler symbol exists and is exported from the canonical step module.
- Confirm any deprecated wrapper modules re-export the symbol used by
backend/workflow_email.py. - Use
docs/guides/TEAM_GUIDE.md(“HIL Approve Button Fails - Missing Export”) as the exact checklist.
If HIL tasks don’t appear in the frontend “Manager Tasks” panel
- Confirm the task payload uses the same
thread_idas the frontend session id. - Confirm the frontend is not appending the API response directly into chat (bypassing task rendering).
- Use
docs/guides/TEAM_GUIDE.md(“HIL Task Not Appearing in Tasks Panel After Deposit Payment”) for known root causes and files:atelier-ai-frontend/app/page.tsxbackend/workflows/steps/step1_intake/trigger/step1_handler.py
If billing/deposit flow is stuck (accept → billing → deposit → HIL)
- Re-test in UI with a fresh session (reset client / new email) to avoid stale session artifacts.
- Verify the gate checks use fresh deposit status (reload from DB for deposit; in-memory for billing):
backend/workflows/common/confirmation_gate.py
- Use
docs/guides/TEAM_GUIDE.md(“Frontend Billing Capture Intermittent Failure”) for the suspected frontend/backend boundary issue and involved files:backend/api/routes/messages.pybackend/api/routes/events.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