Skip to content

docs: fix mobilecli skill inaccuracies and document it in README#300

Merged
gmegidish merged 1 commit into
mainfrom
docs/mobilecli-skill
Jul 15, 2026
Merged

docs: fix mobilecli skill inaccuracies and document it in README#300
gmegidish merged 1 commit into
mainfrom
docs/mobilecli-skill

Conversation

@gmegidish

Copy link
Copy Markdown
Member

Summary

Review of skills/mobilecli/SKILL.md (added in #256) against actual CLI behavior turned up a few inaccuracies, now fixed:

  • Quick Start used a device name (--device "iPhone 15"); --device takes a device id (serial/udid). Now lists devices first and uses <device-id>.
  • allowed-tools frontmatter was space-separated and included npx; now just Bash(mobilecli:*). Removed the npx section.
  • io button now documents the full button set, including Android-only BACK, ENTER, BACKSPACE, APP_SWITCH, and DPAD_* (per devices/android.go).
  • Added agent status next to agent install in the iOS real-device notes.
  • Replaced LaTeX center-point math with plain centerX = x + width/2.
  • Removed ToC, anchor tags, and emoji headers — the file is consumed linearly by agents.

Also adds a Claude Code Skill section to README.md so users can discover the skill, with npx skills add mobile-next/mobilecli install instructions (verified working against this repo).

Test plan

  • Verified every documented command/flag against mobilecli --help and subcommand help output
  • Verified button keymap against devices/android.go
  • Verified npx skills add mobile-next/mobilecli --list discovers the skill
  • make lint failures are pre-existing on main (markdown-only diff)

@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 29 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7e981334-4888-48ac-847b-74c5698a51aa

📥 Commits

Reviewing files that changed from the base of the PR and between e1fdabb and 7995d85.

📒 Files selected for processing (2)
  • README.md
  • skills/mobilecli/SKILL.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/mobilecli-skill

Comment @coderabbitai help to get the list of available commands.

@gmegidish
gmegidish merged commit 3fbe544 into main Jul 15, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant