nx-run-tasks

Automate running Nx targets across projects in an Nx workspace.

59|14|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/guilhermemarketing/esc-skills --skill nx-run-tasks-guilhermemarketing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-run-tasks
Source: https://github.com/guilhermemarketing/esc-skills/tree/main/skills/nx-run-tasks
Command: npx skills add https://github.com/guilhermemarketing/esc-skills --skill nx-run-tasks-guilhermemarketing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates and streamlines running Nx targets across one or many projects, reducing manual command overhead and human error.

Core Features & Use Cases

  • Orchestrate build, test, lint, serve, and other Nx targets across multiple projects from a single command.
  • Integrate with CI pipelines to run deterministic task sequences and report consistent results.
  • Inspect project configurations (project.json/workspace.json) to validate targets before execution and provide actionable feedback.

Quick Start

Run a single Nx task with nx run <project>:<task> to execute a specific target in your workspace.

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 workspace?

To run Nx tasks across multiple projects, use the nx run <project>:<task> command to execute specific targets. This orchestrates building, testing, linting, or serving from a single command, reducing manual overhead and human error in your workspace.

What is the best way to automate build and test targets in an Nx workspace?

Automating build and test targets in an Nx workspace involves orchestrating them via a single command. This approach inspects project.json or workspace.json configurations to validate targets before execution and provides actionable feedback.

Does this Nx task runner integrate with CI pipelines for deterministic execution?

Yes, this Nx task runner integrates with CI pipelines to run deterministic task sequences and report consistent results. It ensures compatibility with your existing project.json or workspace.json targets and respects Nx plugin configurations.

How do I validate Nx targets in project.json before execution?

To validate Nx targets in project.json before execution, the task runner inspects your project configurations and workspace.json files. This process ensures compatibility with configured targets and provides actionable feedback if validation fails.

Why should I use an Nx task orchestrator instead of running commands manually?

Using an Nx task orchestrator instead of running commands manually reduces human error and command overhead. It streamlines the execution of targets across one or many projects, ensuring deterministic sequences and validating configurations before running tasks.