Manage incident response for Evernote integration issues. Use when troubleshooting production incidents, handling outages, or responding to Evernote service issues. Trigger with phrases like "evernote incident", "evernote outage", "evernote emergency", "troubleshoot evernote production".
74
70%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/saas-packs/evernote-pack/skills/evernote-incident-runbook/SKILL.mdQuality
Discovery
89%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 description is well-structured with explicit 'Use when' and 'Trigger with' clauses that make it highly complete and distinctive. Its main weakness is that the capabilities described are somewhat general — 'manage incident response' and 'troubleshooting' could be more specific about what concrete actions the skill performs (e.g., checking service status, reviewing error logs, executing runbooks). The trigger terms are excellent and clearly scoped to Evernote incidents.
Suggestions
Add more specific concrete actions the skill performs, e.g., 'check Evernote API status, review integration error logs, execute incident runbooks, escalate to on-call teams' to improve specificity.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | The description names the domain (incident response for Evernote integration) and mentions some actions like 'troubleshooting production incidents' and 'handling outages', but doesn't list specific concrete actions (e.g., checking logs, restarting services, rolling back deployments, escalating alerts). | 2 / 3 |
Completeness | Clearly answers both 'what' (manage incident response for Evernote integration issues) and 'when' (explicit 'Use when' clause with triggers for production incidents, outages, and service issues, plus a 'Trigger with phrases' section). | 3 / 3 |
Trigger Term Quality | Includes explicit natural trigger phrases like 'evernote incident', 'evernote outage', 'evernote emergency', 'troubleshoot evernote production' — these are terms users would naturally say when facing these issues, and the coverage of variations is good. | 3 / 3 |
Distinctiveness Conflict Risk | The combination of 'Evernote' + 'incident response' creates a very specific niche that is unlikely to conflict with other skills. The trigger terms are highly distinctive and narrowly scoped. | 3 / 3 |
Total | 11 / 12 Passed |
Implementation
50%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This incident runbook provides a solid structural framework with good severity classification and triage commands, but falls short on actionability for Steps 2-4 which read more like summaries than executable procedures. The workflow lacks explicit decision points and validation checkpoints that are critical for incident response, and there's notable content duplication between the main steps and the Error Handling table.
Suggestions
Add concrete, executable code examples for Steps 2-4 (e.g., token expiration check command, getSyncState() call, circuit breaker activation script) to match the actionability of Step 1.
Add explicit decision points and validation checkpoints between steps, e.g., 'If error rate > X after mitigation, escalate to P1' and 'Verify circuit breaker is active before proceeding to Step 5'.
Remove the 'Output' section which just restates the skill's contents, and consolidate the Error Handling table with the main steps to eliminate duplication.
Provide the referenced 'references/implementation-guide.md' bundle file, or inline the most critical diagnostic scripts if no bundle is available.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is reasonably efficient but includes some unnecessary sections like the 'Output' section which just restates what the skill contains, and the 'Overview' section that could be trimmed. The prerequisites and error handling table partially duplicate information from the main steps. However, it avoids explaining basic concepts Claude would know. | 2 / 3 |
Actionability | Step 1 provides concrete executable bash commands, which is good. However, Steps 2-4 are mostly descriptive prose rather than executable commands or code. Rate limit, auth failure, and sync failure steps lack concrete code examples (e.g., no code for checking edam_expires, no getSyncState() implementation, no circuit breaker implementation). The mitigation strategies are conceptual rather than copy-paste ready. | 2 / 3 |
Workflow Clarity | The steps are sequenced logically from triage through mitigation to post-incident review, and the severity classification table is helpful. However, there are no explicit validation checkpoints between steps, no feedback loops for error recovery (e.g., 'if triage shows X, go to step Y'), and the decision logic for when to escalate between steps is missing. For an incident runbook involving potentially destructive operations like full re-sync, validation steps are important. | 2 / 3 |
Progressive Disclosure | The skill references an implementation guide at 'references/implementation-guide.md' for detailed scripts and templates, which is good progressive disclosure. However, no bundle files are provided, so that reference is unverifiable. The inline content is reasonably structured but the Error Handling table at the bottom partially duplicates the main steps, and the Output section adds no navigational value. | 2 / 3 |
Total | 8 / 12 Passed |
Validation
81%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 9 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
allowed_tools_field | 'allowed-tools' contains unusual tool name(s) | Warning |
frontmatter_unknown_keys | Unknown frontmatter key(s) found; consider removing or moving to metadata | Warning |
Total | 9 / 11 Passed | |
3a2d27d
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.