nx-run-tasks

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

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Matheusrlr/payment-orchestrator --skill nx-run-tasks-matheusrlr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-run-tasks
Source: https://github.com/Matheusrlr/payment-orchestrator/tree/main/skills-catalog/skills/%28tooling%29/nx-run-tasks
Command: npx skills add https://github.com/Matheusrlr/payment-orchestrator --skill nx-run-tasks-matheusrlr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the execution of build, test, lint, serve, and other tasks within an Nx workspace, improving developer productivity and CI/CD pipeline efficiency.

Core Features & Use Cases

  • Task Execution: Run single or multiple Nx tasks across projects.
  • Affected Commands: Automatically identify and run tasks only on projects impacted by code 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 test task 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 and test tasks for an Nx workspace?

You can run build and test tasks for an Nx workspace by executing single or multiple tasks across projects. This skill targets specific projects or all projects to streamline your task execution process.

Can I run Nx tasks only on projects affected by code changes?

Yes, you can run Nx tasks only on projects affected by code changes. The skill utilizes Nx's affected project detection to automatically identify and run tasks exclusively on impacted projects.

What is the best way to execute lint and serve tasks across multiple Nx projects?

The best way to execute lint and serve tasks across multiple Nx projects is using this skill to run multiple tasks simultaneously. It leverages Nx caching to optimize the execution workflow.

Does this Nx task runner support continuous integration pipelines?

Yes, this Nx task runner supports continuous integration pipelines by executing build, test, lint, and serve tasks efficiently. It improves CI/CD pipeline efficiency through Nx caching and affected project detection.

How do I build all applications in my Nx workspace at once?

To build all applications in your Nx workspace at once, use this skill to run the build target for all relevant projects. It handles the execution of tasks across the entire workspace configuration.