Coding
327 results
Implementation Guidance
Guide me in implementing: [Algorithm description] Please provide: 1. Pseudocode outline 2. Key functions and their purposes 3. Data structure implementations 4…
Solution Strategy
Help me design an algorithm for: [Problem description] Consider: 1. Time and space complexity requirements 2. Potential approaches (brute force, divide & conqu…
Problem Analysis
Analyze this algorithmic problem: [Describe your problem] Please provide: 1. Problem breakdown and key components 2. Input/output specifications 3. Constraints…
Tech Debt Triage
Triage tech debt into prioritized work.
Refactoring Strategy
Build a refactoring strategy without breaking the world.
Runbook Generator
Create an operational runbook for a specific scenario.
Incident Post-Mortem
Write a blameless post-mortem for a production incident.
Error Message Designer
Rewrite cryptic error messages to be useful and humane.
Migration Plan (Library / Framework)
Plan a safe migration between versions or libraries.
Performance Profiler Plan
Plan a profiling and optimization pass for a slow part of the code.
API Client from Spec
Generate a typed API client from a spec or sample requests.
Code Comment Cleanup
Remove useless comments and add meaningful ones where missing.
TypeScript Type Helper
Build a TypeScript type for a tricky scenario.
Pull Request Description Writer
Write a clear PR description from a diff or change summary.
Algorithm Explainer
Explain an algorithm clearly, with intuition, code, and complexity.
CI/CD Pipeline Drafter
Draft a CI/CD pipeline for a project from scratch.
Dockerfile Builder
Build a production-ready Dockerfile with multi-stage builds and best practices.
Git Workflow Coach
Solve tricky git situations with safe, clear command sequences.
System Design Walkthrough
Walk through a system design problem like a senior engineer would.
Refactor for Readability
Refactor a function for clarity without changing behavior.
Unit Test Generator
Generate thorough unit tests for a function, covering edge cases.
API Endpoint Designer
Design RESTful API endpoints for a feature with full request/response specs.
SQL Query Optimizer
Analyze and rewrite a slow SQL query for better performance.
Regex Builder & Explainer
Build and explain a regex for a specific matching task.
Convert Code Between Languages
Idiomatically convert code from one language to another.
Bug Diagnosis Helper
Diagnose a bug from an error message, stack trace, or unexpected behavior.
Code Review Assistant
Get a thorough senior-engineer-style review of code you paste in.