scan-issues

Scan codebases for bugs, anti-patterns, and security issues.

56|12|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Neuron-Mr-White/UniPi --skill scan-issues-neuron-mr-white
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scan-issues
Source: https://github.com/Neuron-Mr-White/UniPi/tree/main/packages/workflow/skills/scan-issues
Command: npx skills add https://github.com/Neuron-Mr-White/UniPi --skill scan-issues-neuron-mr-white

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers find potential bugs, anti-patterns, and security issues in their codebases, allowing for proactive maintenance and improvement.

Core Features & Use Cases

  • Passive Codebase Scan: Automatically identifies potential issues without modifying the code.
  • Subagent Support: Utilizes subagents for parallel scanning and specialized analysis.
  • Security, Bugs, and Anti-Patterns: Scans for hardcoded secrets, SQL injection vulnerabilities, code duplication, and more.
  • Tech Debt and Performance: Identifies outdated dependencies, dead code, and performance bottlenecks.

Quick Start

Run a full scan of your codebase using the /unipi:scan-issues command.

Frequently Asked Questions about scan-issues

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan my codebase for security issues and anti-patterns?

To scan your codebase for security issues and anti-patterns, run a full scan using the /unipi:scan-issues command. It passively identifies potential bugs, hardcoded secrets, and SQL injection vulnerabilities without modifying your existing code.

What is the best way to detect tech debt and dead code in a repository?

The best way to detect tech debt and dead code is to perform an automated codebase scan. This process identifies outdated dependencies, dead code, and performance bottlenecks, allowing you to proactively maintain and improve your codebase.

Can I use parallel scanning to identify hardcoded secrets in my code?

Yes, you can identify hardcoded secrets using parallel scanning. The scan utilizes subagents for specialized analysis, enabling it to efficiently detect hardcoded secrets and SQL injection vulnerabilities across your codebase.

Does code analysis for bug detection modify my source files?

Code analysis for bug detection does not modify your source files. It operates as a passive codebase scan, automatically identifying potential bugs, anti-patterns, and security issues while leaving your actual code untouched.

What types of vulnerabilities can anti-pattern detection find in my code?

Anti-pattern detection can find several types of vulnerabilities in your code, including hardcoded secrets, SQL injection vulnerabilities, code duplication, outdated dependencies, and performance bottlenecks.