Total Skills
6
Skills published by nicoloponcia with real stars/downloads and source-aware metadata.
Total Skills
6
Total Stars
0
Total Downloads
0
Comparison chart based on real stars and downloads signals from source data.
julia-benchmark-standard
0
julia-correctness-testing
0
julia-global-correctness-integration
0
julia-performance-refactor
0
julia-release-migration
0
julia-usage-examples
0
Standardize Julia BenchmarkTools setup, warmup policy, and before/after performance reporting for repeatable runtime comparisons in this package.
Write and design Julia tests that assess mathematical correctness and coding correctness, including invariants, edge cases, regressions, and integration behavior across modules.
Ensure global correctness and integration across all package modules by validating interfaces, invariants, cross-module behavior, and end-to-end workflows.
Refactor Julia code for type stability, runtime-first optimization, API/interface redesign, data structure refactoring, and aggressive code debloating while preserving mathematical robustness.
Generate release changelog and downstream upgrade notes from Julia API diffs, including renamed symbols, signature changes, and data structure migrations.
Write practical Julia usage examples for package functionalities and place them in an examples folder separate from src, with runnable and documented workflows.