Get a week free of Claude Code →

Skills tagged "debugging" (1486)

1486 Claude Code skills tagged "debugging". Test each skill in the interactive playground.

🐛 Remote Desktop Audio Config
This skill diagnoses and fixes PulseAudio and xRDP audio routing on NixOS, ensuring hardware detection, USB devices, and reliable RDP sound.
pythondebuggingdevopsscripting
🐛 Remote Troubleshoot
Structured remote server troubleshooting workflow that follows investigation-only practices until user approval. Use when Claude needs to diagnose issues on remote SSH-accessible servers including k8s clusters, bare metal, and containerized services. Covers service/port access problems, configuratio
iceleaf916debugging
🎨 Remotion
This skill helps you apply Remption best practices to build maintainable, high-quality video projects with React and TypeScript.
reacttypescriptfrontendperformance
🐛 Render Debug
This skill analyzes render deployment failures using logs, metrics, and database state to identify root causes and propose fixes.
debuggingdevopsobservabilitybackend
🧪 Rendering Stability Under Load
This skill helps maintain UI stability under heavy rendering by partitioning boundaries and applying adaptive throttling to expensive tasks.
frontendperformancedebuggingtesting
🎨 Repomix Reference Black Tortoise
This skill helps you understand the Black Tortoise codebase structure, locate implementations, and read source files across a large TypeScript project.
code-reviewdebuggingdocsbackend
🔍 Research
This skill helps you research libraries and patterns by finding real world code with searchGitHub and Exa, then saving structured reports.
airesearchdocswriting
🧪 Resolve Checks
This skill guides you through resolving failing CI checks by running local tests, fixing issues, and ensuring green CI on your PR.
testingci-cddebugginggit
🐛 Reverse Engineering Api
This skill reverse engineers web APIs by capturing HAR data and generating production-ready Python API clients.
apiautomationbackendscripting
🧪 Review
This skill provides a second opinion before committing by reviewing intent against execution, catching drift, and guiding next steps.
code-reviewdebuggingtestingproductivity
🧪 Review
This skill reviews uncommitted repository changes with Codex CLI, delivering actionable feedback on quality, bugs, and improvements before committing.
code-reviewgitcliautomation
🧪 Review Flow
This skill automatically runs after a PR is created to review the flow, explain concepts to the author, and report codemap.
automationcode-reviewtestingci-cd
🧪 Review Implementing
This skill processes reviewer feedback, creates actionable todos, applies changes systematically, and validates updates to improve code quality.
code-reviewtestingautomationdebugging
🛡️ Review Loop
This skill guides iterative multi-pass code reviews with automatic fix-review loops, improving correctness, quality, and risk handling before merge.
code-reviewsecurityperformancedebugging
🧪 Review Prompt
This skill helps you configure and implement App Store review prompts with customizable timing, platform checks, and StoreKit integration.
debuggingautomationcode-reviewtesting
🛡️ Reviewing Code
This skill helps review pull requests and diffs for completeness, tests, and performance, improving code quality and accountability.
code-reviewtestingperformancegit
🧪 Rigorous Coding
This skill helps you enforce rigorous coding standards across writing, implementation, and reviews, ensuring robust, maintainable JavaScript code.
lintingcode-reviewdebuggingtesting
🎨 Rive Skills
This skill helps you integrate and control Rive animations in React/Next.js apps, write Luau scripts, and drive state machines for interactive graphics.
frontendapidebuggingdata
🎨 Rivetkit Client React
This skill helps React developers connect to Rivet Actors using @rivetkit/react, create hooks with createRivetKit, and manage realtime actor state.
reactfrontendtypescriptwebsocket
🔍 Rlm
This skill helps you analyze and refactor large codebases by recursively processing code with grep, find, and uv while maintaining context externally.
pythonscriptingrefactordebugging
🎨 Rmslop
This skill removes AI-generated slop by diff-checking main and pruning inconsistent or unnecessary code patterns across the repository.
code-reviewrefactorlintingdebugging
🛡️ Roblox Game Developer
This skill helps you build robust Roblox games with Luau scripting, secure networking, UI and UX design, and monetization strategies from templates.
designuxsecurityperformance
🐛 Roier Seo
This skill audits websites with Lighthouse, fixes SEO and performance issues via auto-generated code changes, and improves Core Web Vitals and accessibility.
seoperformanceautomationdebugging
🐛 Rollbar
This skill helps you investigate production errors with Rollbar, fetch recent issues, view full context, and mark items as resolved.
clidebuggingobservabilitybackend
🐛 Root Cause Analysis
Conducts systematic root cause analysis using proven methodologies including Toyota's 5 Whys, Ishikawa fishbone diagrams, Pareto analysis, and fault tree analysis. Use when investigating bugs, debugging code, troubleshooting systems, diagnosing equipment failures, analyzing life problems, or identif
markpittdebugging
🔍 Ros2 Patterns
This skill helps you implement ROS 2 node patterns with templates, error handling, and clear docstrings for robust robotics development.
pythonaidocsdebugging
🧪 Routing
This skill helps optimize Angular routing performance by enabling lazy loading, guards, preloading, change detection tuning, and bundle analysis.
frontendperformancedebuggingtesting
🐛 Routing Api
This skill helps you design and validate web routes with FastAPI-like decorators, supporting path, query, body parameters, auth, rate limits, and errors.
apibackenddebuggingdocs
🧪 Rspec Test
This skill executes and generates RSpec tests for Ruby projects, including let bindings and before hooks, with mocking support.
testingunit-testsdebuggingautomation
🐛 Rss Agent Discovery
This skill discovers RSS and Atom feeds from websites and returns machine-readable JSON for AI agents.
aiautomationapidata
🧪 Run Acceptance Tests
This skill guides you to run Terraform provider acceptance tests using TestAcc prefix with go test -run and TF_ACC, plus debugging steps.
testingautomationdevopsci-cd
🧪 Run Rust Tests
This skill analyzes Rust changes and runs affected crate tests to verify correctness after edits.
testingdebuggingrustci-cd
🧪 Run Test
This skill runs project tests efficiently, supporting all tests, single files, or patterns to streamline CI and local validation.
testingunit-testsintegration-testsci-cd
🐛 Rust
Rust Constraints. No unwrap, Idiomatic Iterators, Tokio, Error Handling.
plutowangdebugging
🛡️ Rust
This skill helps you develop memory-safe, high-performance Rust backends for Tauri apps, focusing on ownership, async patterns, and secure IPC.
backendsecurityperformancetesting
🐛 Rust Async
This skill helps you implement and optimize advanced Rust async patterns, including streams, backpressure, cancellation, and join operations, across real-world
rustperformancebackenddebugging
🧪 Rust Best Practices
This skill helps you write idiomatic Rust code by applying Apollo's best practices for ownership, error handling, testing, and performance.
rustperformancetestingcode-review
🔍 Rust Call Graph
This skill visualizes Rust function call graphs using LSP, helping you quickly understand callers and callees with depth control.
aidebuggingscriptingcli
🔍 Rust Code Navigator
This skill helps navigate large Rust codebases by locating definitions, references, and hover info via LSP.
clidebuggingdocsproductivity
🧪 Rust Complete
This skill guides Rust developers through error handling, testing, and logging patterns, demonstrated via includes composition and practical CLI examples.
debuggingtestinglintingformatting
🐛 Rust Deps Visualizer
This skill visualizes Rust project dependencies as ASCII art, helping you quickly understand structure, depth, and feature-driven relationships.
cliscriptingproductivitydebugging
🧪 Rust Design Patterns
This skill helps you write idiomatic Rust by applying ownership and pattern-based guidance for APIs, borrowing, and safe abstractions.
code-reviewdesignrefactordebugging
🐛 Rust Gpu
This skill helps optimize GPU memory management and CUDA/OpenCL workflows in Rust engineering, enabling efficient data transfer, memory access, and kernel
rustperformancedebuggingscripting
🔍 Rust Knowledge Patch
This skill helps you leverage Rust 2024-2026 features, including async closures and extract_if, to modernize code safely and efficiently.
rustaicode-reviewdebugging
🧪 Rust Mastery Skill
This skill transforms Claude into a pragmatic senior Rust engineer, guiding scalable architecture, safe memory, tooling, and high-quality reviews.
backenddevopscode-reviewdebugging
🛡️ Rust Reviewer
This skill performs thorough Rust code reviews focusing on ownership, lifetimes, error handling, unsafe auditing, and idiomatic patterns to improve safety and
code-reviewdebuggingsecurityperformance
🧪 Rust Skill
This skill helps you diagnose and optimize Rust code by guiding ownership, lifetimes, concurrency, and async patterns with practical examples.
rustdebuggingperformancetesting
🔍 Rust Symbol Analyzer
This skill analyzes a Rust project to reveal structure and symbols using LSP, listing modules, structs, traits, and functions.
aiautomationcliscripting
🔍 Rust Systems Programming
This skill helps you master Rust systems programming by teaching ownership, concurrency, async, unsafe code, and performance optimization for safe,
performancedebuggingclirefactor
🔍 Rust Trait Explorer
This skill helps you explore Rust trait implementations and find all implementors using LSP-driven insights for faster polymorphism understanding.
debuggingproductivityclicode-review
🔍 Rust Unsafe
This skill helps engineers write safer, higher-performance unsafe Rust code by enforcing SAFETY comments, validating patterns, and guiding FFI and pointer use.
rustperformancedebuggingcode-review
🧪 S Test
This skill helps you write and run unit tests for World of Warcraft addons using Busted and Mechanic, improving coverage and reliability.
testingunit-testsdebuggingscripting
🐛 Safari Tabs
This skill helps you manage Safari tabs, reading lists, and bookmarks with AppleScript, enabling analysis, deduplication, export, and cleanup.
automationproductivitycliscripting
🛡️ Safety Checklist
This skill helps validate robotics safety by applying a structured safety checklist to code, URDF, and configurations, highlighting gaps before deployment.
aiautomationpythoncode-review
🐛 Sanity Best Practices
This skill guides Sanity developers in GROQ performance, schema design, and integration to optimize content workflows.
performancedesigndebuggingdocs
🐛 Sap Btp Job Scheduling
This skill provides comprehensive guidance for SAP BTP Job Scheduling Service development, configuration, and operations. It should be used when creating, managing, or troubleshooting scheduled jobs on SAP Business Technology Platform. The skill covers service setup, REST API usage, schedule types a
secondskydebugging
🐛 Sap Sac Scripting
Comprehensive SAC scripting skill for SAP Analytics Cloud Analytics Designer and Optimized Story Experience. This skill should be used when the user asks to "create SAC script", "debug Analytics Designer", "optimize SAC performance", "planning operations in SAC", "filter data in SAC", "use DataSourc
secondskydebugging
🐛 Sap Sqlscript
This skill should be used when the user asks to "write a SQLScript procedure", "create HANA stored procedure", "implement AMDP method", "optimize SQLScript performance", "handle SQLScript exceptions", "debug HANA procedure", "create table function", or mentions SQLScript, SAP HANA procedures, AMDP,
secondskydebugging
🧪 Schema
This skill helps you validate and transform data using Effect Schema, enabling type-safe decoding, encoding, and expressive, customizable validation errors.
databackendapidebugging
🐛 Schema Exploration
This skill helps you explore database schemas, map table relationships, and extract column details and sample data for informed queries.
sqldatabasedataanalytics

More Tags

automation (2772) ai (1905) testing (1783) backend (1548) scripting (1540) code-review (1426) docs (1343) api (1308) frontend (1279) productivity (1166) devops (1160) data (1050) workflow (1015) cli (1007) performance (984) security (836) analytics (822) design (787) python (653) ci-cd (633)

Get the best new skills
in your inbox

Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.