Agent skill

mindtickle-prod-checklist

Prod Checklist for MindTickle. Trigger: "mindtickle prod checklist".

Stars 1,803
Forks 241

Install this agent skill to your Project

npx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/plugins/saas-packs/mindtickle-pack/skills/mindtickle-prod-checklist

SKILL.md

MindTickle 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

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

Resources

Next Steps

See mindtickle-upgrade-migration.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results