docs: add Browser CLI usage guides and install-skills docs#15
docs: add Browser CLI usage guides and install-skills docs#15xhwSkhizein merged 2 commits intomainfrom
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 37 minutes and 56 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughAdds comprehensive documentation for a new Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 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: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/browser-cli-project-guide-zh.md`:
- Line 13: Replace the hard-coded absolute path
"/home/hongv/workspace/browser-cli/src/browser_cli/cli/main.py" with a
repository-relative path (e.g., "src/browser_cli/cli/main.py" or
"./src/browser_cli/cli/main.py") in docs/browser-cli-project-guide-zh.md; search
for other absolute paths mentioned in the same file (lines noted in the review)
and convert them all to repository-relative paths to ensure links work for other
readers and environments.
In `@docs/browser-cli-usage-guide-zh.md`:
- Around line 228-230: The three markdown links in
docs/browser-cli-usage-guide-zh.md use local absolute paths; update them to
repository-relative paths so they work for all readers: change
/home/hongv/workspace/browser-cli/tasks/interactive_reveal_capture/task.py,
/home/hongv/workspace/browser-cli/tasks/lazy_scroll_capture/task.py, and
/home/hongv/workspace/browser-cli/tasks/douyin_video_download/task.py to
relative links like tasks/interactive_reveal_capture/task.py,
tasks/lazy_scroll_capture/task.py, and tasks/douyin_video_download/task.py
(preserve the existing markdown link syntax and filenames).
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 16573ce7-e617-47c0-99ed-672040ee15a0
📒 Files selected for processing (5)
README.mddocs/browser-cli-project-guide-zh.mddocs/browser-cli-usage-guide-zh.mddocs/install-skills.mddocs/installed-with-uv.md
Summary
browser-cli install-skillsin the README and installed-user docs, plus add a dedicated install guideTesting
Summary by CodeRabbit
browser-cli install-skillscommand, including installation of three packaged skills (browser-cli-converge,browser-cli-delivery,browser-cli-explore) with--dry-runand--targetoptions.