nx-run-tasks

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

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/vinhgiang/pet-store --skill nx-run-tasks-vinhgiang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-run-tasks
Source: https://github.com/vinhgiang/pet-store/tree/main/.cursor/skills/nx-run-tasks
Command: npx skills add https://github.com/vinhgiang/pet-store --skill nx-run-tasks-vinhgiang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the execution of development and build tasks within an Nx workspace, ensuring consistency and efficiency.

Core Features & Use Cases

  • Task Execution: Run single or multiple tasks across projects (e.g., build, test, lint).
  • Affected Commands: Efficiently run tasks only on projects impacted by recent changes.
  • Use Case: When you need to build all applications in your Nx workspace, you can use this skill to run the build target for all relevant projects.

Quick Start

Use the nx-run-tasks skill to run the build and test tasks for all projects in the 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 build, test, and lint tasks across multiple projects in an Nx monorepo?

To run build, test, and lint tasks across multiple projects in an Nx monorepo, you can execute single or multiple workspace commands to ensure consistent development operations across all relevant projects.

What is the best way to execute tasks only on projects affected by recent changes in an Nx workspace?

The best way to execute tasks on affected projects in an Nx workspace is using affected commands, which efficiently run build, test, or lint operations only on the projects impacted by your recent changes.

How does executing tasks within an Nx workspace streamline monorepo development?

Executing tasks within an Nx workspace streamlines monorepo development by managing single project, multiple project, and affected project commands centrally, ensuring build and test operations run consistently and efficiently.

Do I need the Nx CLI installed to run workspace tasks for my monorepo?

Yes, you need the Nx CLI installed and properly configured within your workspace environment to execute and manage development and build tasks across your monorepo projects.

Can I use this skill to serve applications and run build targets for all projects in my workspace?

Yes, you can use this skill to serve applications and run the build target for all projects in your workspace, supporting both single project execution and comprehensive multi-project build operations.

What are the limitations when running tasks across a large Nx monorepo?

The primary limitation when running tasks across a large Nx monorepo is that the Nx CLI must be installed and configured in the environment, and task execution depends on the workspace's existing target configurations.