hive-test

Automate iterative agent testing with session recovery and checkpoint resumption.

10.9k|5.7k|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/aden-hive/hive --skill hive-test-aden-hive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hive-test
Source: https://github.com/aden-hive/hive/tree/main/.claude/skills/hive-test
Command: npx skills add https://github.com/aden-hive/hive --skill hive-test-aden-hive

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates iterative agent testing with session recovery, enabling execution, failure analysis, fixes, and resume from checkpoints.

Core Features & Use Cases

  • Iterative testing of agents with structured phases: test generation, execution, analysis, recovery, and verification.
  • Supports resuming from the last clean checkpoint to skip expensive initial nodes.
  • Integrates with CLI tooling (run_tests, uv run) and credential requirements for production-grade validation.

Quick Start

Start an iterative test cycle on your agent by running the automated suite to execute, analyze failures, apply fixes, and resume from the last clean checkpoint.

Frequently Asked Questions about hive-test

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

FAQPage Schema
How do I resume agent testing from a checkpoint after a failure?

You can resume agent testing from a checkpoint by using a structured workflow that skips expensive initial nodes, allowing execution to restart from the last clean checkpoint rather than re-running from the beginning.

What is iterative agent testing with checkpoint recovery?

Iterative agent testing with checkpoint recovery is an automated process that executes tests, analyzes failures, applies fixes, and resumes execution from the last clean checkpoint to validate agents without restarting from scratch.

How do I automate failure analysis and fixes during agent test automation?

You automate failure analysis and fixes by running an iterative test cycle that automatically executes tests, analyzes the failures, applies necessary fixes, and verifies the corrections by resuming from a saved checkpoint.

Do I need specific CLI tooling and credentials for production-grade test automation?

Yes, production-grade test automation requires integrating CLI tooling such as run_tests and uv run, alongside proper credential configuration, to execute and validate agents in a live environment.

What is the best way to debug agent failures without re-running the entire test suite?

The best way to debug agent failures without re-running everything is to use checkpoint recovery, which resumes execution from the last clean state directly after a failure, skipping expensive initial nodes.

What phases are included in an automated agent testing workflow?

An automated agent testing workflow includes structured phases for test generation, execution, failure analysis, applying fixes, checkpoint recovery, and final verification of the agent.