agent-assistant-test-fast

Run the /test:fast workflow to test the Agent Assistant runtime boot and matrix-skills.

54|18|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-test-fast
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-assistant-test-fast
Source: https://github.com/hainamchung/agent-assistant/tree/main/code-assistants/codex-assistant/skills/agent-assistant-test-fast
Command: npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-test-fast

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly verify the Agent Assistant in a focused scope by running a fast test workflow triggered via /test:fast.

Core Features & Use Cases

  • Deterministic, scoped testing of the Agent Assistant's fast-path workflow.
  • Uses existing boot rules and matrix-skills path to validate the test scenario.
  • Quick validation: ensures the /test:fast pathway executes as expected.

Quick Start

Activate the fast test workflow by invoking /test:fast to run the targeted test suite.

Frequently Asked Questions about agent-assistant-test-fast

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

FAQPage Schema
How do I run a fast test workflow for a multi-agent runtime boot?

Invoke the /test:fast command to execute a deterministic multi-agent test workflow against the agent's runtime boot and matrix-skills. This validates the fast-path execution quickly and in a focused scope.

What is the /test:fast pathway used for in agent testing?

The /test:fast pathway is used for scoped, deterministic testing of the Agent Assistant's fast-path workflow. It validates the test scenario by leveraging existing boot rules and matrix-skills to ensure the pathway executes as expected.

Do I need a specific environment to execute the deterministic multi-agent test workflow?

You need the Codex multi-agent environment and preconfigured rules located under ~/.codex/skills/agent-assistant to execute the deterministic multi-agent test workflow. These load the necessary boot rules to run the fast test.

How do I validate matrix-skills during an agent runtime boot?

Validate matrix-skills during an agent runtime boot by running the targeted fast test workflow. The test uses preconfigured boot rules to deterministically execute and verify the matrix-skills pathway.

When should I use a scoped fast test workflow instead of a full test suite?

Use a scoped fast test workflow when you need quick validation of the Agent Assistant's fast-path execution. It limits scope to the /test:fast pathway, providing a faster, deterministic check of the runtime boot and matrix-skills without running the entire suite.