Find Bugs

🌐Community
by davila7 · vlatest · Repository

Find Bugs analyzes your HTML/CSS code to automatically detect potential errors and vulnerabilities, saving you time & improving website quality.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add davila7-find-bugs npx -- -y @trustedskills/davila7-find-bugs
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "davila7-find-bugs": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/davila7-find-bugs"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The davila7-find-bugs skill helps identify and highlight potential bugs or issues in frontend code. It analyzes JavaScript, HTML, and CSS to detect common errors such as syntax mistakes, logical inconsistencies, and accessibility concerns.

When to use it

  • Before deploying a frontend feature to catch hidden errors
  • During code reviews to ensure quality and consistency
  • When debugging an application with unclear error messages
  • To improve the overall maintainability of a project

Key capabilities

  • Detects syntax errors in JavaScript
  • Identifies potential logical bugs
  • Highlights accessibility issues in HTML
  • Provides suggestions for code improvements

Example prompts

  • "Find all possible bugs in this React component."
  • "Check this HTML for accessibility issues."
  • "Analyze the CSS for any potential rendering problems."

Tips & gotchas

  • Ensure your code is properly formatted before running the analysis.
  • The skill may not detect context-specific logic errors, so manual review is still recommended.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
davila7
Installs
216

🌐 Community

Passed automated security scans.