AgentStack
SKILL verified MIT Self-run

Find Bugs

skill-valorisa-claude-skills-find-bugs · by valorisa

A Claude skill from valorisa/Claude-Skills.

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-valorisa-claude-skills-find-bugs

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Find Bugs? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Find Bugs

Analyze a file to detect bugs and propose fixes.

Trigger

Slash command: /find-bugs

Auto-detection: "find bugs", "debug this file", "what bugs in", "analyze this file for errors", "bug hunt", "cherche les bugs", "quels bugs dans", "analyse ce fichier pour les erreurs".

Process

  1. Identify the target file. If the user doesn't specify, ask which file to analyze.
  2. Read the file with Read.
  3. If relevant, run available static analysis tools (linter, type-checker, compiler) via Bash to collect additional signals.
  4. Analyze the code to detect bugs: logical errors, off-by-one, unhandled null/undefined, race conditions, resource leaks, poor error handling, security vulnerabilities.
  5. Present results as a numbered list. For each bug:
  • Line(s): affected line number(s)
  • Issue: clear description of the bug
  • Impact: what can go wrong
  • Proposed fix: the correction as a diff or snippet
  1. Ask the user: "Do you want me to apply these fixes? (all / some / none)"
  2. Apply only the confirmed fixes via Edit.

Constraints

  • Never modify the file without explicit user confirmation.
  • Focus on real bugs — no refactoring, no stylistic suggestions, no performance optimizations unless they cause a bug.
  • One file at a time. If the user requests multiple files, process sequentially asking confirmation for each.
  • If no bugs are found, say so clearly rather than inventing problems.

Output

A numbered list of bugs with explanation and fix, followed by a proposal to apply the corrections after user agreement.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

  • Author: valorisa
  • Source: valorisa/Claude-Skills
  • License: MIT
  • Homepage: https://resources.anthropic.com/hubfs/The-Complete-Guide-to-Building-Skill-for-Claude.pdf

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.