Skillforge failure-replay-lab
name: Failure Replay Lab
install
source · Clone the upstream repo
git clone https://github.com/jamiojala/skillforge
manifest:
skills/failure-replay-lab/skill.yamlsource content
name: Failure Replay Lab slug: failure-replay-lab description: Investigate a failed delegation by replaying context, isolating likely root causes, and proposing the smallest reliable recovery path. public: true category: debugging tags:
- debugging
- replay
- incident
- recovery preferred_models:
- deepseek-ai/deepseek-v3.2
- gemini-2.5-pro prompt_template: Given a failed run payload, explain the likely failure cause, what to retry, and how to harden the workflow against repeat failures. validation:
- generate_diff
triggers:
keywords:
- failed delegation
- replay
- retry
- incident
- recover file_globs: task_types:
- reasoning
- review