tools debugging Skills
Discover the best skills in this category.
codebase-search
by jakoss
Advanced codebase search using Mantic for finding files, understanding context, and analyzing code impact. Use this skil...
analyze-repo
by miles990
Enterprise-grade repository analysis with arc42/C4 architecture documentation, technical debt quantification, security a...
identify
by ioku24
Identify friction points, bottlenecks, bugs, and technical debt. Use for audits, debugging sessions, when something feel...
ralph-status
by Treytucker05
Check if a Ralph run is active and tail the most recent log.
performance-optimization
by miles990
Profiling, optimization techniques, and performance best practices
Testing strategy, test pyramid (70% unit/25% integration/5% E2E), PGlite patterns, Playwright best practices. Use when w...
triaging-playwright-failu...
by skyasu2
Automated E2E test failure classification and diagnosis workflow for Playwright tests. Triggers when user reports Playwr...
diagnosing-nextjs-perform...
by skyasu2
Next.js Router performance analysis and bottleneck identification workflow. Triggers when user reports performance issue...
TypeScript strictest patterns, type guards, optional properties (exactOptionalPropertyTypes), Drizzle query safety, null...
Identify and mitigate data races arising from concurrent renders and asynchronous effects.
Develop advanced debugging workflows for concurrent rendering, including reproducibility under non-deterministic schedul...
Build high-integrity experimentation frameworks within React applications.
Debug and resolve complex hydration mismatches that cause UI thrashing and content layout shifts.
Design render budget systems that prevent UI regressions under heavy load.
Conduct rigorous, statistically grounded performance profiling for large React applications.
Capture and report runtime errors with component stack traces and user context.
Apply principled memoization techniques to reduce re-rendering without introducing correctness bugs.
Detect, isolate, and fix memory leaks in long-running React Single Page Applications.
Implement deep instrumentation pipelines for tracing, metrics, and real-user monitoring of React apps.
Deep dive into the React Compiler (formerly React Forget) to tune automatic memoization and optimization profiles.
Implement advanced observability to capture concurrent rendering behavior and scheduling anomalies.
Perform comprehensive dead code and clean-up analysis in Python projects using static analysis, coverage, dependency che...
Delegate asynchronous coding tasks to Jules (Google's AI coding agent) to maximize efficiency. Use for code reviews, ref...