Advanced debugging system with Serena MCP integration for intelligent codebase analysis and error resolution
Install with Tessl CLI
npx tessl i github:sc30gsw/claude-code-customes --skill debug-error54
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Systematic debugging with Serena MCP for smart codebase analysis and efficient error resolution.
/debug-error "<error_description>" [options]| Option | Description | Example |
|---|---|---|
--analyze, -a | Enable deep Serena analysis | /debug-error "crash" -a |
--trace, -t | Code flow tracing | /debug-error "logic error" -t |
--serena-deep, -s | Full Serena toolkit usage | /debug-error "complex bug" -s |
--pattern-search, -p | Find similar error patterns | /debug-error "timeout" -p |
--memory, -m | Use debugging memory | /debug-error "recurring issue" -m |
--interactive, -i | Step-by-step guidance | /debug-error "unknown issue" -i |
--implement | Implement fix automatically | /debug-error "known solution" --implement |
ALWAYS prioritize mcp__serena__ tools when available:
mcp__serena__search_for_pattern to find error patternsmcp__serena__find_symbol for error location contextmcp__serena__find_referencing_symbols to trace propagationmcp__serena__read_memory to recall similar sessionsmcp__serena__write_memory to store approachesError Information Gathering
mcp__serena__search_for_pattern to find related patternsReproduce the Error
Stack Trace Analysis
Code Context Investigation
mcp__serena__find_symbol for location contextmcp__serena__find_referencing_symbols for dependenciesHypothesis Formation
Systematic Investigation
mcp__serena__insert_after_symbol for targeted loggingSolution Implementation
mcp__serena__replace_symbol_body for targeted fixesTesting and Prevention
45a1bdf
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.