oncall-runbook

Look up and display sections of the team on-call runbook by keyword.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/codepresso-dev/codepresso-ai-plugin --skill oncall-runbook-codepresso-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: oncall-runbook
Source: https://github.com/codepresso-dev/codepresso-ai-plugin/tree/main/skills/oncall-runbook
Command: npx skills add https://github.com/codepresso-dev/codepresso-ai-plugin --skill oncall-runbook-codepresso-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about oncall-runbook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up an on-call runbook section by keyword?▼

Invoke the skill with a keyword such as rollback, sev1, coderun, or postmortem. The keyword is matched case-insensitively against a section map, and the matching runbook sections are displayed in full.

How do I find incident response procedures during an outage?▼

Run the skill with a keyword describing your situation, like sev1 for severity criteria or escalate for escalation paths. Without a keyword, it shows a table of contents highlighting the three emergency sections.

Does the on-call runbook lookup support Korean keywords?▼

Yes, the keyword map accepts both English and Korean terms. For example, 롤백 maps to the rollback section and 에스컬레이션 maps to the escalation section.

What happens if the on-call runbook file is missing?▼

The skill reads docs/oncall-runbook.md relative to the current project. If the file does not exist, it tells you where the runbook should live and stops without showing any content.

When should I not use the on-call runbook lookup?▼

Do not use it to check the on-call schedule, which is handled by the separate oncall skill, or to edit the runbook itself. For edits, open docs/oncall-runbook.md directly.