بنقرة واحدة
debug-probe
Create and run a Playwright scratch probe to reproduce and fix a UI bug
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create and run a Playwright scratch probe to reproduce and fix a UI bug
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when bringing the harness method to a NEW or non-sentropic repo — maps the repo's conventions into a harness profile so the same scope/branch/verify kernel applies anywhere.
Use before any creative/design work (a feature, a package, an evolution) — explores intent and design via the spec-ladder with multi-peer adversarial review BEFORE implementation.
Use on any bug, test failure, or unexpected behaviour BEFORE proposing a fix — runs the generic evidence-first root-cause loop.
Use when you have a spec/decisions and need an executable plan — writes a lot-based BRANCH.md from the template and completes with track for realization state.
Use when completing a feature, a design step, or before merging — runs a ≥2-peer consensus review and reconciles the findings, instead of a single rubber-stamp pass.
Use when adding or evolving tests for a feature/bugfix — applies the sentropic test-pyramid, scoped-test loop, environment isolation, and AI-flaky policy.
| name | debug-probe |
| description | Create and run a Playwright scratch probe to reproduce and fix a UI bug |
| paths | e2e/tests/dev/**,ui/src/lib/components/**,ui/src/routes/** |
| allowed-tools | Read Write Bash Edit Glob Grep |
Dev lane status: !make ps-dev-playwright 2>/dev/null || echo "NOT RUNNING"
make up-dev-playwright ENV=devmake record-dev-playwright-auth ENV=devCreate e2e/tests/dev/_scratch.<bug-slug>.spec.ts:
test, expect from @playwright/test.auth/dev-state.json storage statewaitForResponse, locator.waitFor, expect.pollsleep() unless no other signal availablemake exec-playwright-dev CMD="npx playwright test tests/dev/_scratch.<bug-slug>.spec.ts --headed" ENV=dev
e2e/tests/0X-*.spec.ts_scratch.* files)Probe ≠ product test. Bug fix commit ≠ probe commit. Separate concerns.