Agent Skills: OpenEvidence Production Checklist

|

UncategorizedID: jeremylongshore/claude-code-plugins-plus-skills/openevidence-prod-checklist

Install this agent skill to your local

pnpm dlx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/HEAD/plugins/saas-packs/openevidence-pack/skills/openevidence-prod-checklist

Skill Files

Browse the full folder contents for openevidence-prod-checklist.

Download Skill

Loading file tree…

plugins/saas-packs/openevidence-pack/skills/openevidence-prod-checklist/SKILL.md

Skill Metadata

Name
openevidence-prod-checklist
Description
|

OpenEvidence Production Checklist

Pre-Launch

  • [ ] Production credentials in secret manager
  • [ ] Rate limiting implemented
  • [ ] Error handling for all API codes
  • [ ] Health check endpoint
  • [ ] Monitoring and alerting
  • [ ] Rollback procedure documented

Health Check

async function health() {
  try { /* test OpenEvidence API call */ return { status: 'healthy' }; }
  catch { return { status: 'degraded' }; }
}

Resources

Next Steps

See openevidence-upgrade-migration.