sl:test

Delegate test execution to a tester agent with plan-aware context.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/HuynhHoangPhuc/solon --skill sl-test
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sl:test
Source: https://github.com/HuynhHoangPhuc/solon/tree/main/plugins/solon-core/skills/test
Command: npx skills add https://github.com/HuynhHoangPhuc/solon --skill sl-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates automated testing to a tester agent with plan-aware context to ensure test suites run reliably and transparently.

Core Features & Use Cases

  • Plan-aware delegation: automatically routes tests to the appropriate tester agent based on the active plan.
  • Framework detection and reporting: identifies the project’s test framework and generates structured test reports.
  • Guardrails and reporting: enforces that failing tests are surfaced and never skipped, with plan-driven context for reproducibility.
  • Use Case: In a multi-repo project, trigger end-to-end tests after sl ship to validate changes before release.

Quick Start

Run a full test cycle on your project to validate changes and generate a report.

Frequently Asked Questions about sl:test

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

FAQPage Schema
How do I automate test execution with plan-aware context in Node.js or Rust projects?▼

Automate test execution with plan-aware context by delegating test runs to a tester agent. It resolves the active plan, detects the framework, and ensures test suites run consistently across Node.js, Rust, Python, Go, and JVM ecosystems.

What is plan-aware test delegation and how does it work for multi-repo projects?▼

Plan-aware test delegation routes automated testing to a tester agent based on the active project plan. It identifies the test framework, generates structured reports, and ensures failing tests are surfaced and never skipped for reliable reproducibility.

Can I use automated tester agent delegation for Go and JVM ecosystems?▼

Yes, automated tester agent delegation supports Go and JVM ecosystems. The framework detection feature identifies the specific test framework in your project and applies plan-driven context to execute and validate tests consistently.

How do I ensure failing tests are never skipped during automated test reporting?▼

Ensure failing tests are never skipped by using a tester agent with built-in guardrails and reporting. It enforces that all failures are surfaced with plan-driven context, providing structured test reports for full reproducibility.

What's the best way to trigger end-to-end tests after shipping changes across different frameworks?▼

The best way to trigger end-to-end tests is using a tester agent that applies plan resolution and framework detection. This delegates test execution against active plans, validating changes and generating structured reports across multiple ecosystems.