返回 Skill 列表
extension
分类: 开发与工程无需 API Key

oe-project-orientation

OpenEvent-AI的仓库导航和“我从哪里开始?”指南。当代理/开发者迷失方向、需要项目或子系统的概览,或者需要指向最重要的文档、入口点、脚本和测试时使用,而无需重新浏览整个代码库。

person作者: jakexiaohubgithub

oe-project-orientation

Start here (fast orientation)

  1. Architecture + run instructions:

    • README.md
  2. Workflow contracts + known regressions + playbooks:

    • docs/guides/TEAM_GUIDE.md
  3. Refactor plans and pending cleanup:

    • docs/internal/BACKEND_REFACTORING_PLAN_DEC_2025.md
    • docs/internal/BACKEND_REFACTORING_PLAN_DEC_2025_ADDENDUM.md
    • docs/internal/BACKEND_CODE_REVIEW_DEC_2025.md
  4. Test navigation:

    • tests/TEST_INVENTORY.md
    • tests/TEST_MATRIX_detection_and_flow.md

Where to debug (by subsystem)

  • Backend router / orchestration: backend/workflow_email.py
  • Steps 1–7 logic: backend/workflows/steps/step*/
  • Q&A engine: backend/workflows/qna/
  • LLM adapter & providers: backend/workflows/llm/ and backend/llm/
  • Backend API routes: backend/api/routes/
  • Frontend UI: atelier-ai-frontend/app/page.tsx

Deterministic repro entrypoints (preferred for debugging)

  • Dev server wrapper: scripts/dev/dev_server.sh
  • Site visit trace: scripts/manual_ux/manual_ux_scenario_I.py + scripts/manual_ux/validate_manual_ux_run.py
  • Smoke intake routing: scripts/manual_ux/manual_smoke_intake.py

If you’re still lost

Use the most specific skill that matches the task:

  • E2E site visit: oe-e2e-site-visit
  • Fallback/debug stubs: oe-trace-and-fallback-triage
  • HIL/billing/deposit: oe-hil-and-billing-triage
  • Refactors/types/LSP: oe-lsp-pyright-refactor