スキル一覧に戻る
tlabs-xyz

global-error-handling

by tlabs-xyz

0🍴 0📅 2026年1月12日
GitHubで見るManusで実行

SKILL.md


name: Global Error Handling description: Implement robust error handling with user-friendly messages, specific exception types, fail-fast validation, centralized error boundaries, and graceful degradation. Use this skill when implementing try-catch blocks, throwing or catching exceptions, creating custom error classes or types, implementing error boundaries or middleware, validating input and checking preconditions, implementing retry logic with exponential backoff, handling external service failures, cleaning up resources in finally blocks, creating user-facing error messages, implementing centralized error handling at API boundaries, or designing systems for graceful degradation. Use across all programming languages when implementing error handling logic in any code file.

When to use this skill

  • When implementing try-catch blocks or error handling logic
  • When throwing or catching exceptions or errors
  • When creating custom error classes, types, or error hierarchies
  • When implementing error boundaries, middleware, or centralized error handlers
  • When validating input and checking preconditions (fail-fast approach)
  • When implementing retry logic with exponential backoff for external services
  • When handling failures from external APIs, databases, or third-party services
  • When cleaning up resources (file handles, connections, locks) in finally blocks or equivalent
  • When creating user-facing error messages that are clear and actionable
  • When implementing error handling at API boundaries or controller layers
  • When designing systems for graceful degradation when non-critical services fail
  • When preventing exposure of technical details or security information in errors
  • When working with error handling in any programming language or framework

Global Error Handling

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

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です