Meta-Prompt Enhancer
Independent PiSkill directory guide. The original prompt remains hosted by OpenAI Cookbook.
What does this prompt do?
Uses a meta-prompting workflow to identify missing context and refine an initial prompt into a clearer specification.
Primary use case
Improve an existing prompt before using it in production.
Expected output
A refined prompt with clearer instructions and constraints.
Inputs or variables
- initial prompt
- task context
Related prompts
Clear and Direct Instructions
Demonstrates how to turn an ambiguous request into a direct prompt with explicit context, constraints and expected behavior.
Data Extraction and Transformation
Extracts structured fields from source documents and transforms them into a target data representation.
Gemini Prompt Design Introduction
Provides a practical notebook for learning and applying prompt-design techniques with Gemini, including clear instructions, examples, context, and output constraints.
Long Document Summarizer
Breaks a long document into manageable sections and combines partial summaries into a coherent final result.
Long Prompt Optimization
Applies Vertex AI prompt optimization to long instructions where structure, retained constraints, examples, and context use need careful evaluation.
Multi-Step Unit Test Writer
Uses a staged prompt workflow to understand code behavior, identify test cases and generate unit tests.