スキル一覧に戻る
shami-ah

oe-integration-mode-smoke

by shami-ah

0🍴 1📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: oe-integration-mode-smoke description: Smoke-test “integration mode” safely (Supabase + optional live OpenAI integration tests). Use when debugging prod-only differences, validating Supabase connectivity, or running backend/tests_integration without turning every local run into a deployment.

oe-integration-mode-smoke

Supabase connectivity (fastest signal)

  1. Export required env vars:

    • export OE_INTEGRATION_MODE=supabase
    • export OE_SUPABASE_URL=...
    • export OE_SUPABASE_KEY=...
    • export OE_TEAM_ID=...
    • export OE_SYSTEM_USER_ID=...
    • (optional) export OE_EMAIL_ACCOUNT_ID=...
  2. Run the built-in connection validator:

    • python -m backend.workflows.io.integration.test_connection

Live OpenAI integration lane (only when explicitly needed)

  1. Export integration test env vars:

    • export AGENT_MODE=openai
    • export OPENAI_TEST_MODE=1
    • export OPENAI_API_KEY=...
  2. Run the integration tests:

    • pytest backend/tests_integration/ -v

If a test fails

  • Prefer fixing the contract in the integration adapter layer first:
    • backend/workflows/io/integration/adapter.py
    • backend/workflows/io/integration/field_mapping.py
    • backend/workflows/io/integration/status_utils.py

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です