Skills로 돌아가기
blockmatic/basilic-skills검사 통과

SKILL DETAIL

w-api-test

blockmatic/basilic-skills/w-api-test

Add API tests that exercise public HTTP behavior against existing harnesses.

설치 수 · 405출처 보기

Installation

npx skills add https://github.com/blockmatic/basilic-skills --skill w-api-test

스킬 파일

SKILL.md

최근 동기화 · 2026. 9. 21.

SKILL.md
---
name: w-api-test
description: Add API tests that exercise public HTTP behavior against existing harnesses.
disable-model-invocation: true
---

Test endpoints through the public interface using this repo's API or Playwright harness. Do not hit production. Do not hardcode secrets.

1. Read the API testing MDX and existing `*.test.ts` or e2e specs.
2. Cover the requested operations, authz denials, and contract-shaped responses.
3. Use sandbox or local servers from package scripts. Clean up created resources.
4. Run the documented API or e2e command for those tests.
5. Docs: `/w-docs` if behavior or commands changed.