codeopen
Build a GitHub Actions log parser CLI tool
Create a CLI tool that takes a GitHub Actions run URL and extracts structured failure information. It should parse the log output, identify the failing step, extract the error message, relevant stack trace, and output a JSON summary. Useful for automated CI triage systems.