What problem does it solve?
This Skill provides a practical debugging guide for asynchronous parsing workflows, helping engineers diagnose and resolve failures in futures, timeouts, and concurrent task execution within parsing pipelines.
Core Features & Use Cases
- Guided troubleshooting for common async-parsing issues, including timeouts, empty results, and variable-not-found errors.
- Step-by-step diagnostics that cover symptoms, diagnosis, and concrete solutions, with references to relevant code paths in the project.
- Execution and verification workflows such as enabling verbose logging, validating pool status, and verifying Perl parsers and CSV outputs.
Quick Start
Enable verbose debugging and reproduce a failing parse task by submitting parse tasks via the project's facade, then inspect futures, results, and pool status. Use the included checklist to identify the root cause and apply recommended fixes before re-running the parsing workflow.