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 직업 분류 기준
| 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 categoryScaffold 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").