Automates the reporting of technical failures and script crashes directly to GitHub issues with full diagnostic context.
The SDLC Error Reporter is a specialized internal utility designed to enhance the reliability of the SDLC marketplace ecosystem by providing a standardized error-tracking mechanism. When a compatible skill encounters an unrecoverable error—such as a build failure, API timeout, or CLI crash—this tool orchestrates the collection of critical metadata, verifies environment readiness, and facilitates a secure two-gate user consent process. By automating the assembly of detailed bug reports via the GitHub CLI, it ensures that developers receive the exact context needed to resolve issues without requiring the user to manually document technical logs.
Key Features
01Two-gate user consent flow for privacy and data security
020 GitHub stars
03Comprehensive diagnostic capture including exit codes and HTTP status
04Automated GitHub issue creation via gh CLI integration
05Pre-flight verification of GitHub authentication and environment
06Standardized reporting using the ToolingError template
Use Cases
01Standardizing bug reports for internal plugin development
02Reporting persistent API failures during automated SDLC tasks
03Documenting build failures after exhaustive retry attempts