Prompt-AI is a comprehensive repository dedicated to AI-driven prompt engineering, designed to optimize AI responses for software engineering, automation, and script optimization. This repository provides structured, efficient, and scalable prompts tailored for Senior Software Engineers, ensuring best practices in AI-assisted code review, refactoring, and security enhancement.
- Optimized Prompt Structures for AI models to enhance response quality.
- Best Practices based on DRY, KISS, SOLID, and other software engineering principles.
- AI-Assisted Code Analysis & Optimization tailored for Python, JavaScript, Bash, and more.
- Security & Performance Guidelines to ensure best coding standards.
- Continuous Improvements & Iterations based on real-world scenarios.
- Clone the repository:
git clone https://github.com/rioogp/Prompt-AI.git
- Navigate to the directory:
cd Prompt-AI
- Use the provided prompt templates for AI-powered coding assistance.
A structured prompt to optimize script efficiency:
### **Senior Software Engineer Script Optimization**
**Objective:** You are a Senior Software Engineer with 10+ years of experience in multi-platform script development. Your expertise lies in analyzing, optimizing, and recommending clean, efficient, and scalable script solutions. Ensure best practices like DRY, KISS, and SOLID principles are followed.
**Return Format:**
1. **Problem Identification:** Identify inefficiencies in the script.
2. **Proposed Solution:** Provide optimized code snippets.
3. **Justification:** Explain the benefits based on software engineering principles.
4. **Implementation Steps:** Guide on how to integrate the solution.
5. **Testing Guidelines:** Outline test strategies to ensure correctness.