nx-run-tasks

Run Nx tasks across multiple projects with filtering and parallelization.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/Clogogo/audit_app --skill nx-run-tasks-clogogo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-run-tasks
Source: https://github.com/Clogogo/audit_app/tree/main/.github/skills/nx-run-tasks
Command: npx skills add https://github.com/Clogogo/audit_app --skill nx-run-tasks-clogogo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating Nx workspace tasks across multiple projects can be error-prone and slow when performing builds, tests, linting, serves, or other targets manually.

Core Features & Use Cases

  • Unified task orchestration: Run builds, tests, linting, and serves across projects from a single command.
  • Selective scope and parallelization: Filter to specific projects, control concurrency, and run on affected projects.
  • Plugin-aware execution: Integrates with Nx plugins and project.json to discover available targets and configurations.

Quick Start

Run a specific Nx task against a project with nx run <project>:<task>, or execute multiple tasks across projects using nx run-many.

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?

You can run Nx tasks across multiple projects by applying unified task orchestration to execute builds, tests, linting, or serves from a single command. Filter to specific projects and control concurrency to coordinate workspace task execution.

What is the best way to execute build and test targets only for affected Nx projects?

The best way to execute targets for affected Nx projects is using selective scope and parallelization. This feature filters tasks to specific projects and applies parallel execution only to affected areas, speeding up workspace task coordination.

How does Nx discover available targets and configurations for task execution?

Nx discovers available targets and configurations through plugin-aware execution. This mechanism parses project.json and workspace configurations alongside supported Nx plugins to find and properly invoke available targets across projects.

Can I control concurrency and parallelization when running Nx workspace tasks?

Yes, you can control concurrency and parallelization when running Nx workspace tasks. Selective scope and parallelization options allow you to filter to specific projects and manage concurrent execution across builds, tests, and linting.

Do I need to parse project.json manually before running Nx tasks?

No, you do not need to parse project.json manually. Plugin-aware execution automatically parses project.json and workspace configurations to discover available targets and determine proper invocation for task execution across the workspace.