nx-run-tasks

nx run tasks

nrwl ↓ 2.3k
Claude Code
View source ↗

What it does

  • nx run-many -t test -p proj1 proj2 — test specific projects
  • nx run-many -t test --projects=-app --exclude=excluded-app — test projects matching a pattern
  • nx run-many -t test --projects=tag:api- — test projects by tag
  • nx affected -t test --base=main --head=HEAD — compare against a specific base and head
  • nx affected -t test --files=libs/mylib/src/index.ts — specify changed files directly
  • --skipNxCache — rerun tasks even when results are cached
  • --verbose — print additional information such as stack traces

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

nx run tasks

Source

Repository: https://github.com/nrwl/nx-ai-agents-config

nx-run-tasks FAQ

What does the nx-run-tasks skill do?

Helps with running tasks in an Nx workspace. USE WHEN the user wants to execute build, test, lint, serve, or run any other tasks defined in the workspace. nx run-many -t test -p proj1 proj2 — test specific projects nx run-many -t test --projects=-app --exclude=excluded-app — test projects matching a pattern

How do I install nx-run-tasks?

Run: npx -y skills add https://github.com/nrwl/nx-ai-agents-config --skill nx-run-tasks --agent claude-code — the source lives at github.com/nrwl/nx-ai-agents-config.

Maintain nx-run-tasks?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[nx-run-tasks on getagentictools](https://getagentictools.com/skills/nrwl-nx-ai-agents-config-nx-run-tasks?ref=badge)
npx agentictools info skills/nrwl-nx-ai-agents-config-nx-run-tasks

The second line is the CLI lookup for this page — handy in READMEs and docs.