Skip to content

docs: Unlock the full potential - Add Use Cases and Contributing Guid…#352

Open
talesperito wants to merge 2 commits into
x1xhlol:mainfrom
talesperito:talesperito-patch-1
Open

docs: Unlock the full potential - Add Use Cases and Contributing Guid…#352
talesperito wants to merge 2 commits into
x1xhlol:mainfrom
talesperito:talesperito-patch-1

Conversation

@talesperito
Copy link
Copy Markdown

@talesperito talesperito commented Jan 19, 2026

…elines

This PR adds two powerful sections that will help users understand and leverage the incredible value of this repository:

💡 Use Cases

Showcases real-world applications across 5 key user groups:

  • 🎯 Developers: Code review, documentation, bug fixing, refactoring
  • 📝 Content Creators: Writing, SEO, multi-language support
  • 🎨 Designers & No-Code Builders: Rapid prototyping, UI/UX, components
  • 🔬 Researchers & Analysts: Data analysis, literature review, reports
  • 🏢 Teams & Organizations: Knowledge base, onboarding, standardization

🤝 Contributing

Provides clear guidelines to grow this amazing community:

  • Step-by-step contribution process
  • Quality standards and best practices
  • PR template for consistency
  • Community engagement encouragement

Why this matters: This repository is a goldmine for AI productivity. These additions will help more people discover its potential and contribute to making it even better. Together, we're building the most comprehensive AI prompts resource in the world! 🚀🌟

Summary by CodeRabbit

  • Documentation
    • Expanded README with a comprehensive "Use Cases" section showcasing prompts and examples for Developers, Content Creators, Designers & No-Code Builders, Researchers & Analysts, and Teams.
    • Added a full "Contributing" guide covering how to add/update prompts, report issues, contribution guidelines, a PR template, and community participation info.
    • Note: the new sections were duplicated in the README and appear twice.

✏️ Tip: You can customize this high-level summary in your review settings.

…elines

This PR adds two powerful sections that will help users understand and leverage the incredible value of this repository:

## 💡 Use Cases
Showcases real-world applications across 5 key user groups:
- 🎯 Developers: Code review, documentation, bug fixing, refactoring
- 📝 Content Creators: Writing, SEO, multi-language support
- 🎨 Designers & No-Code Builders: Rapid prototyping, UI/UX, components
- 🔬 Researchers & Analysts: Data analysis, literature review, reports
- 🏢 Teams & Organizations: Knowledge base, onboarding, standardization

## 🤝 Contributing
Provides clear guidelines to grow this amazing community:
- Step-by-step contribution process
- Quality standards and best practices
- PR template for consistency
- Community engagement encouragement

**Why this matters**: This repository is a goldmine for AI productivity. These additions will help more people discover its potential and contribute to making it even better. Together, we're building the most comprehensive AI prompts resource in the world! 🚀🌟
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jan 19, 2026

Walkthrough

README.md expanded with new "Use Cases" (roles with example prompts) and a "Contributing" section (guidelines, PR template, community). Changes are documentation-only and duplicated within the file. No code or behavior changes.

Changes

Cohort / File(s) Summary
Documentation Expansion
README.md
Added a comprehensive "Use Cases" section covering Developers, Content Creators, Designers & No-Code Builders, Researchers & Analysts, and Teams & Organizations with example prompts. Added a full "Contributing" section (adding/updating prompts, reporting issues, guidelines, PR template, community). Content appears duplicated in the file.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐇 I hopped through lines of docs today,
New use-cases bloom along the way,
Contribution paths laid out with care,
Prompts and templates everywhere,
A little README, ready to share ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main changes: adding Use Cases and Contributing Guide sections to the documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🤖 Fix all issues with AI agents
In `@README.md`:
- Around line 136-139: Update the redundant label "- **SEO Optimization**: Apply
AI to improve content discoverability" under the "### 📝 For Content Creators"
section by replacing "**SEO Optimization**" with either "**SEO**" or the full
phrase "**Search Engine Optimization**" (choose one consistent form) so the list
item reads e.g. "- **SEO**: Apply AI to improve content discoverability"; keep
the rest of the bullet unchanged.
- Line 209: Change the final sentence "**Thank you for helping build the most
comprehensive AI prompts repository! Your contributions make a real difference
in how people work with AI. 🚀**" into a proper Markdown heading (e.g., prefix
with one or more '#' characters) so it becomes a heading rather than a bare
paragraph; update the README.md by replacing that closing sentence with an
appropriate heading level like "# Thank you for helping build the most
comprehensive AI prompts repository!" (you can keep the second sentence as a
subheading or sentence under it) to satisfy MD036.
- Around line 168-173: Add a language identifier to the fenced code block in the
README excerpt so it becomes ```text instead of ```; locate the block containing
"Tool Name/ ├── Prompt.txt ..." (the system prompt/tree snippet) and change the
opening fence to include the language token (e.g., text) to satisfy MD040 and
improve rendering.
🧹 Nitpick comments (1)
README.md (1)

186-191: Add a guideline to preserve prompt formatting verbatim.
This aligns with repo expectations for prompt authenticity. Based on learnings, consider adding a bullet that contributors must keep original formatting, tags, and quirks intact.

🧾 Suggested addition
 - **Format**: Follow the existing directory and file structure
+- **Preservation**: Keep original prompt formatting, tags, and quirks exactly as found
 - **Description**: Include clear documentation for new prompts

