optimizetests

Identify and optimize OpenClaw test runtime while preserving full coverage.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/seasonmac/Full-Scene-Agents --skill optimizetests-seasonmac
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimizetests
Source: https://github.com/seasonmac/Full-Scene-Agents/tree/main/openclaw/.agents/skills/optimizetests
Command: npx skills add https://github.com/seasonmac/Full-Scene-Agents --skill optimizetests-seasonmac

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Optimize OpenClaw test runtime end to end, reducing CI wall time while maintaining complete coverage across tests and extensions.

Core Features & Use Cases

  • Identify hotspots in test suites and expensive imports to prioritize fixes.
  • Apply production-quality optimizations that preserve coverage, including selective deduping and extension-driven changes.
  • Measure before/after performance evidence and document results for CI pipelines.

Quick Start

Run optimizetests to benchmark slow tests and implement targeted speedups while preserving coverage.

Frequently Asked Questions about optimizetests

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

FAQPage Schema
How do I speed up slow OpenClaw tests without losing coverage?

Speed up OpenClaw tests by identifying runtime hotspots and expensive imports, then applying selective deduping and extension-driven optimizations. This reduces CI wall time while preserving full coverage across tests and extensions.

Why is my OpenClaw CI pipeline taking so long to run?

Your OpenClaw CI pipeline may be slow due to import-heavy test suites and undeduplicated tests. Benchmarking the test runtime identifies specific hotspots, allowing you to target and optimize expensive imports to reduce overall wall time.

What is the best way to benchmark OpenClaw test performance?

Benchmark OpenClaw test performance by measuring before and after runtime metrics. This skill identifies hotspots and documents performance evidence, ensuring commit-ready changes are backed by measurable results.

Can I optimize test suites for OpenClaw extensions without breaking them?

Yes, you can optimize test suites for OpenClaw extensions without breaking them. This skill applies production-quality optimizations that preserve coverage, using extension-driven changes and selective deduping to maintain integrity.

How do I deduplicate OpenClaw tests in my CI pipeline?

Deduplicate OpenClaw tests in your CI pipeline by identifying overlapping coverage and applying selective deduping. This skill implements targeted speedups and provides a repeatable runbook for commit-ready changes.