AiPromptss

Coding

327 results

Coding

Implementation Guidance

Guide me in implementing: [Algorithm description] Please provide: 1. Pseudocode outline 2. Key functions and their purposes 3. Data structure implementations 4…

chatgpt-technical-algorithm-design
Coding

Solution Strategy

Help me design an algorithm for: [Problem description] Consider: 1. Time and space complexity requirements 2. Potential approaches (brute force, divide & conqu…

chatgpt-technical-algorithm-design
Coding

Problem Analysis

Analyze this algorithmic problem: [Describe your problem] Please provide: 1. Problem breakdown and key components 2. Input/output specifications 3. Constraints…

chatgpt-technical-algorithm-design
Coding

Tech Debt Triage

Triage tech debt into prioritized work.

planningtech-debt
Coding

Refactoring Strategy

Build a refactoring strategy without breaking the world.

refactortech-debt
Coding

Runbook Generator

Create an operational runbook for a specific scenario.

documentationops
Coding

Incident Post-Mortem

Write a blameless post-mortem for a production incident.

incidentsops
Coding

Error Message Designer

Rewrite cryptic error messages to be useful and humane.

errorsux
Coding

Migration Plan (Library / Framework)

Plan a safe migration between versions or libraries.

refactormigration
Coding

Performance Profiler Plan

Plan a profiling and optimization pass for a slow part of the code.

performanceprofiling
Coding

API Client from Spec

Generate a typed API client from a spec or sample requests.

apiclient
Coding

Code Comment Cleanup

Remove useless comments and add meaningful ones where missing.

refactorcomments
Coding

TypeScript Type Helper

Build a TypeScript type for a tricky scenario.

typescripttypes
Coding

Pull Request Description Writer

Write a clear PR description from a diff or change summary.

prdocumentation
Coding

Algorithm Explainer

Explain an algorithm clearly, with intuition, code, and complexity.

algorithmscs
Coding

CI/CD Pipeline Drafter

Draft a CI/CD pipeline for a project from scratch.

cicdgithub-actions
Coding

Dockerfile Builder

Build a production-ready Dockerfile with multi-stage builds and best practices.

dockerdevops
Coding

Git Workflow Coach

Solve tricky git situations with safe, clear command sequences.

gitworkflow
Coding

System Design Walkthrough

Walk through a system design problem like a senior engineer would.

architecturesystem-design
Coding

Refactor for Readability

Refactor a function for clarity without changing behavior.

refactorclean-code
Coding

Unit Test Generator

Generate thorough unit tests for a function, covering edge cases.

testingtdd
Coding

API Endpoint Designer

Design RESTful API endpoints for a feature with full request/response specs.

apirestdesign
Coding

SQL Query Optimizer

Analyze and rewrite a slow SQL query for better performance.

sqldatabaseperformance
Coding

Regex Builder & Explainer

Build and explain a regex for a specific matching task.

regexpatterns
Coding

Convert Code Between Languages

Idiomatically convert code from one language to another.

translateport
Coding

Bug Diagnosis Helper

Diagnose a bug from an error message, stack trace, or unexpected behavior.

debuggingerrors
Coding

Code Review Assistant

Get a thorough senior-engineer-style review of code you paste in.

reviewqualityrefactor