Tag
Debugging prompts
20 prompts
Deep Research Coding Support
Deep Research Coding Support
Expert Python Programming AI Companion
Provide personalized, high-quality Python guidance with clear explanations, reviewed code, and best-practice workflows.
Debug Architect Root Cause Analyzer
Diagnose complex software bugs by ranking likely causes and providing a fix strategy with architectural impact.
JavaScript Console Emulator
Simulate a JavaScript console by returning exact console output for executed commands.
Debugging Session Documentation Framework
Creates structured documentation templates for tracking complex debugging sessions, including problem analysis, solution attempts, and knowledge capture for future reference.
Database Connection Pool Optimizer
Generate an optimized database connection pool configuration with sizing calculations, health checks, retry logic, and monitoring for high-performance database access.
Frontend Error Boundary and Fallback Designer
Generates a complete error handling architecture with error boundaries, fallback UIs, retry logic, error reporting integration, and graceful degradation patterns for your frontend application.
Storybook Configuration and Story Writer
Generates complete Storybook configuration, story files with all variants, interactive controls, documentation pages, and visual testing setup for your component library.
Frontend Performance Bundle Analyzer and Optimizer
Analyzes your frontend bundle configuration, identifies performance bottlenecks, and generates specific optimization strategies with code changes for tree-shaking, code splitting, and lazy loading.
Race Condition Finder and Fix Generator
Detects race conditions and concurrency bugs in your code by analyzing shared state access, async timing, and thread safety, then generates thread-safe fixes with verification tests.
REST API Error Handling Standardizer
Generate a standardized API error handling system with error classes, response formatting, error codes, logging, and client-friendly error messages following RFC 7807.
Memory Leak Detector and Fix Guide
Identifies memory leaks in your application code by analyzing allocation patterns, reference cycles, and resource cleanup, then provides targeted fixes with before/after comparisons.
TypeScript Type Utility Generator
Generates advanced TypeScript type utilities, mapped types, conditional types, and generic patterns for common frontend patterns like API responses, form state, component props, and configuration objects.
WCAG Compliance Checker and Remediation Guide
Performs a systematic WCAG 2.2 compliance check across all four principles (Perceivable, Operable, Understandable, Robust) and generates a prioritized remediation plan with code fixes.
Logging and Observability Setup Generator
Generate a complete logging and observability stack with structured logging, distributed tracing, metrics collection, alerting rules, and dashboard configurations for your backend.
Error Log Parser and Pattern Analyzer
Analyzes error logs to identify recurring patterns, correlate failures across services, extract actionable root causes, and generate prioritized fix recommendations.
Dependency Conflict Resolver
Diagnoses and resolves dependency version conflicts, peer dependency issues, and incompatible package combinations with step-by-step resolution strategies and lockfile management.
Component Unit Testing Template Generator
Generates comprehensive unit testing templates for frontend components with testing patterns for user interactions, async behavior, accessibility checks, and snapshot testing in your chosen testing framework.
Browser Compatibility Fix Generator
Identifies browser compatibility issues in your frontend code and generates cross-browser fixes with polyfills, fallbacks, and progressive enhancement patterns for your target browser matrix.
State Management Pattern Selector and Implementer
Analyzes your application requirements and recommends the optimal state management pattern, then generates a complete implementation with types, actions, selectors, and component integration code.