nx-run-tasks

Execute Nx workspace tasks for builds, tests, and linting.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/RomerX64/flow --skill nx-run-tasks-romerx64
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-run-tasks
Source: https://github.com/RomerX64/flow/tree/main/.github/skills/nx-run-tasks
Command: npx skills add https://github.com/RomerX64/flow --skill nx-run-tasks-romerx64

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps teams automate and orchestrate Nx workspace tasks (build, test, lint, serve) across multiple projects, reducing manual command effort and coordination overhead.

Core Features & Use Cases

  • Single-task execution: Run a specific Nx target quickly across projects.
  • Batch & affected runs: Execute multiple targets or affected tasks with optional parallelism and project filtering.
  • Project discovery & guidance: Infers available targets from project.json/package.json and assists command selection.

Quick Start

Run a specific Nx target with a simple instruction like run myapp:build.

Frequently Asked Questions about nx-run-tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Nx tasks across multiple projects in a monorepo?

You can run Nx tasks across multiple projects by executing batch targets or affected tasks with optional parallelism and project filtering to automate builds, tests, and linting across your monorepo.

Can I run affected Nx tasks to test only changed projects?

Yes, you can run affected Nx tasks to execute builds, tests, and linting only for projects impacted by recent changes, with optional parallelism and project filters to optimize monorepo workflows.

How do I execute an Nx target if Nx is not installed globally?

If Nx is not installed globally, you can execute workspace targets using npx, pnpx, or yarn to run build, test, and lint tasks defined in package.json or project.json files.

How does Nx discover available targets in a workspace?

Nx infers available targets by reading the project.json and package.json files within your monorepo, allowing the Skill to suggest appropriate commands for executing single or multiple tasks.

Can I filter which projects are included when running batch Nx tasks?

Yes, you can apply project filters when running multiple or affected Nx tasks, allowing you to scope builds, tests, and linting to specific projects within your monorepo.

What is the best way to orchestrate builds and tests in a large monorepo?

Orchestrating builds and tests in a large monorepo is best handled by running affected Nx tasks with parallelism, reducing manual command effort and coordination overhead across projects.