What problem does it solve? After a bug has been assessed, developers still need to apply the proposed remediation consistently, add regression tests, and document exactly what changed. This Skill turns a bug assessment into an executed, traceable fix with a structured report. ## Core Features & Use Cases - Assessment-Driven Fixes: Reads the Proposed Remediation, affected files, and test plan from .specify/bugs/<slug>/assessment.md and treats them as the contract for the change. - Slug Resolution: Resolves the target bug from explicit arguments, conversation context, or a single on-disk candidate, with interactive disambiguation when multiple bugs exist. - Structured Fix Reports: Writes fix.md with a change table, test additions, local verification results, deviations from the assessment, and follow-ups. - Use Case: After running /speckit-bug-assess on a login timeout issue, invoke this Skill to apply the proposed code change, add the regression test, run the relevant test suite, and produce an auditable fix report. ## Quick Start Apply the remediation for the login-timeout bug and write the fix report to its bug directory.