Files
magnus919_agent-skills/data-cleaning/evals/trigger-cases.json
T
Magnus HedemarkandGitHub dde5fa1020 feat: add data-cleaning skill bundle (#324)
Merge authorized after exact-head validation and paired evaluation checks passed. The follow-up Droid review run on head df31b25 stalled in the model step and ended with an automation error; its actionable findings from the prior review were fixed and independently verified.
2026-08-17 22:00:57 -04:00

13 lines
414 B
JSON

{
"skill_name": "data-cleaning",
"should_trigger": [
"Audit this CSV before I use it for reporting.",
"Design a reusable pipeline to clean and validate incoming JSON records.",
"Why did this join multiply my rows, and how do I make the cleaning reproducible?"
],
"should_not_trigger": [
"Choose a statistical test for this experiment.",
"Tune my XGBoost model's hyperparameters."
]
}