actionable-error-formatter
SolidFormat errors with actionable fix suggestions and documentation links
AI & Automation 1,160 stars
71 forks Updated today MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
error-code-catalog
Manage and document SDK error codes and messages
1,160 Updated today
a5c-ai AI & Automation Solid
error-messages
Expert skill for designing and implementing high-quality compiler error messages
1,160 Updated today
a5c-ai Code & Development Solid
commit-message-formatter
Manage commit message formatter operations. Auto-activating skill for DevOps Basics. Triggers on: commit message formatter, commit message formatter Part of the DevOps Basics skill category. Use when working with commit message formatter functionality. Trigger with phrases like "commit message formatter", "commit formatter", "commit".
2,274 Updated today
jeremylongshore Code & Development Featured
error-diagnostics-smart-debug
Use when working with error diagnostics smart debug
39,350 Updated today
sickn33 Code & Development Listed
error-diagnostics-smart-debug
Use when working with error diagnostics smart debug
335 Updated today
aiskillstore