Master on-call shift handoffs with context transfer, escalation procedures, and documentation. Use this skill when transitioning on-call responsibilities between engineers and ensuring the incoming responder has full situational awareness, when writing a shift summary that captures active incidents, ongoing investigations, and recent changes, when handing off mid-incident so a fresh engineer can take over the incident commander role without losing context, when onboarding a new engineer to the on-call rotation for the first time, or when auditing and improving the quality of existing handoff processes across teams.
56
63%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/incident-response/skills/on-call-handoff-patterns/SKILL.mdQuality
Discovery
100%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is an excellent skill description that clearly defines its scope around on-call shift handoffs, provides multiple concrete actions, and includes a comprehensive 'Use this skill when...' clause with five distinct trigger scenarios. It uses proper third-person voice and contains natural keywords that engineers would use when needing this skill. The description is thorough without being padded with fluff.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: context transfer, escalation procedures, documentation, shift summaries capturing active incidents/investigations/changes, mid-incident handoffs, onboarding new engineers, and auditing handoff processes. | 3 / 3 |
Completeness | Clearly answers both 'what' (on-call shift handoffs with context transfer, escalation procedures, documentation) and 'when' with an explicit 'Use this skill when...' clause listing five distinct trigger scenarios. | 3 / 3 |
Trigger Term Quality | Includes strong natural keywords users would say: 'on-call', 'shift handoff', 'incident commander', 'shift summary', 'active incidents', 'escalation', 'on-call rotation', 'handoff', 'onboarding'. These cover a wide range of natural phrasings an engineer would use. | 3 / 3 |
Distinctiveness Conflict Risk | Occupies a very clear niche around on-call shift handoffs specifically. The combination of on-call rotation, incident commander handoff, and shift summaries is highly distinctive and unlikely to conflict with general incident management or documentation skills. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
27%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill provides comprehensive handoff templates but suffers from extreme verbosity—it's essentially three full-length example documents inlined into a single file. The content would be far more effective as a concise overview with templates stored in separate referenced files. Additionally, the troubleshooting section is structurally misplaced inside Template 3's markdown block, and the workflow lacks explicit validation gates.
Suggestions
Extract the three templates into separate files (e.g., templates/shift-handoff.md, templates/quick-handoff.md, templates/incident-handoff.md) and reference them from a concise overview in SKILL.md.
Move the troubleshooting section out of Template 3's code block and into its own top-level section with proper formatting.
Reduce template examples to minimal skeletons showing structure only—Claude can fill in realistic details. Remove specific dates, names, and placeholder data.
Add explicit validation gates to the workflow: e.g., 'Outgoing engineer must not end overlap until incoming confirms: (1) alerts routing correctly, (2) all template sections reviewed, (3) access verified.'
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is extremely verbose at ~250+ lines, mostly consisting of lengthy templates with placeholder data that Claude could generate on its own. The tables of handoff components, timing diagrams, and extensive example data (specific dates, names, ticket numbers) are illustrative but massively inflate token count without adding proportional value. Claude already knows how to write markdown documents and checklists. | 1 / 3 |
Actionability | The templates are concrete and copy-paste ready, which is good. However, the skill is more of a reference document than executable guidance—there are no specific commands or tools to run for the handoff process itself (aside from a few kubectl/psql commands in the template). The troubleshooting section provides useful guidance but is embedded awkwardly inside Template 3's markdown block. | 2 / 3 |
Workflow Clarity | The handoff timing section provides a basic sequence, and the checklists for outgoing/incoming engineers are helpful. However, there are no explicit validation checkpoints or feedback loops in the main workflow—the checklist items are presented as a flat list without gates or verification steps. The troubleshooting section mentions 'do not mark handoff complete until every section has at least one entry' but this is buried and not integrated into the workflow. | 2 / 3 |
Progressive Disclosure | The entire skill is a monolithic wall of text with three full templates inlined. The templates (especially Template 1 at ~100+ lines) should be in separate referenced files. There are no bundle files, yet the content desperately needs to be split. The troubleshooting section is inexplicably embedded inside Template 3's code block, creating confusing structure. | 1 / 3 |
Total | 6 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
34632bc
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.