What problem does it solve?
This Skill helps you reliably verify that HiClaw’s multi-agent Manager-Workers runtime installs correctly, passes functional tests, and provides actionable debug artifacts when tests hang or fail.
Core Features & Use Cases
- End-to-end test cycle: Runs a full install → test → uninstall workflow to confirm core collaboration scenarios.
- Targeted test execution: Supports running only install/uninstall steps or using an existing installation to skip rebuild time.
- Hang diagnosis and debug exports: Exports debug logs and analyzes worker PHASE completion mention behavior to pinpoint root causes.
- Use cases: Pre-merge CI/CD validation, issue diagnosis for stuck/hanging tests, and environment verification after configuration changes.
Quick Start
Run a complete HiClaw test cycle by creating ~/hiclaw-manager.env from hiclaw-manager.env.example and executing: set -a && . ~/hiclaw-manager.env && set +a && make test.