mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-15 21:46:29 +03:00
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.
13 lines
414 B
JSON
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."
|
|
]
|
|
}
|