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 页面并帮你完成安装。
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