nx-run-tasks

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

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/glacy/course-dashboard --skill nx-run-tasks-glacy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-run-tasks
Source: https://github.com/glacy/course-dashboard/tree/main/.opencode/skills/nx-run-tasks
Command: npx skills add https://github.com/glacy/course-dashboard --skill nx-run-tasks-glacy

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, optimizing developer workflows and CI processes.

Core Features & Use Cases

  • Task Execution: Run single or multiple tasks across projects in an Nx monorepo.
  • Affected Commands: Efficiently run tasks only on projects impacted by recent code changes.
  • Use Case: When you need to build all applications in your Nx workspace, you can use this skill to execute 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 tasks across multiple projects in an Nx monorepo?

You can run single or multiple tasks across projects in an Nx monorepo by executing build, test, lint, or serve targets. This skill supports running these tasks efficiently for all relevant projects.

How do I run tests only on affected projects in an Nx workspace?

To run tests on affected projects in an Nx workspace, you can use the affected commands feature. This efficiently executes tasks only on projects impacted by recent code changes.

Can I run lint and build tasks together in an Nx workspace?

Yes, you can run lint and build tasks together in an Nx workspace. The skill supports executing multiple tasks across projects, integrating with Nx's caching for optimized execution.

What is the best way to optimize CI processes for an Nx monorepo?

The best way to optimize CI processes for an Nx monorepo is to use affected project detection and caching. This skill streamlines task execution by running build and test targets only on impacted projects.

Does this skill support running a serve task for a single project?

Yes, this skill supports running a serve task for a single project. It executes build, test, lint, serve, and other tasks within an Nx workspace based on your specified targets.