Skip to main content
X-Hozmi
GitHub creator profile

X-Hozmi

Repository-level view of 24 collected skills across 1 GitHub repositories.

skills collected
24
repositories
1
updated
Aug 26, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

dart-add-unit-test
unclassified

Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains correct and regression-free.

Aug 26, 2026
dart-build-cli-app
unclassified

Entrypoint structure, exit codes, cross-platform scripts. Use when building command line utilities, scripts, or applications.

Aug 26, 2026
dart-collect-coverage
unclassified

Collect coverage using the coverage packge and create an LCOV report

Aug 26, 2026
dart-fix-runtime-errors
unclassified

Uses get_runtime_errors and lsp to fetch an active stack trace, locate the failing line, apply a fix, and verify resolution via hot_reload.

Aug 26, 2026
dart-generate-test-mocks
unclassified

Define and generate mock objects for external dependencies using `package:mockito` and `build_runner`. Use when unit testing classes that depend on complex external services like APIs or databases.

Aug 26, 2026
dart-migrate-to-checks-package
unclassified

Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.

Aug 26, 2026
dart-resolve-package-conflicts
unclassified

Workflow for fixing package version conflicts. Use this when `pub get` fails due to incompatible package versions.

Aug 26, 2026
dart-run-static-analysis
unclassified

Execute `dart analyze` to identify warnings and errors, and use `dart fix --apply` to automatically resolve mechanical lint issues. Use during development to ensure code quality and before committing changes.

Aug 26, 2026
Showing 8 of 24 collected skills.
Showing 1 of 1 repositories
All repositories loaded