What problem does it solve?
Manually auditing code for bugs, security flaws, and test gaps is slow and inconsistent. This Skill unifies issue creation and discovery into one workflow: create issues from GitHub URLs or text, run multi-perspective code analysis, or explore the codebase iteratively from a natural-language prompt.
Core Features & Use Cases
- Issue Creation: Create structured issues from GitHub URLs, issue numbers, or plain text with clarity-based clarification and optional GitHub publishing.
- Multi-Perspective Discovery: Analyze target files across 8 perspectives (bug, security, test, quality, performance, UX, maintainability, best-practices) using parallel subagents, with optional Exa external research.
- Prompt-Driven Exploration: Describe what to find in natural language; Gemini plans an exploration strategy and iterative agents investigate with ACE semantic search, including cross-dimension comparison (e.g., frontend vs backend API contracts).
- Quick Plan & Execute: Convert high-confidence findings directly into executable task files and fix them inline, skipping full issue registration.
- Use Case: Run a security-focused discovery on
src/payment/**, review the prioritized findings, then either export them as tracked issues or immediately fix the critical ones.
Quick Start
Ask the assistant to run issue-discover on a path like src/auth/** to discover potential bugs and security issues, or provide a GitHub issue URL to create a tracked issue.