test
Run the full test suite, static analysis, and format check. Reports results and suggests fixes for any failures.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run the full test suite, static analysis, and format check. Reports results and suggests fixes for any failures.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Scaffold a new icon family into DocuDart's icon system. Guides through repo URL, SVG path, naming, and runs the generator.
Prepare a release by bumping the version in pubspec.yaml, generating a changelog entry from commits, creating a git tag, and pushing. Validates everything before tagging.
Removes the docudart/ directory in a target folder and re-runs docudart create --full to regenerate it. Accepts an optional directory argument (defaults to "example").
| name | test |
| description | Run the full test suite, static analysis, and format check. Reports results and suggests fixes for any failures. |
When this skill is invoked (e.g., /test):
Run all three checks in parallel:
a. Tests: dart test
b. Analysis: dart analyze lib bin test
c. Formatting: dart format --set-exit-if-changed lib bin test
Report results for each check:
Offer to fix (only if there are fixable issues):
dart format . to fix formatting?" and fix if confirmeddart fix), offer to run dart fix --applySummary line:
PASS or FAIL with counts for each category