Install
$ agentstack add skill-valorisa-claude-skills-find-bugs ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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
- Identify the target file. If the user doesn't specify, ask which file to analyze.
- Read the file with Read.
- If relevant, run available static analysis tools (linter, type-checker, compiler) via Bash to collect additional signals.
- Analyze the code to detect bugs: logical errors, off-by-one, unhandled null/undefined, race conditions, resource leaks, poor error handling, security vulnerabilities.
- 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
- Ask the user: "Do you want me to apply these fixes? (all / some / none)"
- 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.
Write a review
Versions
- v0.1.0 Imported from the upstream source.