What problem does it solve?
This Skill turns messy issue intake into consistent, type-driven GitHub issues that can be filed asynchronously without blocking the caller.
Core Features & Use Cases
- Structured capture intake: Accepts a title and problem statement, optionally including evidence, root cause, specific issues, expected behavior, and impact.
- Type inference and validation: Uses an explicit type when provided, otherwise infers the issue type from problem text, with special handling for defect severity.
- Deterministic issue filing: Formats GitHub issue titles and bodies with consistent prefixes and a metadata table, applies/creates the required label, and dispatches filing as a background task with a local fallback when GitHub is unreachable.
- Use case: Capture a production incident report from an agent and file a labeled “defect” (with required severity) so engineering can triage quickly without waiting on GitHub network calls.
Quick Start
Ask the AI to capture your issue with a title and problem, optionally providing type and severity, and it will dispatch a background GitHub issue filing confirmation.