Multimodal Task Prompt
Works identically on GPT-4o vision and Gemini multimodal. The structured format ensures both models extract the same categories of information rather than giving vague descriptions.
I'm sharing {{media_type}} with you. Analyze it and provide: 1. **Description**: What you see/hear in detail (be specific about elements, layout, colors, text) 2. **Key information extraction**: Pull out all data points, names, numbers, dates, or actionable items 3. **Quality assessment**: Rate the {{media_type}} quality on a 1-10 scale with justification 4. **Suggestions**: {{num_suggestions}} specific, actionable improvements 5. **Accessibility**: Note any accessibility concerns (alt text needed, contrast issues, readability) Format the extracted information as a structured table where applicable.
Variables to customize
Why this prompt works
Works identically on GPT-4o vision and Gemini multimodal. The structured format ensures both models extract the same categories of information rather than giving vague descriptions.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Get thorough code reviews with actionable feedback tailored to your language, framework, and standards.
Context-Aware Code CompletionProviding the surrounding code and project context lets the model match existing patterns exactly. The constraint against modifying existing code prevents unwanted side effects.
Inline Code SuggestionConstraining suggestions to match existing style and scope produces insertions that feel native to the codebase. The 'no explanation' rule mimics real inline completion behavior.
Code ExplanationThe audience level parameter adjusts complexity automatically. Requiring a usage example ensures the explanation is practical, not just theoretical.