vscode-bug-hunter
✓This skill provides systematic bug detection and discovery capabilities for VS Code extensions. Use when searching for hidden bugs, analyzing code for potential issues, investigating suspicious behavior, performing code audits, or proactively finding bugs before they manifest. Covers static analysis patterns, dynamic analysis techniques, code smell detection, and systematic codebase investigation.
Installation
SKILL.md
This skill enables systematic discovery and detection of bugs in VS Code extensions before they cause problems in production. It provides structured workflows for proactively finding issues through static analysis, pattern matching, code auditing, and systematic investigation techniques.
| Proactive discovery | Reactive fixing | | Find bugs before they manifest | Fix bugs after they occur | | Static and dynamic analysis | Error investigation | | Code auditing | Stack trace analysis | | Pattern-based detection | Reproduction-based fixing |
| Async operations | High | Race conditions, unhandled rejections | | Event handlers | High | Memory leaks, missing dispose | | WebView communication | High | Message timing, state sync | | File I/O | Medium | Error handling, permissions | | User input processing | Medium | Validation, injection |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/s-hiraoku/vscode-sidebar-terminal --skill vscode-bug-hunter- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is vscode-bug-hunter?
This skill provides systematic bug detection and discovery capabilities for VS Code extensions. Use when searching for hidden bugs, analyzing code for potential issues, investigating suspicious behavior, performing code audits, or proactively finding bugs before they manifest. Covers static analysis patterns, dynamic analysis techniques, code smell detection, and systematic codebase investigation. Source: s-hiraoku/vscode-sidebar-terminal.
How do I install vscode-bug-hunter?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/s-hiraoku/vscode-sidebar-terminal --skill vscode-bug-hunter Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/s-hiraoku/vscode-sidebar-terminal
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-05