test

Run and analyze Rust, client, and GraphQL tests to diagnose failures.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ngareleo/xstream --skill test-ngareleo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/ngareleo/xstream/tree/main/.claude/skills/test
Command: npx skills add https://github.com/ngareleo/xstream --skill test-ngareleo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers identify, analyze, and fix test failures within the xstream project, ensuring code quality and reliability.

Core Features & Use Cases

  • Test Execution and Analysis: Automates running different types of tests such as Rust, client, or GraphQL tests to identify issues.
  • Test Fixing Guidance: Provides instructions and best practices to resolve common test failures and errors.
  • Use Case: A developer notices a failing test after a code update and uses this Skill to quickly run targeted tests, analyze results, and get suggestions for fixes.

Quick Start

Use the test skill to run all tests in the Rust server directory and review the output for failures.

Frequently Asked Questions about test

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

FAQPage Schema
How do I run and analyze Rust tests in an automated monorepo environment?

To run and analyze Rust tests, this Skill automates test execution across the monorepo, identifies failures, and provides diagnostics to maintain code quality and robustness.

What is the best way to debug failing GraphQL tests after a code update?

Debugging failing GraphQL tests is handled by running targeted test executions and analyzing the output to provide specific guidance and best practices for resolving the errors.

Can I use this to fix test failures across both client-side and Rust server codebases?

Yes, you can fix test failures across both client-side and Rust server codebases, as it supports comprehensive troubleshooting and failure diagnostics for multiple codebases.

Do I need to configure CI pipelines separately to get test analysis for the xstream project?

No, you do not need separate CI configuration for basic test analysis, because the Skill directly handles test execution, analysis, and failure diagnostics within the xstream project.

Why are my automated tests not working and how can I get fixing instructions?

Automated tests may fail due to code updates, but this Skill analyzes the test results, identifies the issues, and provides instructions and best practices to resolve common test failures.