miro-prod-checklist

Featured

Execute Miro REST API v2 production deployment checklist and rollback procedures. Use when deploying Miro integrations to production, preparing for launch, or implementing go-live procedures for Miro apps. Trigger with phrases like "miro production", "deploy miro", "miro go-live", "miro launch checklist", "miro production ready".

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

# Miro Production Checklist ## Overview Complete checklist for deploying Miro REST API v2 integrations to production, covering OAuth configuration, rate limit readiness, monitoring, and rollback. ## Pre-Deployment: OAuth & Scopes - [ ] **Production Miro app created** at https://developers.miro.com (separate from dev app) - [ ] **OAuth scopes minimized** — only scopes actively used (see `miro-security-basics`) - [ ] **Redirect URI** points to production HTTPS endpoint - [ ] **Client secret** stored in secret manager (not env vars on disk) - [ ] **Token refresh** logic tested — handles expired tokens gracefully - [ ] **Token storage** uses encrypted database or vault (not filesystem) ## Pre-Deployment: Code Quality - [ ] **No hardcoded tokens** — scan with `grep -r "eyJ\|Bearer " src/` - [ ] **Error handling** covers all Miro HTTP status codes (400, 401, 403, 404, 429, 5xx) - [ ] **Rate limiting** — backoff with `Retry-After` header support (see `miro-rate-limits`) - [ ] **Webhook signatures** validated with timing-safe comparison - [ ] **Pagination** handled for all list endpoints (`cursor` parameter) - [ ] **Content-Type** header set to `application/json` on all POST/PATCH requests - [ ] **All tests passing** including integration tests against test board ## Pre-Deployment: Infrastructure - [ ] **Health check** endpoint verifies Miro API connectivity ```typescript // GET /health async function healthCheck() { const start = Date.now(); try { const response = a...

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

miro-deploy-integration

Deploy Miro REST API v2 integrations to Vercel, Fly.io, and Cloud Run with proper OAuth token management and webhook configuration. Trigger with phrases like "deploy miro", "miro Vercel", "miro production deploy", "miro Cloud Run", "miro Fly.io".

2,266 Updated today
jeremylongshore
AI & Automation Featured

mistral-prod-checklist

Execute Mistral AI production deployment checklist and rollback procedures. Use when deploying Mistral AI integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "mistral production", "deploy mistral", "mistral go-live", "mistral launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

fireflies-prod-checklist

Execute Fireflies.ai production deployment checklist with health checks and rollback. Use when deploying Fireflies.ai integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "fireflies production", "deploy fireflies", "fireflies go-live", "fireflies launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Solid

webflow-prod-checklist

Execute Webflow production deployment checklist — token security, rate limit hardening, health checks, circuit breakers, gradual rollout, and rollback procedures. Use when deploying Webflow integrations to production or preparing for launch. Trigger with phrases like "webflow production", "deploy webflow", "webflow go-live", "webflow launch checklist", "webflow production ready".

2,266 Updated today
jeremylongshore
AI & Automation Featured

maintainx-prod-checklist

Production deployment checklist for MaintainX integrations. Use when preparing to deploy a MaintainX integration to production, verifying production readiness, or auditing existing deployments. Trigger with phrases like "maintainx production", "deploy maintainx", "maintainx go-live", "maintainx production checklist", "maintainx launch".

2,266 Updated today
jeremylongshore