| name | outlier-detection-handler |
| description | Use outlier detection handler for data analysis workflows that need structured execution, explicit assumptions, and clear output boundaries. |
| license | MIT |
| author | AIPOCH |
Source: https://github.com/aipoch/medical-research-skills
Outlier Detection & Handling
Identify and manage statistical outliers.
Quick Check
Use this command to verify that the packaged script entry point can be parsed before deeper execution.
python -m py_compile scripts/main.py
Audit-Ready Commands
Use these concrete commands for validation. They are intentionally self-contained and avoid placeholder paths.
python -m py_compile scripts/main.py
python scripts/main.py --help
When to Use
- Use this skill when the task needs Use outlier detection handler for data analysis workflows that need structured execution, explicit assumptions, and clear output boundaries.
- Use this skill for data analysis tasks that require explicit assumptions, bounded scope, and a reproducible output format.
- Use this skill when you need a documented fallback path for missing inputs, execution errors, or partial evidence.
Workflow