reproduce-issue
Installation
SKILL.md
Reproduce an issue (sandboxed)
Reproduce an nx bug entirely inside an isolated container and report the outcome. The untrusted repro — its install (arbitrary postinstall scripts) and its repro command — runs only in the sandbox, never on the host. --rm destroys everything on exit; nothing touches the host filesystem.
This is the one reproduction engine in the repo. It has two front doors:
Entry A — a GitHub issue (human: /reproduce-issue <N>)
- Fetch the issue:
gh issue view <N> --repo nrwl/nx --json number,title,body,comments,labels - Extract from the body: the repro repo URL (or
create-nx-workspacesteps), the exact command(s) that show the bug, the reported vs expected behavior, and the Nx Report (nx version + Node version). - Fill the parameters below and run the sandbox (default
nx-version= whatever the issue reports / the repo pins; default registry = public npm).
Entry B — explicit parameters (agent: reproduce-verifier Level 2)
The caller passes these directly: