openclaw-testing

Select and execute unit, integration, and E2E tests for OpenClaw components.

4|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Agent-Pattern-Labs/sparse-kernel --skill openclaw-testing-agent-pattern-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-testing
Source: https://github.com/Agent-Pattern-Labs/sparse-kernel/tree/main/.agents/skills/openclaw-testing
Command: npx skills add https://github.com/Agent-Pattern-Labs/sparse-kernel --skill openclaw-testing-agent-pattern-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of selecting, running, and debugging tests for OpenClaw components, helping users quickly verify changes without extensive manual work.

Core Features & Use Cases

  • Test Selection: Choose which tests to run based on the changes made to the codebase.
  • Test Execution: Execute selected tests and verify their outcomes.
  • Debugging: Provide tools for debugging failed tests.
  • Use Case: When updating a particular feature in OpenClaw, use this Skill to run only the relevant tests to ensure the feature works as expected.

Quick Start

Use the openclaw-testing skill to run the tests that have changed in the last commit.

Frequently Asked Questions about openclaw-testing

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

FAQPage Schema
How do I run only the tests relevant to my recent code changes in OpenClaw?

You can run relevant tests by using the test selection feature, which chooses which tests to execute based on the changes made to the codebase. This allows you to quickly verify updates without running the entire test suite.

Does OpenClaw testing support unit, integration, and E2E test execution?

Yes, OpenClaw testing handles various testing scenarios including unit tests, integration tests, and E2E tests. It provides a focused execution interface to run selected tests and verify their outcomes.

What do I need to set up locally to debug failed tests for OpenClaw components?

You need a local OpenClaw setup and the appropriate test tools. Once configured, the Skill provides debugging tools to help you investigate and resolve failed test outcomes effectively.

Can I automate test selection in CI/CD pipelines for OpenClaw code verification?

Yes, you can automate test selection and execution for CI/CD code verification. The Skill enables focused test selection based on codebase changes, ensuring only necessary tests run during pipeline execution.

Why are my OpenClaw component tests failing after a feature update?

Test failures after a feature update indicate the changes affected expected behavior. Use the debugging tools provided to investigate failed tests, verify outcomes, and ensure the updated feature works as expected.