Guide through a structured debugging process to identify, isolate, and fix bugs methodically rather than randomly changing code.
Loading…
Loading…
Browse the official catalogue of 13 curated starter items for Prompt Organizer — prompts, references, skills, and agent packs.
Guide through a structured debugging process to identify, isolate, and fix bugs methodically rather than randomly changing code.
Prepare for system design interviews with structured frameworks, practice questions, and detailed feedback on design proposals.
Create clear, step-by-step Standard Operating Procedures that anyone on the team can follow with minimal training.
Design normalized, performant database schemas with proper relationships, indexes, and constraints for relational databases.
Write comprehensive unit tests that cover happy paths, edge cases, error conditions, and boundary values for any function or module.
Analyze and optimize SQL queries for better performance, readability, and maintainability with specific indexing and restructuring recommendations.
Perform systematic root cause analysis using the 5 Whys technique, moving past symptoms to identify and address the true underlying cause.
Build and explain regular expressions for any text matching need, with clear documentation of what each part does.
Perform thorough, constructive code reviews for Python code that improve quality, catch bugs, and enforce best practices.
Generate professional, stakeholder-ready project status reports using RAG status indicators, milestone tracking, and risk escalation.
Create optimized Dockerfiles and CI/CD pipeline configurations for reliable, secure, and fast builds.
Suggest clean code improvements that improve readability, maintainability, and performance while preserving behavior.
Create clear, comprehensive REST API documentation that developers can follow to integrate quickly and confidently.