run-rust-tests

Execute Rust tests for affected OpenFirma crates using cargo nextest.

106|5|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/Firma-AI/openfirma --skill run-rust-tests-firma-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-rust-tests
Source: https://github.com/Firma-AI/openfirma/tree/main/.skills/run-rust-tests
Command: npx skills add https://github.com/Firma-AI/openfirma --skill run-rust-tests-firma-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of Rust tests for OpenFirma projects, ensuring code correctness and functionality.

Core Features & Use Cases

  • Automated Testing: Runs Rust tests for affected crates or a specific crate/test.
  • Test Identification: Determines affected crates based on modified files.
  • Test Execution: Executes tests using cargo nextest and cargo test.

Quick Start

Run tests for the modified crates after making changes.

Frequently Asked Questions about run-rust-tests

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

FAQPage Schema
How do I run Rust tests for only the crates affected by my recent changes?

This Skill identifies affected crates based on modified files and executes their Rust tests. It automates the process by running cargo nextest and cargo test specifically for the changed code.

Does this automated Rust testing tool require a specific project setup to work?

Yes, this Skill requires a configured Rust environment and an existing OpenFirma project setup. These elements are necessary for the tool to identify affected crates and execute tests properly.

What is the difference between cargo nextest and cargo test for running Rust tests?

This Skill utilizes both cargo nextest and cargo test for executing Rust tests. It leverages these frameworks to automate the validation of code correctness and functionality within OpenFirma projects.

How do I execute a specific Rust test within an OpenFirma project?

The Skill supports targeting a specific crate or test alongside running tests for all affected crates. It uses cargo nextest and cargo test to execute the specified Rust tests within OpenFirma projects.

What is the best way to automate Rust testing for OpenFirma projects?

The best way to automate Rust testing for OpenFirma projects is using this Skill to identify affected crates and run their tests. It ensures code correctness by executing tests via cargo nextest and cargo test.