nx-run-tasks

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

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/cyrus-rumao/attendance-monorepo --skill nx-run-tasks-cyrus-rumao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-run-tasks
Source: https://github.com/cyrus-rumao/attendance-monorepo/tree/main/.gemini/skills/nx-run-tasks
Command: npx skills add https://github.com/cyrus-rumao/attendance-monorepo --skill nx-run-tasks-cyrus-rumao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the execution of various tasks within an Nx workspace, ensuring efficient build, test, and linting processes.

Core Features & Use Cases

  • Task Execution: Run single or multiple tasks across projects.
  • Affected Commands: Optimize CI/CD by running tasks only on changed projects.
  • Use Case: You need to build all applications in your Nx workspace that have been affected by recent code changes.

Quick Start

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

To run build and test tasks for affected projects in an Nx monorepo, you use affected commands that execute tasks only on changed projects, optimizing CI/CD efficiency. This supports running individual or multiple tasks across projects based on code changes.

Can I execute lint and serve tasks across multiple projects in an Nx workspace?

Yes, you can execute lint and serve tasks across multiple projects in an Nx workspace. The task execution mechanism supports running single or multiple tasks across projects using Nx CLI commands for efficient task management.

What is the best way to optimize CI/CD for an Nx workspace?

The best way to optimize CI/CD for an Nx workspace is by running tasks only on affected projects based on code changes. This targeted execution approach streamlines build, test, and linting processes by skipping unaffected projects.

How does Nx task execution handle code changes in a monorepo?

Nx task execution handles code changes in a monorepo by utilizing affected commands to identify and run tasks only for projects impacted by recent modifications. This ensures efficient task management and execution across the workspace.

Do I need to configure Nx CLI commands manually to run specific workspace tasks?

You do not need to configure Nx CLI commands manually to run specific workspace tasks. The execution mechanism directly utilizes Nx CLI commands for efficient task management, allowing you to run build, test, lint, and serve tasks seamlessly.