docs: Add Warp AI tool page and cross-reference new support pages#2
docs: Add Warp AI tool page and cross-reference new support pages#2ridgelawrence wants to merge 1 commit intomainfrom
Conversation
- Add ai-tools/warp.mdx with Agent Skills setup guide (matching claude-code, cursor, windsurf pattern) - Add Warp to AI Tools navigation in docs.json - Update support/overview.mdx with cards linking to Submit Ticket and Client Portal Login pages - Update support/contact.mdx with references to the new submit-ticket and client-login pages Triggered by: - docs@12f9d1c: Add ticket submission and client portal login pages - oz-skills@2ca570e: Initial commit adding Warp agent skills collection Co-Authored-By: Warp <agent@warp.dev>
📝 WalkthroughWalkthroughyo so basically we're dropping a new doc on this warp thing (like the ai agent oz whatever), hooking it into the nav, and then beefing up the support section with some new cards and links for submitting tickets and the client portal. pretty straightforward stuff honestly Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@ai-tools/warp.mdx`:
- Around line 94-95: The link label and href in the Tip markdown are
inconsistent: the visible text says "github.com/anthropics/agent-skills" but the
href points to "https://agentskills.io"; update the Tip's markdown link so text
and URL match—either change the link text to "agentskills.io" (or
"agentskills.io — agent-skills") to match the existing href, or change the href
to "https://github.com/anthropics/agent-skills" so it matches the GitHub label
in the Tip block.
ℹ️ Review info
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Disabled knowledge base sources:
- Linear integration is disabled
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (4)
ai-tools/warp.mdxdocs.jsonsupport/contact.mdxsupport/overview.mdx
| <Tip> | ||
| You can find a curated collection of reusable skills at [github.com/anthropics/agent-skills](https://agentskills.io). |
There was a problem hiding this comment.
Link text doesn’t match the actual URL (Line 95).
The label says GitHub, but the link goes to agentskills.io. Pick one and align both for clarity.
🔧 Suggested fix
- You can find a curated collection of reusable skills at [github.com/anthropics/agent-skills](https://agentskills.io).
+ You can find a curated collection of reusable skills at [agentskills.io](https://agentskills.io).📝 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.
| <Tip> | |
| You can find a curated collection of reusable skills at [github.com/anthropics/agent-skills](https://agentskills.io). | |
| <Tip> | |
| You can find a curated collection of reusable skills at [agentskills.io](https://agentskills.io). | |
| </Tip> |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@ai-tools/warp.mdx` around lines 94 - 95, The link label and href in the Tip
markdown are inconsistent: the visible text says
"github.com/anthropics/agent-skills" but the href points to
"https://agentskills.io"; update the Tip's markdown link so text and URL
match—either change the link text to "agentskills.io" (or "agentskills.io —
agent-skills") to match the existing href, or change the href to
"https://github.com/anthropics/agent-skills" so it matches the GitHub label in
the Tip block.
Documentation Auto-Update — Feb 24, 2026
Automated documentation updates triggered by recent code changes across the WRLD repositories.
Changes
New: Warp AI Tool Setup Guide (
ai-tools/warp.mdx)docs.jsonoz-skills@2ca570e— Initial commit adding Warp agent skills collectionUpdated: Support Overview (
support/overview.mdx)docs@12f9d1c— Add ticket submission and client portal login pagesUpdated: Contact Support (
support/contact.mdx)/support/submit-ticketform and/support/client-loginportaldocs@12f9d1c— Add ticket submission and client portal login pagesReview Checklist
This PR was generated with Warp.
Summary by CodeRabbit