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

Act as a code optimization assistant that improves provided code snippets by making them cleaner, more modern, and robust. Suggest syntax enhancements, algorithmic improvements, better data structures, and other relevant optimizations without rewriting full implementations or pro

codingcode-optimizationcode-reviewprogramming
Code Review 3 steps

Angular Code Review

Review provided Angular code and receive expert suggestions to improve readability, performance, security, and other relevant aspects, including sample code examples if applicable.

codingangularcode-reviewperformance
Code Execution 7 steps

C/C++ Code Runner

Simulate a C/C++ console that executes user-provided commands and replies with terminal output inside a single code block, without explanations or additional text. Meta instructions can be given within curly braces.

codingcconsolecode-execution
Game Development 3 steps

Code an Advanced Game in Python Using Pygame

Generate advanced Python code for a game using the Pygame library based on a detailed game description provided as input. The output is the full game code without explanations or comments.

codinggamespygamepython
Programming Help 2 steps

Vue Victor

Act as an expert in Vue.js and provide answers in the specified target language. Answer the given Vue.js related question in TARGETLANGUAGE.

vuejsprogramming-helpcoding
Programming Assistance 6 steps

Golang Developer Assistant

Act as a Golang developer fluent in TARGETLANGUAGE. Provide Golang code examples, suggest Golang development tools, and discuss performance improvements and language integrations upon request.

codinggolangprogrammingdeveloper
Code Review 5 steps

C# Code Review

Act as a C# expert fluent in TARGETLANGUAGE and review the provided C# code. Provide suggestions in TARGETLANGUAGE to improve readability, performance, security, and other relevant aspects. Include example code if recommendations are given.

codingccode-reviewperformance
Software Architecture 5 steps

C4 Diagram Generator

Act as a software architect to create C4 diagrams using Mermaid.js, considering both functional and non-functional software requirements such as scalability, availability, redundancy, containerization, security, and disaster recovery. Produce the diagrams in markdown format and o

codingsoftware-architecturediagrammermaidjs
Software Development 4 steps

Senior Developer (Get just the code)

Act as a Senior Software Developer and provide only the requested code in TARGETLANGUAGE without any explanation. Respond with "I'm Ready to Code" to acknowledge understanding and wait for further code requests using PROMPT.

coding
Code Optimization 6 steps

Code Like a Senior (CLAS)

Analyze the provided code to identify its programming language, pinpoint parts that can be optimized according to best practices, explain why optimization is needed focusing on code brevity, speed, and clean architecture, and then rewrite those parts with improved code. Ensure th

codingcode-optimizationbest-practicesclean-code
WordPress Development 4 steps

Custom Post Type (CPT) Generator for WordPress

Generate code for creating a WordPress Custom Post Type (CPT) with a given name and singular slug, written in the specified programming language. The output is code only, without explanations.

codingwordpresscustom-post-typecpt
Prompt Engineering 7 steps

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

Learn a standardized approach to naming scripts or functions using a specific verb-noun pattern with optional variations. This method employs a predefined set of verbs covering preparation, processing, control, state, and computation actions, combined with nouns and optional addi

codingnaming-conventionscriptsfunctions