From sdlc
Internal skill invoked by other SDLC skills when they encounter an actionable error (script crash, CLI failure, persistent API error, build failure after retries). Proposes creating a GitHub issue in rnagrodzki/sdlc-marketplace to track the error with full context capture, two-gate user consent, and pre-flight verification. NOT user-invocable — only dispatched from within another skill's error handling path. When dispatched, follow ./REFERENCE.md for the full procedure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sdlc:error-report-sdlchaikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Internal procedure invoked by SDLC skills when an actionable error occurs.
Internal procedure invoked by SDLC skills when an actionable error occurs. Captures error context, verifies gh CLI availability, gets user consent, and creates a tracking issue in rnagrodzki/sdlc-marketplace using the gh CLI.
Another skill explicitly directs Claude here after encountering an issue-worthy error. The calling skill provides:
Follow ./REFERENCE.md for the complete step-by-step procedure, including:
./templates/ToolingError.md templategh issue createnpx claudepluginhub rnagrodzki/sdlc-marketplace --plugin sdlcGuides users to report bugs in compound-engineering plugin by gathering details, env info, formatting Markdown, and creating GitHub issues.
Transforms error logs, screenshots, voice notes, and rough bug reports into structured GitHub issues with repro steps, environment details, impact severity, and evidence. Outputs MD files to /issues/.
Files GitHub issues to the DataDog/pup repository for bugs, feature requests, and problem reports related to pup CLI, agents, skills, or documentation.