Debugging
Identifies and suggests fixes for code errors using Serkan Ozal's debugging expertise and patterns.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add serkan-ozal-debugging npx -- -y @trustedskills/serkan-ozal-debugging
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"serkan-ozal-debugging": {
"command": "npx",
"args": [
"-y",
"@trustedskills/serkan-ozal-debugging"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to utilize browser developer tools for debugging purposes. It can inspect elements, evaluate JavaScript code within the console, and analyze network requests to identify and resolve issues in web applications. The agent can effectively troubleshoot errors and improve application performance by leveraging these powerful debugging features.
When to use it
- Troubleshooting website errors: When a user reports a broken feature or unexpected behavior on a website, this skill can help pinpoint the cause.
- Analyzing slow page load times: Use the agent to examine network requests and identify bottlenecks impacting performance.
- Debugging JavaScript code: The agent can step through JavaScript execution and inspect variables to find logic errors.
- Inspecting element behavior: Understand how elements are rendered and interact with each other by inspecting their properties in the browser's inspector.
Key capabilities
- Element inspection
- JavaScript console evaluation
- Network request analysis
- Debugging JavaScript code execution
Example prompts
- "Inspect the 'Add to Cart' button on this page."
- "Evaluate
window.performance.timingin the console and explain the results." - "Analyze the network requests for this page and identify any slow or failing resources."
Tips & gotchas
This skill requires access to a browser environment where developer tools are available. The agent's responses will be based on the current state of the web page being inspected.
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.