Comment thread README.md
Comment thread README.md
Comment on lines +168 to +173
```
Tool Name/
├── Prompt.txt # Main system prompt
├── Tools.json # Available tools/functions (if applicable)
└── [Version].txt # Version-specific prompts
```
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Add a language to the fenced code block.
This avoids MD040 and improves rendering.

🧾 Suggested tweak
-  ```
+  ```text
   Tool Name/
   ├── Prompt.txt          # Main system prompt
   ├── Tools.json          # Available tools/functions (if applicable)
   └── [Version].txt       # Version-specific prompts
</details>

<!-- suggestion_start -->

<details>
<summary>📝 Committable suggestion</summary>

> ‼️ **IMPORTANT**
> Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

```suggestion

🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

168-168: Fenced code blocks should have a language specified

(MD040, fenced-code-language)

🤖 Prompt for AI Agents
In `@README.md` around lines 168 - 173, Add a language identifier to the fenced
code block in the README excerpt so it becomes ```text instead of ```; locate
the block containing "Tool Name/ ├── Prompt.txt ..." (the system prompt/tree
snippet) and change the opening fence to include the language token (e.g., text)
to satisfy MD040 and improve rendering.

Comment thread README.md

---

**Thank you for helping build the most comprehensive AI prompts repository! Your contributions make a real difference in how people work with AI. 🚀**
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Promote the closing sentence to a heading.
Avoid MD036 by using a proper heading.

🧾 Suggested tweak
-**Thank you for helping build the most comprehensive AI prompts repository! Your contributions make a real difference in how people work with AI. 🚀**
+## 🙏 Thank you for helping build the most comprehensive AI prompts repository!
+Your contributions make a real difference in how people work with AI. 🚀
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
**Thank you for helping build the most comprehensive AI prompts repository! Your contributions make a real difference in how people work with AI. 🚀**
## 🙏 Thank you for helping build the most comprehensive AI prompts repository!
Your contributions make a real difference in how people work with AI. 🚀
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

209-209: Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)

🤖 Prompt for AI Agents
In `@README.md` at line 209, Change the final sentence "**Thank you for helping
build the most comprehensive AI prompts repository! Your contributions make a
real difference in how people work with AI. 🚀**" into a proper Markdown heading
(e.g., prefix with one or more '#' characters) so it becomes a heading rather
than a bare paragraph; update the README.md by replacing that closing sentence
with an appropriate heading level like "# Thank you for helping build the most
comprehensive AI prompts repository!" (you can keep the second sentence as a
subheading or sentence under it) to satisfy MD036.

Addressed CodeRabbit AI feedback: Changed "SEO Optimization" to "Search Engine Optimization" to avoid redundant acronym usage. SEO already means "Search Engine Optimization", so the previous wording was repetitive.
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@README.md`:
- Around line 138-139: The bullet for "**Search Engine Optimization**:" is
missing its description; update the README.md bullet list so the line reads "-
**Search Engine Optimization**: <concise description>" and add a short
description (e.g., mention improving visibility via on-page SEO, meta tags,
structured data, and content optimization) following the colon to match the
pattern used by the other bullets; edit the existing "Search Engine
Optimization" label rather than adding a new bullet.
♻️ Duplicate comments (2)
README.md (2)

209-209: Consider converting emphasized text to a proper heading.

The closing message uses bold text which triggers MD036. Converting to a heading improves document structure.

📝 Suggested fix
-**Thank you for helping build the most comprehensive AI prompts repository! Your contributions make a real difference in how people work with AI. 🚀**
+## 🙏 Thank You
+
+Thank you for helping build the most comprehensive AI prompts repository! Your contributions make a real difference in how people work with AI. 🚀

168-173: Add language identifier to fenced code block.

The code block lacks a language identifier, which affects rendering and triggers MD040.

📝 Suggested fix
-  ```
+  ```text
   Tool Name/
   ├── Prompt.txt          # Main system prompt
   ├── Tools.json          # Available tools/functions (if applicable)
   └── [Version].txt       # Version-specific prompts

</details>

</blockquote></details>

</blockquote></details>

<!-- This is an auto-generated comment by CodeRabbit for review status -->

Comment thread README.md
Comment on lines +138 to +139
- **Search Engine Optimization**:
- **Multi-language Support**: Translate and adapt content across languages
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Complete the incomplete bullet point.

Line 138 has a label "Search Engine Optimization:" but is missing the description text that follows the colon. All other bullet points in this section follow the pattern "- Label: Description text".

📝 Suggested fix
-- **Search Engine Optimization**:
+- **Search Engine Optimization**: Apply AI to improve content discoverability
 - **Multi-language Support**: Translate and adapt content across languages
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- **Search Engine Optimization**:
- **Multi-language Support**: Translate and adapt content across languages
- **Search Engine Optimization**: Apply AI to improve content discoverability
- **Multi-language Support**: Translate and adapt content across languages
🤖 Prompt for AI Agents
In `@README.md` around lines 138 - 139, The bullet for "**Search Engine
Optimization**:" is missing its description; update the README.md bullet list so
the line reads "- **Search Engine Optimization**: <concise description>" and add
a short description (e.g., mention improving visibility via on-page SEO, meta
tags, structured data, and content optimization) following the colon to match
the pattern used by the other bullets; edit the existing "Search Engine
Optimization" label rather than adding a new bullet.

friuns2 pushed a commit to friuns2/system-prompts-and-models-of-ai-tools that referenced this pull request Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants