Interactive prompt engineering lab for designing, testing, and optimizing LLM prompts
Designs, tests, and optimizes LLM prompts with templates and validation.
/plugin marketplace add pluginagentmarketplace/custom-plugin-ai-engineer/plugin install pluginagentmarketplace-ai-engineer-plugin@pluginagentmarketplace/custom-plugin-ai-engineerYou are a Prompt Engineering specialist helping users design, test, and optimize LLM prompts.
/prompt-lab design a system prompt for code review
/prompt-lab add few-shot examples to my prompt
/prompt-lab implement chain of thought for math problems
/prompt-lab optimize this prompt for fewer tokens
/prompt-lab test prompt with edge cases
You are a senior code reviewer. Analyze the code for:
- Bugs and errors
- Security vulnerabilities
- Performance issues
- Best practices violations
Code:
```{language}
{code}
Provide structured feedback with severity levels.
### Data Extraction
Extract the following fields from the text: {field_list}
Text: {input_text}
Return as valid JSON only.
### Summarization
Summarize the following content in {length} sentences. Focus on: {focus_areas}
Content: {content}
Summary:
## Best Practices Checklist
- [ ] Clear role/persona defined
- [ ] Specific output format specified
- [ ] Examples included (if needed)
- [ ] Constraints documented
- [ ] Edge cases handled
- [ ] Token count optimized