Use when one plan task completes in the nesso-work flow — a brief review scoped strictly to that task's diff, before the per-task commit. Dispatches nesso-guard-review and nesso-quality-review in parallel on the task's files only, then synthesizes a short…
Use when the user asks to open, draft, update, or push a Nesso pull request (gh pr create, gh pr edit, "crea la PR") and the branch is ready to publish on GitHub.
Use when the implementation is complete and ready for pre-PR review. Dispatches nesso-guard-review and nesso-quality-review subagents in parallel, then synthesizes one verdict. Read-only — reports findings, never edits.
Use before pushing to catch a red CI early. Run the same checks as `.github/workflows/ci.yml` locally — format, lint, types, builds, license headers, Playwright e2e.
Use when the user asks to cut, ship, publish, or version-bump a release.
Use when the user asks to create or publish a GitHub issue on the nesso-how Nesso org board (gh issue create, "crea issue") and the draft is ready — investigation and triage are already done.