Agent Skills: resilience-check

Checklist for reliability engineering

UncategorizedID: cpa03/blueprintify/resilience-check

Install this agent skill to your local

pnpm dlx add-skill https://github.com/cpa03/blueprintify/tree/HEAD/.opencode/skill/resilience-check

Skill Files

Browse the full folder contents for resilience-check.

Download Skill

Loading file tree…

.opencode/skill/resilience-check/SKILL.md

Skill Metadata

Name
resilience-check
Description
Checklist for reliability engineering

Procedure

  1. Check for try/catch blocks around async operations.
  2. Verify timeouts are set on external calls.
  3. Ensure fallbacks exist for failed data fetches.
  4. Validate input types at boundaries.
  5. Check for proper error logging.