Back to list
FlorianRiquelme

global-error-handling

by FlorianRiquelme

0🍴 0📅 Oct 31, 2025

SKILL.md


name: Global Error Handling description: Implement robust error handling with user-friendly messages without technical details, fail fast with explicit error messages, specific exception types for targeted handling, centralized error handling at appropriate boundaries, graceful degradation for non-critical failures, retry strategies with exponential backoff, and proper resource cleanup. Use this skill when implementing try-catch blocks, throwing or catching exceptions, handling API errors, implementing retry logic, managing resources that need cleanup, creating error messages for users, or establishing centralized error handling strategies. This skill applies when working on any code that needs error handling including API integrations, database operations, file operations, or user-facing features.

Global Error Handling

When to use this skill

  • When implementing try-catch blocks for error handling
  • When throwing or catching exceptions in your code
  • When handling API errors from external services
  • When implementing retry logic with exponential backoff
  • When managing resources that need cleanup (file handles, connections)
  • When creating error messages for end users
  • When establishing centralized error handling strategies
  • When implementing graceful degradation for non-critical failures
  • When using specific exception types instead of generic ones
  • When working on code that interacts with databases, APIs, or file systems
  • When validating input and failing fast with clear error messages
  • When ensuring security by not exposing technical details in error messages

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global error handling.

Instructions

For details, refer to the information provided in this file: global error handling

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon