home/categories/debugging
category focus

Debugging

Tools for finding and fixing code issues.

4271 स्किल्सall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
debugging
47

explore

Parallel codebase search with Warp-Grep MCP. Use for codebase discovery, understanding how things work, data flow analysis, or when the user asks "how does X work" about the codebase.

Mburdo
Mburdo
tools
open
debugging
46

antipattern-detector

Detect common technical and organizational anti-patterns in proposals, architectures, and plans. Use when strategic-cto-mentor needs to identify red flags before they become problems.

alirezarezvani
alirezarezvani
tools
open
debugging
46

security-express

Review Express.js security audit patterns for middleware and routes. Use for auditing Helmet.js, CORS, body-parser limits, and auth middleware. Use proactively when reviewing Express.js apps. Examples: - user: "Secure my Express app" → add Helmet.js and disable x-powered-by - user: "Check Express CORS config" → verify origin allowlists and credentials - user: "Review Express auth middleware" → check route order and coverage - user: "Scan for Express path traversal" → verify path normalization and validation - user: "Audit Express session config" → check secure, httpOnly, and sameSite flags

IgorWarzocha
IgorWarzocha
tools
open
debugging
46

security-vite

Review Vite security audit patterns for SPA and dev server security. Use for auditing VITE_* exposure, build-time secrets, and proxy configs. Use proactively when reviewing Vite apps (vite.config.ts present). Examples: - user: "Audit Vite env vars" → check for secrets with VITE_ prefix - user: "Check Vite build config" → verify define block and source maps - user: "Review Vite dev server" → check host binding and proxy security - user: "Scan Vite bundles" → search dist/ for leaked API keys or secrets - user: "Audit Vite SPA auth" → verify server-side auth vs client route guards

IgorWarzocha
IgorWarzocha
tools
open
debugging
46

security-nextjs

Review Next.js security audit patterns for App Router and Server Actions. Use for auditing NEXT_PUBLIC_* exposure, Server Action auth, and middleware matchers. Use proactively when reviewing Next.js apps. Examples: - user: "Scan Next.js env vars" → find leaked secrets with NEXT_PUBLIC_ prefix - user: "Audit Server Actions" → check for missing auth and input validation - user: "Review Next.js middleware" → verify matcher coverage for protected routes - user: "Check Next.js API routes" → verify auth in app/api and pages/api - user: "Secure Next.js headers" → audit next.config.js for security headers

IgorWarzocha
IgorWarzocha
tools
open
debugging
46

security-bun

Review Bun runtime security audit patterns. Use for auditing Bun-specific vulnerabilities including shell injection, SQL injection, server security, and process spawning. Use proactively when reviewing Bun apps (bun.lockb, bunfig.toml, or bun:* imports present). Examples: - user: "Review this Bun shell script" → audit `$` usage and argument injection - user: "Check my bun:sqlite queries" → verify `sql` tagged template usage - user: "Audit my Bun.serve() setup" → check path traversal and request limits - user: "Is my Bun.spawn() usage safe?" → audit command injection and input validation - user: "Review WebSocket security in Bun" → check authentication before upgrade

IgorWarzocha
IgorWarzocha
tools
open
debugging
45

debugging

Debugging guidelines and best practices

block
block
tools
open
debugging
45

argus-build-diagnostics

Diagnose xcodebuild builds using argus. Use this instead of parsing xcodebuild output to avoid filling the context window. Query build errors, warnings, slowest targets, bottlenecks, implicit/redundant dependencies, and dependency graph with linking information for optimization analysis.

tuist
tuist
tools
open
debugging
44

ln-632-test-e2e-priority-auditor

E2E Critical Coverage audit worker (L3). Validates E2E coverage for critical paths (Money 20+, Security 20+, Data 15+). Pure risk-based - no pyramid percentages.

levnikolaevich
levnikolaevich
tools
open
debugging
44

ln-634-test-coverage-auditor

Coverage Gaps audit worker (L3). Identifies missing tests for critical paths (Money 20+, Security 20+, Data Integrity 15+, Core Flows 15+). Returns list of untested critical business logic with priority justification.

levnikolaevich
levnikolaevich
tools
open
debugging
44

ln-628-concurrency-auditor

Concurrency audit worker (L3). Checks race conditions, missing async/await, resource contention, thread safety, deadlock potential. Returns findings with severity, location, effort, recommendations.

levnikolaevich
levnikolaevich
tools
open
debugging
44

ln-624-code-quality-auditor

Code quality audit worker (L3). Checks cyclomatic complexity, deep nesting, long methods, god classes, O(n²) algorithms, N+1 queries, magic numbers, decentralized constants, duplicate constants. Returns findings with severity, location, effort, recommendations.

levnikolaevich
levnikolaevich
tools
open
debugging
42

debugging

Debug and troubleshoot issues

saadnvd1
saadnvd1
tools
open
debugging
42

performance-optimization

React 및 Electron 성능 최적화 패턴. 렌더링 최적화, 메모리 관리, 번들 크기 최적화, 리소스 로딩 최적화를 다룹니다. SEPilot Desktop의 실제 사용 사례 기반으로 성능 문제 식별 및 해결 방법을 제공합니다.

jhl-labs
jhl-labs
tools
open
debugging
41

code-review

This skill should be used when the user asks to "review code", "code review", "check my code", "audit code", "find bugs", "security review", "performance review", or any ServiceNow code quality assessment.

groeimetai
groeimetai
tools
open
debugging
41

debug

问题诊断和调试技能

WenJunDuan
WenJunDuan
tools
open
debugging
41

devtools

浏览器调试测试,仅用户要求时使用

WenJunDuan
WenJunDuan
tools
open
debugging
41

codex

代码执行主力,Talk is cheap, show me the code

WenJunDuan
WenJunDuan
tools
open
debugging
41

devtools

浏览器调试测试,仅用户要求时使用

WenJunDuan
WenJunDuan
tools
open
debugging
41

wasm-validator

Diagnose WASM build failures, explain browser WebGPU constraints, help debug wasm-bindgen and web-sys integration issues, and guide getting your renderer working on the web again

fazil47
fazil47
tools
open
debugging
41

performance

性能优化技能,识别和解决性能问题

WenJunDuan
WenJunDuan
tools
open
debugging
40

qcc-debug

Use for debugging, troubleshooting, and diagnosing issues in qcc_plus project

yxhpy
yxhpy
tools
open
debugging
39

debug-phase

Systematic debugging techniques including error classification, root cause analysis (5 Whys), reproduction strategies, and error documentation. Use when debugging errors, investigating failures, analyzing stack traces, fixing bugs, or documenting errors in error-log.md. (project)

marcusgoll
marcusgoll
tools
open
debugging
39

starwards-debugging

Systematic debugging for Starwards - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) with Colyseus state inspection, Tweakpane debugging, multiplayer sync issues, and monorepo-specific troubleshooting

starwards
starwards
tools
open
Previous
Page 72 / 178
Next