nx-run-tasks

Execute build, test, lint, and type-check tasks across Nx monorepo projects.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/miordache93/evoklas --skill nx-run-tasks-miordache93
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-run-tasks
Source: https://github.com/miordache93/evoklas/tree/main/.cursor/skills/nx-run-tasks
Command: npx skills add https://github.com/miordache93/evoklas --skill nx-run-tasks-miordache93

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the execution of development and build tasks within an Nx monorepo, ensuring consistency and leveraging Nx's caching and affected project capabilities.

Core Features & Use Cases

  • Task Execution: Run single or multiple tasks across projects (e.g., build, test, lint).
  • Affected Commands: Automatically identify and run tasks only on projects impacted by recent code changes, optimizing CI/CD pipelines.
  • Configuration: Supports various flags for caching, parallelism, and error handling.
  • Use Case: When you need to build all applications in your monorepo that were affected by changes in the libs/shared directory, this skill can be used to run the build target only on those specific projects.

Quick Start

Use the nx-run-tasks skill to run the 'test' task on all projects.

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 build and test tasks only on affected projects in an Nx monorepo?

Running Nx workspace tasks across multiple projects involves executing commands that orchestrate builds, tests, and linting. The task runner manages these operations by leveraging project dependency analysis to execute workflows efficiently across the monorepo.

How does Nx caching work when executing monorepo tasks?

Running Nx workspace tasks across multiple projects involves executing commands that orchestrate builds, tests, and linting. The task runner manages these operations by leveraging project dependency analysis to execute workflows efficiently across the monorepo.

Can I configure parallelism and error handling for Nx workspace tasks?

Running Nx workspace tasks across multiple projects involves executing commands that orchestrate builds, tests, and linting. The task runner manages these operations by leveraging project dependency analysis to execute workflows efficiently across the monorepo.

What is the best way to run a lint target on a single Nx project?

Running Nx workspace tasks across multiple projects involves executing commands that orchestrate builds, tests, and linting. The task runner manages these operations by leveraging project dependency analysis to execute workflows efficiently across the monorepo.

Do I need Nx to manage task orchestration for my monorepo?

Running Nx workspace tasks across multiple projects involves executing commands that orchestrate builds, tests, and linting. The task runner manages these operations by leveraging project dependency analysis to execute workflows efficiently across the monorepo.