Add OpenRuna prompt directory link - #1209
Conversation
📝 WalkthroughWalkthroughA new "📂 Related prompt directories" subsection is added to ChangesREADME Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ 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. Comment Warning |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Around line 136-139: The external link for OpenRuna in the "Related prompt
directories" section points to a non-existent URL that will return a 404 error.
Either update the OpenRuna link to a valid resource URL (such as their main site
or a specific existing page), remove the OpenRuna entry entirely if no
appropriate URL can be confirmed, or replace it with an alternative resource
that genuinely provides prompt engineering examples and guides. Ensure any link
you keep is verified to work before finalizing the change.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| ## 📂 Related prompt directories | ||
|
|
||
| - [OpenRuna](https://www.openruna.com/best/prompt-engineering-examples) — Graph directory of prompts, tools, and benchmarks with semantic search and MCP API. | ||
|
|
There was a problem hiding this comment.
🧩 Analysis chain
🌐 Web query:
Is OpenRuna available at https://www.openruna.com/best/prompt-engineering-examples and what does it offer?
💡 Result:
No, the specific URL https://www.openruna.com/best/prompt-engineering-examples is not a valid or known page on the OpenRuna platform [1][2][3]. OpenRuna is an open knowledge platform designed for the AI ecosystem [4]. It functions as a curated, searchable graph of resources, including AI prompts, datasets, agents, skills, tools, collections, workflows, research papers, models, and benchmarks [2][5][3]. While OpenRuna hosts individual prompt pages (such as specialized tool prompts or agent workflows) [1][2][3], it does not appear to maintain a dedicated "best prompt engineering examples" guide at the URL provided. Such guides are common on third-party AI learning blogs [6][7][8], but they are not a standard feature of the OpenRuna knowledge graph itself. You can explore the platform's actual content by browsing its main site at https://www.openruna.com [5].
Citations:
- 1: https://www.openruna.com/prompts/v0-prompts-and-tools-prompt
- 2: https://openruna.com/workflows/ai-agent-chatbot-with-jinaai-webpage-scraper
- 3: https://www.openruna.com/prompts/logic-builder-tool
- 4: https://www.linkedin.com/posts/mohamed-amin-ssh_the-ai-platform-for-human-intelligence-activity-7469907814661017600-UjQu
- 5: https://github.com/openruna
- 6: https://ailearnings.in/blog/prompt-engineering-examples/
- 7: https://www.upgrad.com/blog/prompt-engineering-examples/
- 8: https://aimlinsights.com/prompt-engineering-examples/
The external link in this section is broken and should not be included as-is.
The URL https://www.openruna.com/best/prompt-engineering-examples does not exist on OpenRuna's platform. While OpenRuna is a real knowledge platform for AI resources (prompts, tools, benchmarks, etc.), it does not host a "best prompt engineering examples" guide at the path provided. Users clicking this link will encounter a 404 or incorrect page.
Either:
- Update the link to a valid OpenRuna resource (e.g., their main site
https://www.openruna.comor a specific prompt/tool page) - Remove this entry if no stable, appropriate OpenRuna URL can be confirmed
- Replace it with an alternative resource that actually provides prompt engineering examples
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` around lines 136 - 139, The external link for OpenRuna in the
"Related prompt directories" section points to a non-existent URL that will
return a 404 error. Either update the OpenRuna link to a valid resource URL
(such as their main site or a specific existing page), remove the OpenRuna entry
entirely if no appropriate URL can be confirmed, or replace it with an
alternative resource that genuinely provides prompt engineering examples and
guides. Ensure any link you keep is verified to work before finalizing the
change.
Adds OpenRuna prompt engineering examples — graph-linked prompt catalog (prompt → model → benchmark) with CC0 corpus and agent MCP at https://www.openruna.com/connectors
Summary
Added a new "📂 Related prompt directories" section to the README with a link to OpenRuna, which provides a graph-based directory of prompts, tools, and benchmarks with semantic search capabilities and MCP API access.
Changes
README.md: Added a new "Related prompt directories" section referencing OpenRuna at https://www.openruna.com/best/prompt-engineering-examples, described as a graph directory of prompts, tools, and benchmarks with semantic search and MCP API.