Code Debugging
Lingzhi227's lingzhi227-code-debugging identifies and suggests fixes for errors in Python code, improving test reliability.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add lingzhi227-code-debugging npx -- -y @trustedskills/lingzhi227-code-debugging
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"lingzhi227-code-debugging": {
"command": "npx",
"args": [
"-y",
"@trustedskills/lingzhi227-code-debugging"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill helps identify and suggest fixes for errors in provided code. It can analyze code snippets, pinpoint the source of bugs, and propose corrections to improve functionality. The skill aims to streamline the debugging process by providing targeted solutions based on the given code.
When to use it
- You're encountering unexpected behavior from a piece of code you wrote or received.
- You need help understanding why a specific function isn’t working as intended.
- You want an automated review of your code for common errors before deployment.
- You are learning and want to understand how to fix bugs in example code.
Key capabilities
- Error identification
- Bug localization
- Code correction suggestions
Example prompts
- "Debug this Python code: [code snippet]"
- "I'm getting an error in this JavaScript function, can you help me find the problem? [function code]"
- "What’s wrong with this C++ code and how can I fix it? [code snippet]"
Tips & gotchas
The skill is most effective when provided with complete and well-formatted code snippets. It may struggle with very large or complex projects without additional context.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.