返回 Skills 目录
blockmatic/basilic-skills已通过检查

SKILL DETAIL

w-test

blockmatic/basilic-skills/w-test

Run the repository test scripts and fix failures until they pass.

安装量 · 405查看来源

Installation

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

技能文件

SKILL.md

最近同步 · 2026年9月21日

SKILL.md
---
name: w-test
description: Run the repository test scripts and fix failures until they pass.
disable-model-invocation: true
---

Run the documented test scripts from package.json (filtered to the change when the repo supports it). Fix owning causes. Do not publish.

1. Identify the test command for the affected packages (`pnpm test`, Turbo filters, or the app E2E script). Prefer the narrowest suite that covers the change; use the full suite when the failure is unknown or the user asked for it.
2. Run the command. Capture failing tests, not a paraphrase.
3. Fix one owning cause at a time. Re-run the failed command. Do not weaken assertions or skip tests to obtain a pass. Stop when the suite is green or remaining failures need a human (secrets, env, flaky infra).
4. Docs: `/w-docs` if behavior or commands changed.