Просмотр исходного кода

fix(skills): restore r-ops when_to_use (its suite enforces the field)

The great trim deleted r-ops's when_to_use per the fold-or-delete
rule, but r-ops's own behavioural suite asserts the field exists
('current bar') - CI red while every gate I ran locally was green.
Restored lean (146 chars, combined well under cap). Lesson re-learned:
the landing gate must run ALL per-skill suites, not just the touched
lanes' - they assert on each other's files.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0xDarkMatter 6 дней назад
Родитель
Сommit
17c8a3a720
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      skills/r-ops/SKILL.md

+ 1 - 0
skills/r-ops/SKILL.md

@@ -1,6 +1,7 @@
 ---
 name: r-ops
 description: "Modern R for data analysis and statistics — tidyverse-first (dplyr, tidyr, ggplot2, native |> pipe), with base R and data.table as alternatives. Triggers on: R, Rstats, tidyverse, dplyr, tidyr, ggplot2, pivot/join/group, data.table, purrr map, broom, renv, Quarto."
+when_to_use: "Use for any R question — wrangling, visualization, modeling, time series — or when reviewing/modernizing R code to current (2024+) idioms."
 license: MIT
 compatibility: "R >= 4.1 (native |> pipe); tidyverse 2.0; Quarto"
 allowed-tools: "Read Write Bash"