ワンクリックで
check
Run code quality checks — format, test, and analyze. Use when asked to check, lint, format, or test the codebase.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run code quality checks — format, test, and analyze. Use when asked to check, lint, format, or test the codebase.
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.
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.
Run the example app on physical devices. Requires .claude/.env with device IDs. Use when asked to run on devices.
Ship the current branch — push, squash-merge to main via PR, tag, and clean up. Use when ready to merge and release.
| name | check |
| description | Run code quality checks — format, test, and analyze. Use when asked to check, lint, format, or test the codebase. |
Run code quality checks on the project.
If $ARGUMENTS specifies a specific check (format, test, or analyze), run only that one. Otherwise run all three in order:
scripts/format.shscripts/test.shflutter analyzeReport results after each step. If any step fails, stop and report the failure.