一键导入
run
Run the example app on physical devices. Requires .claude/.env with device IDs. Use when asked to run on devices.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the example app on physical devices. Requires .claude/.env with device IDs. Use when asked to run on devices.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a temporary working branch from main. Use when starting a new task or fix.
Bump the package version in pubspec.yaml and add a CHANGELOG entry. Defaults to patch bump.
Run code quality checks — format, test, and analyze. Use when asked to check, lint, format, or test the codebase.
Stage and commit changes with an auto-generated message. Use when asked to commit current changes.
Publish the package to pub.dev. Runs dry-run first, then publishes on confirmation.
Ship the current branch — push, squash-merge to main via PR, tag, and clean up. Use when ready to merge and release.
| name | run |
| description | Run the example app on physical devices. Requires .claude/.env with device IDs. Use when asked to run on devices. |
Run the example app on physical devices. Device IDs are configured in .claude/.env.
Load device IDs from .claude/.env:
ANDROID_DEVICE_ID — Android deviceIOS_DEVICE_ID — iOS deviceThe shell aliases i7 (iOS), a (Android), and m (macOS) may be available but don't work in non-interactive shells. Use flutter run -d <device-id> directly instead.
.claude/.env to get device IDs.$ARGUMENTS (ios, android, macos, or all). Default is all.cd example before running.flutter run -d $ANDROID_DEVICE_IDflutter run -d $IOS_DEVICE_IDflutter run -d macos