docs: improve coding agent skill mention in README#987
Conversation
Rewords the blurb to a question-style hook, links Claude Code and Cursor, and wraps the install command in a bash code block for clarity.
📝 WalkthroughWalkthroughThe README's v3→v4 migration section is updated: a single-sentence agent skill hint is replaced with a new "Migrating with a coding agent?" subsection containing an explicit fenced ChangesREADME Migration Guidance
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 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 docstrings
🧪 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 |
| **Migrating with a coding agent?** If you use [Claude Code](https://claude.ai/code) or [Cursor](https://cursor.com), add the Auth0.Android migration skill to automate the v3 → v4 upgrade: | ||
|
|
||
| ```bash | ||
| npx skills add auth0/agent-skills --skill auth0-android-major-migration |
There was a problem hiding this comment.
Wrapping the install command in a bash code block instead of inline code was inspired from here auth0/Auth0.swift#1212 (comment)
Summary
Improves the coding agent skill blurb added in #984:
bashcode block instead of inline codeTesting
Documentation-only change — no functional code modified.
Summary by CodeRabbit