Loading...
Loading...
Found 15 Skills
POC validation patterns to catch issues before committing to long-running ML experiments. TRIGGERS - fail-fast, POC validation, preflight check, experiment validation, schema validation, gradient check, sanity check, smoke test.
Install and configure Azure CLI with the Azure DevOps extension on macOS using Homebrew. Handles login, default organization/project configuration, and sanity checks. Use when the user wants to set up Azure DevOps CLI tools, install az cli, configure az devops defaults, or troubleshoot their Azure DevOps CLI setup on macOS.
Before ANY destructive, irreversible, or high-impact action, pause and surface a clear checklist of what's about to happen. This includes: file deletions, database changes, production deployments, mass updates, permission changes, or anything that can't easily be undone. Require explicit confirmation before proceeding. Never auto-execute dangerous operations.