tools debugging Skills
Discover the best skills in this category.
Review code for quality, bugs, security issues, and best practices. Use this skill when the user asks for code review, c...
file-info
by swtch1
Provides detailed file statistics including lines, size, and modification time when user asks for file info or stats
n8n-debugger
by Wolfe-Jam
Expert in debugging and fixing broken n8n workflows. Use when troubleshooting workflow errors, fixing failed executions,...
security-pattern-detectio...
by krzemienski
Detect OWASP Top 10 vulnerabilities via static analysis. Calculate security score (0.00-1.00) for code quality. Auto-gen...
project-indexing
by krzemienski
Generates SHANNON_INDEX for 94% token reduction (58K → 3K tokens). Compresses large codebases into structured summaries...
testing-skills-with-subag...
by krzemienski
Use before skill deployment to verify pressure resistance via TDD RED-GREEN-REFACTOR cycle with Serena metrics tracking...
performance-regression-de...
by krzemienski
Track performance benchmarks and detect regressions exceeding 10% threshold. Analyze historical trends and alert on degr...
shannon-analysis
by krzemienski
FLEXIBLE skill orchestrating comprehensive analysis workflows. Adapts to analysis type (codebase, architecture, technica...
root-cause-tracing
by krzemienski
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces...
architecture-evolution-tr...
by krzemienski
Track architectural decisions and detect drift from ADRs (Architecture Decision Records). Calculate alignment score (0.0...
ios-watch-logs
by asnar00
Start real-time log streaming from connected iPhone to console and file. Shows only app's explicit log messages with [AP...
android-watch-logs
by asnar00
Start real-time log streaming from connected Android device using adb logcat. Shows only app's log messages. Use when mo...
picoruby-development-cons...
by bash0C7
Documents memory limits and stdlib constraints for PicoRuby on ESP32. Use this when writing code that will run on ESP32...
debug-workflow
by bash0C7
Guides developers through scenario test debugging using Ruby debug gem step execution. Provides interactive debugging pa...
codex-collaboration
by hewenyu
Codex CLI integration for code review and consultation. Use when: (1) code needs review before commit, (2) need expert c...
python-analyzer
by jurabek
Format and analyze Python code using ruff (formatting/linting) and ty (static type checking). Use when the user asks to...
python-data-reviewer
by physics91
WHEN: Pandas/NumPy code review, data processing, vectorization, memory optimization WHAT: Vectorization patterns + Memor...
flask-reviewer
by physics91
WHEN: Flask project review, Blueprint structure, extensions, request handling WHAT: Blueprint organization + Extension p...
coverage-analyzer
by physics91
WHEN: Coverage analysis, finding untested files, test prioritization, coverage gap identification WHAT: Line/Branch/Func...
rust-reviewer
by physics91
WHEN: Rust project review, ownership/borrowing, error handling, unsafe code, performance WHAT: Ownership patterns + Life...
perf-analyzer
by physics91
WHEN: Performance analysis, bundle size optimization, rendering, Core Web Vitals, code splitting WHAT: Bundle analysis +...
sql-optimizer
by physics91
WHEN: SQL query review, query optimization, index usage, N+1 detection, performance analysis WHAT: Query plan analysis +...
python-basics
by jarosser06
Expert in Python 3.10+ fundamentals and best practices for the Drift project including import ordering (isort), code org...
test-strategy
by jarosser06
Plans pytest test strategies for Drift's 90%+ coverage requirement using coverage analysis, edge case identification, an...