What problem does it solve? During an incident, on-call engineers cannot afford to scroll through a long runbook document hunting for the right procedure. This Skill reads the team's on-call runbook (docs/oncall-runbook.md) and jumps directly to the relevant section based on a keyword, or shows a navigable table of contents when no keyword is given. ## Core Features & Use Cases - Keyword-based section lookup: Maps keywords like sev1, rollback, coderun, or postmortem (English and Korean) to specific runbook sections and displays them in full. - Table of contents mode: Invoked without arguments, it shows all sections with one-line summaries and highlights the three emergency sections (first 10 minutes, rollback, escalation). - Use Case: An on-call engineer gets paged for a production outage and types /codepresso:oncall-runbook sev1 to immediately see the severity criteria and first-response steps instead of searching the document manually. ## Quick Start Ask the assistant to show the rollback procedure from the on-call runbook using the oncall-runbook skill.