Generate Social Media Post
Create an attention-grabbing social media post for [Platform] about [Topic]. Target audience: [Target audience]. Tone: [professional / casual / inspiring]. The post should include a clear call-to-action and be no longer than 280 characters.
Target Audience Analysis
Conduct a detailed target audience analysis for [Product/Service] in the [Industry] sector. Describe demographic traits, pain points, buying motivations, and preferred channels. Structure the result as a table with columns: Trait, Description, Relevance (high/medium/low).
Formulate USP
Formulate three concise Unique Selling Propositions (USPs) for [Product]. Context: Industry [Industry], main competitor [Competitor]. Each USP should capture the core benefit in one sentence and clearly differentiate from the competition.
Write Google Ads Copy
Write three Google Ads variations for the keyword [Keyword]. Product: [Product]. Target audience: [Target audience]. Each ad needs: Headline 1 (max 30 chars), Headline 2 (max 30 chars), Description (max 90 chars), and a clear CTA.
Create Landing Page Headline
Create five headline variations for a landing page. Product: [Product]. Target audience: [Target audience]. Main benefit: [Benefit]. Each headline should be under 10 words, clearly communicate the benefit, and motivate the reader to continue. Add a matching subheadline for each.
Create Blog Outline
Create a detailed outline for a blog post about "[Topic]". Target audience: [Target audience]. Target keyword: [Keyword]. Target word count: approx. [Count]. The outline should include an introduction, at least five main sections with sub-points, a conclusion, and a CTA.
Write SEO Meta Description
Write three SEO-optimized meta descriptions for the page "[Page title]". Primary keyword: [Keyword]. Each description should be 140-155 characters long, naturally include the keyword, emphasize the benefit for the reader, and end with a call to action.
Write Newsletter Intro
Write an engaging newsletter introduction (3-5 sentences) about [Topic]. Tone: [formal / approachable / humorous]. Target audience: [Target audience]. The intro should spark curiosity and motivate reading further without giving away all the content.
Write Product Description
Write a compelling product description for [Product]. Target audience: [Target audience]. Key features: [Feature 1], [Feature 2], [Feature 3]. The description should be benefit-oriented, scannable (bullet points), and trigger a purchase impulse in 150-200 words.
Generate FAQ
Create 8 frequently asked questions (FAQ) with answers for [Product/Service]. Target audience: [Target audience]. Consider typical objections, pricing questions, technical requirements, and onboarding. Each answer should be 2-3 sentences long and clearly worded.
Create React Component
Create a React component in TypeScript for [Component description]. Requirements: - Use functional components with hooks. - Props should be defined via a typed interface. - The component should be responsive and use [CSS framework/Tailwind/CSS Modules]. - Add JSDoc comments for the props.
Write API Endpoint
Write a REST API endpoint in [Language/Framework] for the following requirement: Resource: [Resource]. Method: [GET/POST/PUT/DELETE]. The endpoint should include input validation, error handling with appropriate HTTP status codes, and a typed response. Use [ORM/Database] for data access.
Analyze and Fix Bug
Analyze the following code and identify the bug: [Paste code here] Bug description: [Expected behavior] vs. [Actual behavior]. Explain the root cause of the bug, show the corrected code, and suggest how to prevent a similar issue in the future.
Perform Code Review
Perform a thorough code review of the following code: [Paste code here] Evaluate for: readability, performance, security, testability, and best practices. Structure your feedback as a list with severity (critical/medium/low) and concrete improvement suggestions.
Write Unit Test
Write unit tests for the following function using [Vitest/Jest]: [Paste function here] Cover: success case, error case, boundary values, and edge cases. Use descriptive test names in the format "should [expected behavior] when [condition]". Use mocks where needed and briefly explain your test strategy.