概要
The Error Recoverer skill provides a robust framework for Claude to handle failures during autonomous coding tasks. It systematically analyzes exceptions, identifies root causes—ranging from transient network issues to complex logic errors—and applies targeted recovery strategies like exponential backoff, automated code fixes, or state rollbacks. By integrating with memory and checkpoint systems, it ensures that coding agents can persist through obstacles and learn from past failures, significantly reducing the need for manual intervention during the development lifecycle.