golem-test-crash-recovery

Simulate agent crashes and verify recovery with the golem CLI.

1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-test-crash-recovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: golem-test-crash-recovery
Source: https://github.com/justcoon/golem-shopping-ts/tree/main/.agents/skills/golem-test-crash-recovery
Command: npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-test-crash-recovery

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill assists in verifying the robustness of agent systems by simulating crashes and testing their recovery processes.

Core Features & Use Cases

  • Crash Simulation: Initiates simulated crashes on agents to test resilience.
  • Recovery Validation: Ensures agents can replay logs and resume operations after failure.
  • Use Case: System developers can use this Skill to validate that an agent's state persists correctly through unexpected crashes.

Quick Start

Use the golem test crash recovery skill to simulate a crash on an agent and verify it can recover automatically.

Frequently Asked Questions about golem-test-crash-recovery

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

FAQPage Schema
How do I test agent crash recovery and verify state persistence in distributed systems?

Test agent crash recovery by simulating failures and monitoring the recovery procedures to verify state persistence and fault tolerance. This validates that agents replay logs and resume operations correctly after unexpected crashes.

What is durable execution and how does log replay work for agent failure handling?

Durable execution ensures agent state persists through failures by replaying logs. When a crash occurs, agents resume operations by replaying the execution log, guaranteeing fault tolerance and consistent state recovery in distributed systems.

Do I need the golem CLI to simulate crashes and test agent resilience?

Yes, the golem CLI is required to simulate crashes and test agent resilience. You must also have access to the specific agent IDs to initiate the simulated crashes and monitor their subsequent recovery procedures.

Can I validate fault tolerance mechanisms for distributed agents by simulating unexpected failures?

Yes, you can validate fault tolerance by simulating unexpected failures on distributed agents. This tests the resilience of your systems by verifying that agents automatically recover, replay logs, and resume operations without losing state.

What are the limitations of testing crash recovery mechanisms for distributed agent systems?

Testing crash recovery requires the golem CLI and valid agent IDs, making it unsuitable for environments lacking these dependencies. It focuses on validating state persistence and log replay rather than preventing crashes entirely.