返回 Skill 列表
extension
分类: 开发与工程无需 API Key

resilience-check

可靠性工程检查清单

person作者: jakexiaohubgithub

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.