reproduce

Installation
SKILL.md

Reproduce

Verify behavior with automation, APIs, logs, and data checks before opening browser DevTools.

Rules

  1. Do not ask the user to test until you attempted at least two independent verification paths and reported command outputs.
  2. Prefer existing test suite and repo-native scripts first.
  3. Prefer CLI/API/log/DB probes over browser inspection.
  4. Propose at least three non-DevTools alternatives before escalating to DevTools.
  5. If blocked by missing access, request the minimum required access with exact purpose and command.
  6. Open DevTools only if non-browser paths cannot observe the behavior.
  7. If DevTools is used, include the DevTools Justification block.
  8. Finalize with regression protection: add or update tests so the issue is prevented from silently returning.
  9. For local-environment bugs, codify seed/restart/env-sync steps in the repo's standard env/bootstrap automation so future runs are one command.

Workflow

Related skills

More from build000r/skills

Installs
3
GitHub Stars
4
First Seen
Mar 10, 2026