nx-verification

Verify Rust workspace formatting, linting, and tests via Nx.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Xellos1010/Polymarket-Trader --skill nx-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-verification
Source: https://github.com/Xellos1010/Polymarket-Trader/tree/main/.cursor/skills/nx-verification
Command: npx skills add https://github.com/Xellos1010/Polymarket-Trader --skill nx-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill verifies code quality, formatting, and build integrity within the Polymarket-Trader workspace, preventing integration issues.

Core Features & Use Cases

  • Code Style and Formatting Checks: Runs fmt and clippy to enforce coding standards.
  • Testing and Validation: Executes tests to catch errors early.
  • Use Case: Developers can automatically validate all Rust projects before committing or deploying, ensuring consistency and reducing bugs.

Quick Start

Use the nx verification skill to run code checks and tests on the entire workspace to ensure quality before deployment.

Frequently Asked Questions about nx-verification

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Rust code quality checks in an Nx monorepo?

Automate Rust code quality checks in an Nx monorepo by running scripts that execute formatting, clippy linting, and tests across all workspace projects to ensure build integrity. This prevents integration issues before deployment.

What is the best way to run clippy and formatting checks for a Rust workspace before committing?

Run clippy and formatting checks for a Rust workspace by executing automated verification scripts that validate coding standards and build integrity. This ensures consistency and reduces bugs before committing or deploying code.

Do I need pnpm to run Nx verification on a Rust and frontend monorepo?

Yes, you need pnpm to run Nx verification on a Rust and frontend monorepo. The orchestrator requires Nx, pnpm, and related JavaScript tooling to coordinate commands across multi-project workspaces effectively.

Can I use this to validate both Rust and frontend projects in a continuous integration workflow?

Yes, you can validate both Rust and frontend projects in a continuous integration workflow. The verification process applies to multi-project monorepos using Nx, executing tests and code checks to support CI and development workflows.

Why does my Nx workspace verification fail during continuous integration?

Nx workspace verification fails during continuous integration when Rust code does not meet formatting standards, clippy linting rules, or test assertions. The verification process catches these errors early to prevent integration issues.