nx-run-tasks

Execute build, test, lint, and serve tasks in an Nx workspace.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/Freddy-18-18/red-salud --skill nx-run-tasks-freddy-18-18
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-run-tasks
Source: https://github.com/Freddy-18-18/red-salud/tree/main/.github/skills/nx-run-tasks
Command: npx skills add https://github.com/Freddy-18-18/red-salud --skill nx-run-tasks-freddy-18-18

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the execution of build, test, lint, serve, and other tasks within an Nx monorepo, optimizing development workflows.

Core Features & Use Cases

  • Task Execution: Run single or multiple Nx tasks across projects.
  • Affected Projects: Efficiently run tasks only on projects impacted by recent changes.
  • Use Case: When a developer needs to build and test a specific application within a large monorepo, this Skill can be used to target only that application and its dependencies.

Quick Start

Use the nx-run-tasks skill to run the 'build' and 'test' tasks for 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 for a specific application in an Nx monorepo?

To run build and test tasks in an Nx monorepo, you can target a specific application and its dependencies, executing single or multiple tasks across projects using Nx CLI commands for efficient management.

What is the best way to run linting only on projects affected by recent code changes?

Running linting on affected projects in an Nx workspace targets only the code impacted by recent changes. This affected task execution optimizes monorepo workflows by skipping unaffected projects.

Can I execute multiple tasks across different projects in an Nx workspace at once?

Yes, you can execute multiple tasks across different projects in an Nx workspace simultaneously. The Skill supports running various tasks like build, test, lint, and serve across multiple projects efficiently.

Do I need to install any external dependencies to run Nx workspace tasks?

No external dependencies are required to run Nx workspace tasks. The Skill utilizes existing Nx CLI commands to manage and execute build, test, lint, and serve tasks directly within your monorepo environment.

How does Nx task execution handle large monorepos with many interconnected projects?

Nx task execution handles large monorepos by allowing you to target specific applications and their dependencies, or by running tasks only on affected projects, which optimizes development workflows and reduces unnecessary processing.