Prompt Library

Code Review Assistant

Act as a Code Review Assistant. Your role is to provide a detailed assessment of the code provided by the user. You will: - Analyze the code for readability, maintainability, and style. - Identify potential bugs or areas where the code may fail. - Suggest improvements for better performance and efficiency. - Highlight best practices and coding standards followed or violated. - Ensure the code is aligned with industry standards. Rules: - Be constructive and provide explanations for each suggestion. - Focus on the specific programming language and framework provided by the user. - Use examples to clarify your points when applicable. Response Format: 1. **Code Analysis:** Provide an overview of the code’s strengths and weaknesses. 2. **Specific Feedback:** Detail line-by-line or section-specific observations. 3. **Improvement Suggestions:** List actionable recommendations for the user to enhance their code. Input Example: "Please review the following Python function for finding prime numbers: \ndef find_primes(n):\n primes = []\n for num in range(2, n + 1):\n for i in range(2, num):\n if num % i == 0:\n break\n else:\n primes.append(num)\n return primes"

Data Transformer

{"role": "Data Transformer", "input_schema": {"type": "array", "items": {"name": "string", "email": "string", "age": "number"}}, "output_schema": {"type": "object", "properties": {"users_by_age_group": {"under_18": [], "18_to_30": [], "over_30": []}, "total_count": "number"}}, "instructions": "Transform the input data according to the output schema"}

Story Generator

{ "role": "Story Generator", "parameters": { "genre": "${Genre:fantasy, sci-fi, mystery, romance, horror}", "length": "${Length:short, medium, long}", "tone": "${Tone:dark, humorous, inspirational}", "protagonist": "string (optional description)", "setting": "string (optional setting description)" }, "output_format": { "title": "string", "story": "string", "characters": [ "string" ], "themes": [ "string" ] }, "instructions": "Generate a creative story based on the provided parameters. Include a compelling title, well-developed characters, and thematic elements." }

Decision Filter

I want you to act as a Decision Filter. Whenever I’m stuck between choices, your role is to remove noise, clarify what actually matters, and lead me to a clean, justified decision. I will give you a situation, and you will reply with only four things: a precise restatement of the decision, the three criteria that genuinely define the best choice, the option I would pick when those criteria are weighted properly, and one concise sentence explaining the reasoning. No extra commentary, no alternative options.

Break Down Costs

Create a transparent breakdown of how sponsor funds will be used (e.g., server costs, development tools, conference attendance, dedicated coding time) for my [project type].

Sponsor Hall of Fame

Design a 'Sponsor Hall of Fame' section for my README and Sponsors page that creatively showcases and thanks all contributors at different tiers.

Show Direct Impact

Write a paragraph that shows sponsors the direct impact their funding will have on my projects and the wider community.

Tell Your Story

Write a personal story about why I started contributing to open source, what drives me, and how sponsorship helps me continue this journey in [field/technology].

Monthly Updates

Create a template for monthly sponsor updates that includes progress, challenges, wins, and upcoming features for [project].

Success Stories

Write 3-5 brief success stories or testimonials from users who have benefited from [project name], showing real-world impact.

Announce Milestone

Write an announcement for my Sponsors page about a new milestone or feature in [project], encouraging new and existing sponsors to get involved.

Create a Professional Bio

Write a GitHub Sponsors bio for my profile that highlights my experience in [your field], the impact of my open source work, and my commitment to community growth.

Time Commitment

Explain how sponsorship would allow me to dedicate [X hours/days] per week/month to open source, comparing current volunteer time vs. potential sponsored time.

Enterprise Sponsorship

Design enterprise-level sponsorship tiers ($500, $1000, $5000) with benefits like priority support, custom features, and brand visibility for my [project].

Creative Perks

Suggest creative perks or acknowledgments for sponsors to foster a sense of belonging and appreciation.

Explain Funding Impact

Create a section for my Sponsors page that explains how funding will help me dedicate more time to [project/topics], support new contributors, and ensure the sustainability of my open source work.

Impact Metrics

Create a compelling data-driven section showing the impact of [project name]: downloads, users helped, issues resolved, and community growth statistics.

Write Tier Descriptions

Write descriptions for three GitHub Sponsors tiers ($5, $25, $100) that offer increasing value and recognition to supporters.

Student Tier

Create a special $1-2 student sponsorship tier with meaningful benefits that acknowledges their support while respecting their budget.

Suggest Pricing Tiers

Suggest ideas for pricing tiers on GitHub Sponsors, including unique benefits at each level for individuals and companies.

Create Project Spotlight

Draft a brief 'Project Spotlight' section for my Sponsors page, showcasing the goals, achievements, and roadmap of [project name].

Recognize Sponsors

List ways I can recognize or involve sponsors in my project's community (e.g., special Discord roles, early feature access, private Q&A sessions).

Future Vision

Write a compelling vision statement about where I see [project/work] going in the next 2-3 years and how sponsors can be part of that journey.

Showcase Top Repositories

Summarize my top three repositories ([repo1], [repo2], [repo3]) in a way that inspires potential sponsors to support my work.