fix(skills): refresh stale docs URLs and wren-engine repo references#2304
Conversation
The post-rebrand doc reorg moved get_started/{installation,quickstart}.md
under docs/core/ and relocated connect.md to docs/core/guides/. The
canonical repo URL is now Canner/WrenAI rather than Canner/wren-engine.
Update every link in the onboarding skill so agents land on real pages
instead of stale paths.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…l skills After the previous wren-onboarding doc-URL pass, several stale references to the old `Canner/wren-engine` repo and an obsolete docs path remained across the rest of the skill bundle. Update them so every skill, the top-level index.json, and the Claude plugin manifest all point at the canonical `Canner/WrenAI` repo. Specifically: - skills/index.json: top-level + four per-skill `repository` URLs, plus the wren-onboarding description (connect.md was relocated from `docs/core/get_started/` to `docs/core/guides/`). - skills/.claude-plugin/plugin.json: `repository` field. - wren-generate-mdl / wren-usage / wren-onboarding SKILL.md: the Version-check raw.githubusercontent URL and the `npx skills add` command shown to users. - wren-usage SKILL.md: the docs tree link now points at `WrenAI/tree/main/docs/core` (post-rebrand layout). - wren-onboarding SKILL.md: error-fallback hint now links to `docs.getwren.ai/oss/introduction` (the old `oss/engine` section no longer exists) and the GitHub issues URL uses the canonical repo. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
WalkthroughThis PR updates repository references across skill plugin configuration and documentation from the legacy ChangesRepository reference migration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 |
Summary
Cleans up two classes of stale references that survived the post-rebrand docs/repo reorg:
Canner/wren-engine→Canner/WrenAI— top-levelskills/index.jsonrepository field + four per-skillrepositoryfields, the Claude plugin manifest, theraw.githubusercontent.comVersion-check URL in three SKILL.md files, thenpx skills addcommand shown to users in those same three skills, the docs tree link inwren-usage, and the GitHub issues URL in thewren-onboardingerror fallback.docs/get_started/{installation,quickstart}.md→docs/core/get_started/{installation,quickstart}.mddocs/get_started/connect.md→docs/core/guides/connect.md(connect.md was relocated toguides/, notget_started/)wren-usagedoc tree link now points atWrenAI/tree/main/docs/corewren-onboardingerror-fallback hint now links todocs.getwren.ai/oss/introduction(the oldoss/engineURL pattern no longer exists)index.jsonwren-onboarding description text corrected to match the new connect.md pathAfter this PR, a repo-wide grep for
Canner/wren-engine,docs/get_started/, anddocs/core/get_started/connect.mdinsideskills/returns zero hits.Out of scope (kept for a separate decision)
#troubleshooting,#per-datasource-setup-notes) — the newdocs/core/guides/connect.mdis slimmer and these anchors no longer exist; URLs degrade to page top. Treat as a content question rather than a URL fix.wren --version"not installed" branch and thepip installstep buried inside Step 2's batch can let agents skip installation; deferred to its own change.Test plan
grep -rnE 'Canner/wren-engine|docs/get_started/|docs\.getwren\.ai/oss/engine' skills/returns no hits.skills/index.jsonstill parses as valid JSON andnpx skills add Canner/WrenAI --skill wren-onboardingruns against the renamed repo.🤖 Generated with Claude Code
Summary by CodeRabbit