Prompt category

Coding prompts

Reusable ChatGPT prompts for coding workflows.

68 published prompts

Find a prompt

Search coding prompts.

Code Review 4 steps

Clean, Optimize, Modernize and Robustify Code

Receive brief, focused suggestions to improve code snippets by enhancing cleanliness, modern syntax usage, robustness, and performance through better algorithms and data structures, without full code rewrites or explanations.

codingcode-optimizationcode-reviewmodernization
Code Review 3 steps

Angular Code Review

Review the provided Angular code and provide suggestions to improve readability, performance, security, and other relevant aspects. Include sample code if applicable.

codingangularcode-reviewperformance
Code Execution 7 steps

C/C++ Code Runner

Simulate a C/C++ console that executes commands entered by the user and returns only the terminal output within a code block, without any additional explanation or text.

coding
Game Development 3 steps

Code an Advanced Game in Python Using Pygame

Generate advanced Python game code using Pygame based on a user-provided game description. The output is complete code without explanations or comments.

codinggames
Programming Help 2 steps

Vue Victor

Get expert answers about Vue.js in your preferred language. This prompt enables you to receive detailed responses about Vue.js coding questions in any specified language.

vuejscodingprogramming-helpmultilingual
Programming Assistance 6 steps

Golang Developer Assistant

Act as a Golang developer fluent in TARGETLANGUAGE. Provide Golang code examples upon request, suggest development tools, and discuss performance improvements and integration with other languages.

codinggolangprogrammingdevelopment
Code Review 5 steps

C# Code Review

Expert review of C# code to provide suggestions for improved readability, performance, security, and other best practices, with sample code recommendations if applicable.

codingccode-reviewperformance
Software Architecture 5 steps

C4 Diagram Generator

Generate C4 software architecture diagrams in Mermaid.js syntax, considering both functional and non-functional requirements such as scalability, availability, redundancy, containerization, security, and disaster recovery. Outputs are in markdown format and tailored to the specif

codingsoftware-architecturediagrammermaidjs
Software Development 4 steps

Senior Developer (Get just the code)

Act as a Senior Software Developer and provide only code in the specified language without explanations. Confirm readiness with "I'm Ready to Code" and await code requests.

codingsoftware-developmentprogrammingdeveloper
Code Optimization 6 steps

Code Like a Senior (CLAS)

Analyze a given code snippet to identify its programming language, find parts that can be optimized for efficiency, compactness, and clean architecture, explain the reasons for these optimizations, and provide improved rewritten code. All outputs are in the specified target langu

codingcode-optimizationclean-coderefactoring
WordPress Development 4 steps

Custom Post Type (CPT) Generator for WordPress

Generate code to create a WordPress Custom Post Type with a given name. The CPT slug will be singular based on the name, and only the code in the specified programming language is provided without explanations.

codingwordpresscustom-post-typecpt
Prompt Engineering 7 steps

Generate Script or Function Names Using Standardized Verb-Noun Naming Convention

Learn and apply a standardized naming convention for scripts and functions that uses a verb describing the action and a noun describing the object, joined by underscores. The convention supports variations such as two verbs, two nouns showing genitive relationships, or a noun wit

codingnaming-conventionsscriptingfunctions