error-messages

Official

Craft clear, actionable error messages.

Authorgithubnext
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill standardizes error message formatting to ensure all validation errors are clear, actionable, and include examples, significantly improving the user experience and reducing debugging time for AI workflow users. It helps developers communicate effectively when things go wrong.

Core Features & Use Cases

  • Standardized Template: Follow a clear template: [what's wrong]. [what's expected]. [example of correct usage].
  • Actionable Guidance: Provide concrete examples for format, enum, type, and complex configuration errors.
  • Formatting Guidelines: Ensure consistency with type verbs, multi-line examples, and proper quoting.
  • Use Case: A developer is implementing a new validation check for a workflow configuration. This skill guides them to write an error message like "invalid time delta format: +%s. Expected format like +25h, +3d. Example: +1d12h30m".

Quick Start

Consult the error-messages skill to write a validation error message for an invalid date format, ensuring it includes the expected format and an example.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: error-messages
Download link: https://github.com/githubnext/gh-aw/archive/main.zip#error-messages

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository