Skip to main content
xvirobotics
GitHub creator profile

xvirobotics

Repository-level view of 15 collected skills across 2 GitHub repositories.

skills collected
15
repositories
2
updated
Sep 2, 2026
repository explorer

Repositories and representative skills

evaluate-model
data-scientists-152051

Load the latest model checkpoint, run evaluation on the test set, and generate a metrics report with confusion matrix. Use this after training to assess model performance or to re-evaluate a specific checkpoint.

Feb 23, 2026
generate-report
data-scientists-152051

Generate a comprehensive summary report of the latest experiment including metrics, plots, and comparison with baseline. Use this after training and evaluation to create a shareable experiment summary.

Feb 23, 2026
run-pipeline
data-scientists-152051

Run the full data science pipeline: validate raw data, preprocess, engineer features, train model, and evaluate. Use this when you want to execute the end-to-end ML pipeline or re-run it after data or code changes.

Feb 23, 2026
api-test
software-quality-assurance-analysts-and-testers

Run API integration tests against the running backend, verify endpoints return expected responses and status codes. Use after deploying a preview or starting the dev server.

Feb 23, 2026
build-and-test
software-developers

Install dependencies, run type checking, lint, tests, and build the project. Use after making code changes to verify nothing is broken.

Feb 23, 2026
deploy-preview
network-and-computer-systems-administrators

Build Docker images and launch a local preview environment with docker-compose. Use to test the full stack locally before merging.

Feb 23, 2026
build-and-test
software-developers

Build the Xcode project and run the full test suite. Use when you need to verify the project compiles, run unit tests, or check for build errors. Reports pass/fail results with detailed error output.

Feb 23, 2026
run-simulator
software-developers

Build and launch the app in the iOS Simulator. Automatically selects an appropriate simulator device, boots it if needed, and installs and launches the app.

Feb 23, 2026
Showing 8 of 9 collected skills.
Showing 2 of 2 repositories
All repositories loaded