ワンクリックで
integration-testing-http
Run curl-style integration checks against the docker-compose stack for HTTP APIs. Required for use-case changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run curl-style integration checks against the docker-compose stack for HTTP APIs. Required for use-case changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Add/extend Playwright E2E/integration specs for web use-case changes. Prefer existing repo naming conventions; include UC ID when introducing new use-case-specific specs.
Ensure GitHub Actions CI exists and is green. CI must run lint/format, build, and tests as applicable. Failing CI is blocking.
Derive comprehensive `/docs` from an existing codebase when docs are missing/stale. This is blocking work before new features.
Add docker-compose for HTTP APIs (required before implementing/changing use cases). Provide .env.example + Make targets: up/down/test/lint/build.
End-to-end Gaia SDLC workflow (Repo Explorer → drift/CI fixes → task graph → gated delivery → QA veto → MCP proof). Use for any work in a repo.
Add or extend lint/format tooling and ensure it runs locally (Makefile) and in CI. Lint/build are always required in Gaia.
| name | integration-testing-http |
| description | Run curl-style integration checks against the docker-compose stack for HTTP APIs. Required for use-case changes. |
Use when:
This is required for use-case changes.
docker-compose.yml stack (must exist).env.example + local .env (as needed)/docs/use-cases/UC-###-*.mdtests_added[]manual_regression[] (label: curl)Preferred:
make up
Confirm:If not reachable:
For each affected UC:
Run the minimal set that proves the UC acceptance criteria:
Record:
If auth tokens/credentials are required and missing:
flag_needs_input with exact questionsIf the repo supports an integration test harness:
make test (or make test-integration if repo uses a split)Prefer:
make test.tests_added[]curl in manual_regression[] for use-case changesintegration, manual-regression, plus baseline lint/build/ci