Tag: error-handling

Type: All Skills Tools
skill

Fixture for testing invalid skill naming

This skill is a testing fixture designed to validate agent framework error handling. It simulates the use of an invalid or improperly formatted skill name to ensure robust system validation.

joaomdmoura/crewai testing fixtures error-handling validation
skill ★ 19

Automated diagnosis of complex system architecture issues

This skill diagnoses and manages complex operational failures, covering areas from architectural flaws and deployment errors to autonomy and ROI concerns. It guides the agent to utilize specialized tools for systematic debugging and process…

IgorGanapolsky/ThumbGate architecture debugging deployment error-handling
tool ★ 19

Persistent Agent Memory and Failure Prevention

This tool provides persistent, structured memory for agents across sessions. It allows developers to capture detailed success or failure feedback, automatically generating prevention rules that guide the agent to avoid repeating past mistak…

IgorGanapolsky/ThumbGate agent-memory feedback-loop llm mcp
skill ★ 23

Structured Error Reporting for Agent Resolution

This skill enables agents to systematically detect, classify, and report various types of errors—such as build, runtime, or test failures—to designated target repositories. It supports cross-repository reporting and auto-detection, ensuring…

markmhendrickson/neotoma error-reporting agent-workflow cross-repo error-handling
skill ★ 23

Structured Error Reporting and Resolution Skill

This skill enables agents to systematically detect, classify, and report various error types, such as build, runtime, and test failures, to a designated target repository. It automatically resolves the target location and stores a structure…

markmhendrickson/neotoma error-reporting cross-repo agent-skill error-handling
tool ★ 5

Codebase Debugging and Execution Flow Tracing

This tool facilitates deep code introspection by querying execution flows, identifying function dependencies, and tracing complex call chains across a codebase. It allows developers to pinpoint the root cause of bugs, errors, or unexpected …

hifriendbot/cogmemai-mcp debugging code-tracing dependency-graph error-handling
skill ★ 24,025

Integration testing for core error processors

This guide provides patterns for writing robust integration tests for core error processors, detailing how to mock LLM API calls and verify complex retry and error recovery behaviors. It covers structured testing for happy paths, control te…

mastra-ai/mastra testing integration error-handling llm-mocking
skill ★ 24,025

testing core agent error handling and retries

This guide details patterns for writing robust integration tests for error processors, focusing on mocking LLM API calls to simulate failures and verify retry logic. It covers best practices for asserting successful retries, error propagati…

mastra-ai/mastra testing integration-testing error-handling llm-mocking
skill ★ 158

Context preservation for service diagnostics

This skill establishes a pattern for enriching service failure responses by stamping shared diagnostic context, such as the originating command and session ID, across MCP and CLI error envelopes. It ensures improved observability while main…

sbroenne/mcp-server-excel context-propagation diagnostics error-handling mcp
skill ★ 693

Sentry Logging and Error Handling Audit

An automated code review skill designed to enforce correct logging and error handling patterns within the Sentry MCP codebase. It ensures 4xx errors are handled without creating Sentry issues, while 5xx errors are correctly captured via log…

getsentry/sentry-mcp sentry logging error-handling observability
skill ★ 4

Idiomatic Go Patterns and Best Practices Guide

A comprehensive guide covering advanced Go development patterns, including robust error handling, idiomatic concurrency using contexts and worker pools, and best practices for interface design and package structure.

jmrplens/gitlab-mcp-server go-patterns idiomatic-go concurrency error-handling
skill ★ 51,725

Skill with Invalid Name Format

A test fixture representing a skill with an invalid name format, used for verifying error handling during registration.

crewAIInc/crewAI testing error-handling validation unit-tests