nx-run-tasks

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the execution of tasks within an Nx workspace, allowing users to easily run build, test, lint, serve, and other defined commands.

Core Features & Use Cases

  • Run Single/Multiple Tasks: Execute specific tasks on one or many projects.
  • Affected Commands: Efficiently run tasks only on projects impacted by recent changes.
  • Use Case: When a developer needs to build all applications in an Nx monorepo after making changes, they can use this skill to run nx run-many -t build.

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 tasks only on affected projects in an Nx workspace?

Run tasks on affected projects in an Nx workspace by using the affected commands feature. This targets only projects impacted by recent code changes, efficiently executing build, test, or lint operations without processing the entire monorepo.

Can I execute multiple build and test tasks across all projects in an Nx monorepo?

Yes, you can execute multiple build and test tasks across all projects in an Nx monorepo. Use the run-many command to specify tasks across every project, with options for filtering, exclusion, and parallelization to optimize execution.

What is the best way to target specific projects for linting in an Nx workspace?

Target specific projects for linting in an Nx workspace by running single or multiple tasks on specified projects. You can apply filtering and exclusion options to precisely control which projects the linter analyzes.

Does Nx workspace task execution support parallelization and configuration options?

Nx workspace task execution supports parallelization and configuration options. You can facilitate task execution by applying configurations and running operations in parallel to optimize build, test, lint, and serve workflows.

How do I serve applications after making code changes in an Nx workspace?

Serve applications after code changes in an Nx workspace by executing serve operations. You can run the serve task on single or multiple projects, or target only the affected applications impacted by your recent modifications.