evernote-incident-runbook

Featured

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".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Evernote Incident Runbook ## Overview Step-by-step procedures for responding to Evernote integration incidents including API outages, rate limit escalations, authentication failures, data sync issues, and quota exhaustion. ## Prerequisites - Access to monitoring dashboards and production logs - Production Evernote API credentials - Communication channels for escalation (Slack, PagerDuty) ## Instructions ### Incident Classification | Severity | Symptoms | Response Time | |----------|----------|---------------| | P1 - Critical | All Evernote API calls failing, data loss risk | 15 minutes | | P2 - High | Persistent rate limits, auth failures for multiple users | 1 hour | | P3 - Medium | Intermittent errors, degraded sync performance | 4 hours | | P4 - Low | Single user issues, non-critical feature affected | Next business day | ### Step 1: Triage Check Evernote's status page first. If Evernote is down, activate the circuit breaker and wait. ```bash # Check Evernote service status curl -sf https://status.evernote.com/api/v2/status.json | jq '.status' # Check your API connectivity curl -sf -H "Authorization: Bearer $EVERNOTE_TOKEN" \ https://www.evernote.com/shard/s1/notestore | head -20 # Check error rate in logs (last 15 min) grep -c 'EDAMSystemException' /var/log/evernote-app.log ``` ### Step 2: Rate Limit Escalation If rate limits are persistent: reduce API call frequency, increase delays between batch operations, and contact Evernote developer support for a ra...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

evernote-prod-checklist

Production readiness checklist for Evernote integrations. Use when preparing to deploy Evernote integration to production, or auditing production readiness. Trigger with phrases like "evernote production", "deploy evernote", "evernote go live", "production checklist evernote".

2,266 Updated today
jeremylongshore
AI & Automation Featured

apple-notes-incident-runbook

Incident response runbook for Apple Notes automation failures. Trigger: "apple notes incident".

2,266 Updated today
jeremylongshore
AI & Automation Featured

maintainx-incident-runbook

Manage incident response for MaintainX integration failures. Use when experiencing outages, investigating issues, or responding to MaintainX integration incidents. Trigger with phrases like "maintainx incident", "maintainx outage", "maintainx down", "maintainx emergency", "maintainx runbook".

2,266 Updated today
jeremylongshore
AI & Automation Featured

exa-incident-runbook

Execute Exa incident response with triage, mitigation, and postmortem procedures. Use when responding to Exa-related outages, investigating errors, or running post-incident reviews for Exa integration failures. Trigger with phrases like "exa incident", "exa outage", "exa down", "exa on-call", "exa emergency", "exa broken".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-incident-runbook

Manage incident response for Documenso integration issues. Use when diagnosing production incidents, handling outages, or responding to Documenso service disruptions. Trigger with phrases like "documenso incident", "documenso outage", "documenso down", "documenso troubleshooting".

2,266 Updated today
jeremylongshore