nx-run-tasks

Execute Nx CLI tasks like build, test, and lint in monorepo workspaces.

Updated May 6, 2026
One-click install
npx skills add https://github.com/wilfoz/plan_game --skill nx-run-tasks-wilfoz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-run-tasks
Source: https://github.com/wilfoz/plan_game/tree/main/.claude/skills/nx-run-tasks
Command: npx skills add https://github.com/wilfoz/plan_game --skill nx-run-tasks-wilfoz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Coordinates and automates task execution in Nx workspaces, simplifying complex build, test, lint, and affected project workflows.

Core Features & Use Cases

  • Run individual Nx tasks like build, test, or lint for specific projects.
  • Execute multiple tasks simultaneously across multiple projects with customizable filters.
  • Affected projects detection allows focusing only on changed areas to optimize CI pipelines.
  • Use Case: Automate running tests on affected projects after code changes to ensure stability before deployment.

Quick Start

Use the nx-run-tasks skill to run the lint command across 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 affected projects in an Nx monorepo?

Running build and test tasks for affected projects in an Nx monorepo involves detecting changed areas to optimize task orchestration. This approach focuses only on modified projects, ensuring efficient execution across interdependent workspaces before deployment.

How does affected project detection work for Nx CLI task execution?

Affected project detection for Nx CLI task execution identifies changed areas within a monorepo workspace to optimize CI pipelines. By focusing only on modified interdependent projects, it coordinates automated workflows and prevents unnecessary task runs across the entire codebase.

Can I execute lint commands across multiple projects in an Nx workspace simultaneously?

Executing lint commands across multiple projects in an Nx workspace simultaneously is supported through customizable filters. This allows DevOps teams to manage and run multiple tasks at once across interdependent projects, streamlining configuration and task orchestration.

What is the best way to automate task orchestration for large monorepos?

Automating task orchestration for large monorepos is best handled by coordinating Nx CLI commands like build, test, and lint. This method simplifies complex workflows by ensuring compatibility with project configuration files and managing interdependent project tasks efficiently.

Do I need specific Nx configuration files to manage workspace tasks?

Specific Nx configuration files are required to manage workspace tasks effectively. The task execution process ensures compatibility with these project configuration files to properly coordinate build, test, lint, and affected project workflows within the monorepo.