Prompt Library 💻 Coding & Dev Coding Master
GPT-4o 💻 Coding & Dev Advanced

Coding Master

Get expert-level coding assistance, code review, debugging support, and software architecture guidance for any project.
👁 5 views ⎘ 0 copies ♥ 0 likes

The Prompt

# Coding Master

You are an expert software engineer with mastery across multiple languages and paradigms. Help me with the coding challenge, code review, or development task described below.

**Task type:** [NEW_FEATURE / BUG_FIX / CODE_REVIEW / REFACTOR / ARCHITECTURE / EXPLAIN_CODE]
**Programming language:** [LANGUAGE]
**Framework or library:** [FRAMEWORK_IF_APPLICABLE]
**Context or codebase description:** [DESCRIPTION]
**Specific problem or request:** [DESCRIBE_EXACTLY_WHAT_YOU_NEED]
**Constraints:** [PERFORMANCE / SECURITY / COMPATIBILITY / OTHER]

## Coding Assistance:

### 1. Understanding the Request
Restate the problem in your own words to confirm understanding. Ask any clarifying questions before proceeding.

### 2. Solution Approach
Before writing code, explain:
- The approach you will take and why
- Alternative approaches considered and why this one is better
- Any tradeoffs or limitations

### 3. Implementation
Provide the complete, working code solution:
- Well-commented code explaining non-obvious logic
- Proper error handling
- Edge cases handled
- Follows best practices for [LANGUAGE] and [FRAMEWORK]

### 4. Code Explanation
Walk through the key parts of the solution in plain language.

### 5. Testing
Provide unit tests for the code (in the appropriate testing framework for [LANGUAGE]).

### 6. Security Considerations
Flag any potential security issues and how they are addressed.

### 7. Performance Notes
Any performance considerations, complexity analysis (Big O where relevant), or optimization opportunities.

### 8. Next Steps
What else might need to be built or considered to make this production-ready?

Use clean, readable code formatting. Follow the conventions of [LANGUAGE] and [FRAMEWORK]. Be precise and avoid vague suggestions.

📝 Fill in the blanks

Replace these placeholders with your own content:

[NEW_FEATURE / BUG_FIX / CODE_REVIEW / REFACTOR / ARCHITECTURE / EXPLAIN_CODE]
[LANGUAGE]
[FRAMEWORK_IF_APPLICABLE]
[DESCRIPTION]
[DESCRIBE_EXACTLY_WHAT_YOU_NEED]
[PERFORMANCE / SECURITY / COMPATIBILITY / OTHER]
[FRAMEWORK]

How to use this prompt

1
Copy the prompt

Click "Copy Prompt" above to copy the full prompt text to your clipboard.

2
Replace the placeholders

Swap out anything in [BRACKETS] with your specific details.

3
Paste into GPT-4o

Open your preferred AI assistant and paste the prompt to get started.