What problem does it solve? Triaging incoming bug reports is slow and inconsistent: engineers must manually reproduce symptoms, hunt for the responsible code, judge severity, and draft a fix plan. This Skill standardizes that triage by turning a pasted report or issue URL into a structured assessment file that downstream fix and test commands can consume. ## Core Features & Use Cases - Bug ingestion from text or URL: Accepts pasted stack traces, issue text, or links to GitHub, GitLab, Jira, Sentry, and similar sources, with a strict URL trust policy that refuses private-network and non-HTTP targets. - Codebase grounding: Searches the repository for the symbols, file paths, and error strings mentioned in the report to identify suspected root-cause locations. - Structured assessment output: Writes a verdict, severity rating, reproduction steps, root-cause hypothesis, and remediation proposal to .specify/bugs/<slug>/assessment.md for use by /speckit-bug-fix and /speckit-bug-test. - Use Case: A maintainer pastes a GitHub issue link about a login timeout; the Skill fetches the issue, locates the relevant auth code paths, rates the bug as high severity, and produces an assessment with a proposed fix and tests to add. ## Quick Start Assess this bug report against the codebase and write an assessment: https://github.com/myorg/myrepo/issues/42