-
-
Notifications
You must be signed in to change notification settings - Fork 350
feat: add One Scales to llms.txt hub #467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
You have run out of free Bugbot PR reviews for this billing cycle. This will reset on December 19. To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial. |
WalkthroughA new MDX content file is added to the websites data directory containing metadata and descriptive information for One Scales. The file includes front matter with name, description, website, llms URLs, category, and publication date, followed by markdown body content. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related PRs
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
packages/content/data/websites/one-scales-llms-txt.mdx (1)
1-9: File structure and metadata look good; minor YAML style improvement suggested.The front matter is well-formed and follows the established hub pattern. All required fields (name, description, website, llmsUrl, llmsFullUrl, category, publishedAt) are present and correctly formatted. External verification confirms One Scales is a legitimate service and the URLs are accessible.
One small note: Line 3 uses YAML single-quote escaping (
How-To''s) to represent an apostrophe. While this is valid YAML syntax, it's more idiomatic to use double quotes for strings containing apostrophes:- description: 'We Create Tutorials, How-To''s and Share Insight about E-commerce, Web, Tech, AI, Shopify, Analytics, SEO, PPC, Marketing and More.' + description: "We Create Tutorials, How-To's and Share Insight about E-commerce, Web, Tech, AI, Shopify, Analytics, SEO, PPC, Marketing and More."This avoids the awkward double-quote escaping and improves readability.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
packages/content/data/websites/one-scales-llms-txt.mdx(1 hunks)
🧰 Additional context used
🔍 Remote MCP Linear
Now let me verify the One Scales website and URLs mentioned in the PR to ensure they are valid and accessible.Perfect! I've found substantial and relevant context for this PR review. Let me compile the findings.
Summary of Relevant Context for PR #467 Review
About One Scales
One Scales maintains "The easiest and most powerful tool online to generate llms.txt, llms-full.txt and markdown .md files" on the Apify platform. One Scales "creates and monetizes apps on the Apify platform", including their primary tool to help websites "get discovered, understood, and recommended by ChatGPT, Claude, Google Gemini, Perplexity, Grok, and every AI".
Verification of URLs
The URLs provided in the PR have been verified:
- One Scales' documentation confirms the "LLMS.txt Generator on Apify"
- The generator helps "Visit yourdomain.com/llms.txt in your browser to confirm it's accessible"
- The submission references the correct domain: onescales.com
Context About llms.txt Standard
The llms.txt file is "a proposal to standardise on using an /llms.txt file to provide information to help LLMs use a website at inference time". The format adds "a /llms.txt markdown file to websites to provide LLM-friendly content" that "offers brief background information, guidance, and links to detailed markdown files".
Hub Project Status
Based on Linear data, the llms.txt hub project has active maintenance with multiple completed submissions and ongoing work. The project demonstrates a pattern of adding relevant websites with valid llms.txt implementations (e.g., Vercel).
Submission Pattern Validation
This PR follows the established pattern documented in related PRs #402, #343, and #397, which all add MDX website data entries with the same frontmatter structure (name, description, website, llmsUrl, llmsFullUrl, category, publishedAt).,, [web_search::]
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Validate
🔇 Additional comments (2)
packages/content/data/websites/one-scales-llms-txt.mdx (2)
11-13: Markdown body is consistent with front matter.The body content correctly mirrors the description from the front matter and uses proper markdown formatting with an H1 header.
5-6: Both llms.txt endpoints are accessible and serving valid content.Verification confirms:
https://onescales.com/llms.txtreturns HTTP 200 (after 301 redirect) with valid llms.txt contenthttps://onescales.com/llms-full.txtreturns HTTP 200 (after 301 redirect) with valid llms.txt contentBoth URLs are correctly configured and functioning as intended.
This PR adds One Scales to the llms.txt hub.
Submitted by: ori
Website: https://onescales.com/
llms.txt: https://onescales.com/llms.txt
llms-full.txt: https://onescales.com/llms-full.txt
Category: content-media
This PR was created via admin token for a user without GitHub repository access.
Please review and merge if appropriate.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.