batch-execution-validator
CommunityEnd-to-end batch validation for production pipelines.
Authormberto10
Version1.0.0
Installs0
System Documentation
What problem does it solve?
End-to-end validation of production batch execution pipeline: trigger daily runs, wait for completion, retrieve traces, analyze architecture, assess quality, and report findings.
Core Features & Use Cases
- Trigger batch execution via production API and wait for results
- Retrieve Langfuse traces with advanced filters
- Analyze architecture (node coverage, hierarchy) and quality
- Produce a clear PASS/FAIL report with recommendations
Quick Start
Use the helper scripts to trigger a batch, fetch traces, and generate a validation report: cd .claude/skills/batch-execution-validator/helpers python3 api_client.py --api-url https://your-api.com --frequency daily --wait 180 python3 trace_fetcher.py --from-timestamp "2025-11-07T14:30:00Z" --tags batch_execution daily --session-ids "task-id-1,task-id-2" --output /tmp/batch_validation_results.json
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: batch-execution-validator Download link: https://github.com/mberto10/web_research_agent/archive/main.zip#batch-execution-validator Please download this .zip file, extract it, and install it in the .claude/skills/ directory.