Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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".
.claude/skills/jeremylongshore-evernote-prod-checklist/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 30% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 31% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 270% | 0% |
| case-20 | ✗→✓ | ▲ Improved | 55% | 0% |
| case-12 | ✓→✗ | ▼ Worse | 39% | 0% |
Comprehensive checklist for deploying Evernote integrations to production, covering API key activation, security hardening, rate limit handling, monitoring, and go-live verification.
EVERNOTE_SANDBOX=false in production configedam_expires).env in .gitignore)RATE_LIMIT_REACHED errorslistNotebooks() and listTags() (5-10 min TTL)findNotesMetadata() used instead of findNotes() for listingscreateNote/updateNote callNODE_ENV=production set in containerbash#!/bin/bash set -euo pipefail echo "Verifying Evernote production deployment..." # 1. Health check curl -sf "$APP_URL/health" | jq '.evernoteApi' | grep -q '"connected"' echo " Health check: PASS" # 2. Create test note GUID=$(curl -sf "$APP_URL/api/test-note" | jq -r '.guid') echo " Note creation: PASS (GUID: $GUID)" # 3. Clean up test note curl -sf -X DELETE "$APP_URL/api/notes/$GUID" echo " Cleanup: PASS" echo "All checks passed."
For the complete checklist details and verification scripts, see Implementation Guide.
| Error | Cause | Solution | |-------|-------|----------| | INVALID_AUTH in production | Using sandbox token with production endpoint | Verify EVERNOTE_SANDBOX=false matches production key | | Verification script fails | Service not healthy after deploy | Check logs, rollback if needed | | Rate limits on launch | Burst of API calls at startup | Add startup delay, warm caches gradually | | PERMISSION_DENIED | Production key missing permissions | Contact Evernote developer support |
For version upgrades, see evernote-upgrade-migration.
Go-live checklist: Walk through each section, check off items, run the verification script, and sign off with the team before switching DNS to the production deployment.
Security audit: Review encrypted token storage, verify log redaction, confirm CSRF protection, and test token expiration handling before the production launch.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 18,762 | 15,755 | -16% | 1 | 1 | 0% | 3,016 | 3,858 | +28% | 0 | 0 | — |
case-02 | fail→pass | 25,239 | 31,379 | +24% | 1 | 1 | 0% | 4,682 | 6,088 | +30% | 0 | 0 | — |
case-03 | fail→fail | 22,203 | 28,483 | +28% | 1 | 1 | 0% | 3,257 | 5,327 | +64% | 0 | 0 | — |
case-04 | pass→pass | 22,012 | 26,096 | +19% | 1 | 1 | 0% | 3,788 | 5,153 | +36% | 0 | 0 | — |
case-05 | pass→pass | 18,671 | 19,157 | +3% | 1 | 1 | 0% | 2,897 | 4,169 | +44% | 0 | 0 | — |
case-06 | pass→pass | 25,966 | 26,889 | +4% | 1 | 1 | 0% | 4,150 | 5,053 | +22% | 0 | 0 | — |
case-07 | pass→pass | 8,720 | 5,421 | -38% | 1 | 1 | 0% | 1,437 | 1,961 | +36% | 0 | 0 | — |
case-08 | pass→pass | 13,939 | 12,150 | -13% | 1 | 1 | 0% | 2,362 | 3,408 | +44% | 0 | 0 | — |
case-09 | pass→pass | 13,940 | 10,395 | -25% | 1 | 1 | 0% | 1,949 | 2,945 | +51% | 0 | 0 | — |
case-10 | fail→pass | 11,849 | 9,203 | -22% | 1 | 1 | 0% | 2,047 | 2,675 | +31% | 0 | 0 | — |
case-11 | pass→pass | 11,487 | 4,938 | -57% | 1 | 1 | 0% | 1,602 | 1,879 | +17% | 0 | 0 | — |
case-12 | pass→fail | 13,284 | 13,617 | +3% | 1 | 1 | 0% | 2,266 | 3,154 | +39% | 0 | 0 | — |
case-13 | pass→pass | 15,399 | 9,189 | -40% | 1 | 1 | 0% | 2,199 | 2,544 | +16% | 0 | 0 | — |
case-14 | pass→pass | 10,082 | 12,306 | +22% | 1 | 1 | 0% | 1,863 | 3,499 | +88% | 0 | 0 | — |
case-15 | pass→pass | 5,194 | 7,173 | +38% | 1 | 1 | 0% | 874 | 2,031 | +132% | 0 | 0 | — |
case-16 | pass→pass | 16,982 | 16,182 | -5% | 1 | 1 | 0% | 2,370 | 4,106 | +73% | 0 | 0 | — |
case-17 | pass→pass | 11,544 | 8,323 | -28% | 1 | 1 | 0% | 1,607 | 2,482 | +54% | 0 | 0 | — |
case-18 | fail→pass | 44,765 | 27,178 | -39% | 1 | 1 | 0% | 1,477 | 5,458 | +270% | 0 | 0 | — |
case-19 | pass→pass | 12,781 | 7,106 | -44% | 1 | 1 | 0% | 1,693 | 2,255 | +33% | 0 | 0 | — |
case-20 | fail→pass | 16,932 | 14,175 | -16% | 1 | 1 | 0% | 2,276 | 3,527 | +55% | 0 | 0 | — |
case-21 | pass→pass | 15,539 | 12,713 | -18% | 1 | 1 | 0% | 2,159 | 2,752 | +27% | 0 | 0 | — |
case-22 | pass→pass | 7,665 | 5,812 | -24% | 1 | 1 | 0% | 1,167 | 2,113 | +81% | 0 | 0 | — |
case-23 | pass→pass | 13,716 | 3,802 | -72% | 1 | 1 | 0% | 2,396 | 1,692 | -29% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted, and 22 counted toward the lift figure. The other 1 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +13 percentage points is the difference between those two pass rates over the 22 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.