Prompt Engineering Guide
LLMs for Pytest
Custom coding instructions for AI Agents - Guidelines
LLM workflow to help me write better code.
<aside>
💡 Talk to the tool as you would talk to a person. Be clear and specific. Make it “do” not “think”. Define specific output format. Give it a list of thinks to avoid.
</aside>
Anweisungssammlung für LLM-gestützte Codeentwicklung
Ich habe Ihre Notizen strukturiert und in thematische Kategorien eingeteilt, um sie übersichtlicher und anwendungsfreundlicher zu gestalten.
1. Code-Analyse und Verständnis
- "Explain what this function does"
- "Explain what this code does"
- "Explain this snippet of code," and include the lines I want to understand
2. Code-Verbesserung und Optimierung
- "Please update the function to make it more understandable and maintainable, including adding comments"
- "How can I improve the design of this code"
- "How to improve the following code"