test

Plan and execute Yuzu's end-to-end /test pipeline with configurable run modes.

15|7|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Tr3kkR/Yuzu --skill test-tr3kkr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/Tr3kkR/Yuzu/tree/main/.claude/skills/test
Command: npx skills add https://github.com/Tr3kkR/Yuzu --skill test-tr3kkr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill automates planning and executing Yuzu's comprehensive /test pipeline, coordinating multiple phases and logging results to a durable SQLite database to support pre-push quality checks.

Core Features & Use Cases

  • End-to-end test orchestration: Phase 0 through Phase 8, including preflight, build, upgrade tests, stack stand-up, gates, sanitizers, coverage, perf, and teardown.
  • Adjustable run modes: quick, default, and full runs to fit time constraints and risk tolerance.
  • Centralized results: records gate outcomes and timings in ~/.local/share/yuzu/test-runs.db for trend analysis and debugging.

Quick Start

Invoke the /test command to start the default pipeline, or add --quick or --full to adjust the scope.

Frequently Asked Questions about test

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

FAQPage Schema
How do I orchestrate end-to-end test pipelines for pre-push sanity checks?

End-to-end test orchestration automates Yuzu's pipeline from preflight through teardown to validate code readiness for pre-push checks. It coordinates build, upgrade tests, stack stand-up, gates, sanitizers, coverage, and performance phases, outputting a final summary table.

How does automated test result recording work with SQLite?

Automated test result recording writes gate outcomes and timings to a SQLite database at ~/.local/share/yuzu/test-runs.db. This centralized storage supports trend analysis and debugging by preserving structured historical run data across multiple test executions.

Do I need Docker and Meson to run Yuzu test pipelines locally?

Yes, running Yuzu test pipelines requires Bash-based tooling, Docker, and Meson/rebar3 in your local environment. These dependencies execute the build processes, stand up stacks, and run the configured test phases.

Can I adjust the scope of automated test runs to fit time constraints?

Yes, you can adjust automated test run scopes using quick, default, and full modes to fit time constraints and risk tolerance. Invoking the test command with quick or full arguments modifies the pipeline execution scope.

What is the best way to integrate precommit test orchestration into CI?

Integrating precommit test orchestration into CI automates Yuzu's pipeline to validate code readiness during integration. The pipeline handles phases from preflight to teardown, recording structured results to a SQLite database for trend analysis.