feat: add mobilecli skill#256
Conversation
WalkthroughThis pull request adds a new skills/mobilecli/SKILL.md documentation file describing CLI commands, JSON-RPC and WebSocket API usage with examples, filesystem transfer limits, platform-specific notes, and agent best practices, and updates .gitignore to replace the broad 🚥 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)
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 current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@skills/mobilecli/SKILL.md`:
- Around line 13-16: The TOC fragment links are broken; update each target
heading to include an explicit HTML anchor id and change the corresponding TOC
link to point to that stable id (e.g., add <a
id="prerequisites-server-setup"></a> before the "Prerequisites & Server Setup"
heading and update the TOC entry to link to `#prerequisites-server-setup`), and do
the same for "AI Automation Workflows", "Command Reference (CLI)" and "JSON-RPC
Server & WebSocket API" (also apply the same fix for the headings referenced on
lines 20-21) so markdownlint MD051 is satisfied and in-page navigation is
stable.
🪄 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: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 4e860239-476c-480f-aba7-75ea20c753f4
📒 Files selected for processing (2)
.gitignoreskills/mobilecli/SKILL.md
This PR adds the mobilecli skill definition. Inspired by the playwright-cli skill