actionable-error-formatter

Solid

Format errors with actionable fix suggestions and documentation links

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
92
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Actionable Error Formatter Skill ## Overview This skill formats SDK errors to include actionable fix suggestions, documentation links, and contextual help that enables developers to resolve issues quickly. ## Capabilities - Generate helpful, contextual error messages - Include fix suggestions based on error context - Add documentation links to relevant pages - Support verbose debug mode with details - Format stack traces for readability - Include request correlation IDs - Suggest related troubleshooting guides - Support structured error output (JSON) ## Target Processes - Error Handling and Debugging Support - Developer Experience Optimization - Logging and Diagnostics ## Integration Points - Error handling frameworks - Logging systems - Documentation platforms - Debug tooling - IDE integrations ## Input Requirements - Error catalog reference - Documentation URL patterns - Context extraction rules - Verbosity level definitions - Stack trace formatting preferences ## Output Artifacts - Error formatting library - Message templates - Documentation link generators - Debug mode implementation - Stack trace formatter - Structured error schemas ## Usage Example ```yaml skill: name: actionable-error-formatter context: errorCatalog: ./errors/catalog.yaml docsBaseUrl: "https://docs.example.com/errors" formatting: includeStackTrace: development includeRequestId: true includeSuggestions: true maxSuggestions: 3 verbosityLevels: ...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills