feat: update research skills part 9#55
Conversation
Greptile SummaryThis PR adds 15 new/expanded research skills (tides, torchdrug, tracking-regression-tests, transit-least-squares, units, update-flaky-tests, usgs-data-download, uspto-database, uv-global, venue-templates, wandb-experiment-logger, weather-query, wiring, zemax-optical-designer, zinc-database) and intentionally deletes
Confidence Score: 3/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
PR["PR #55 — 16 files changed"]
PR --> DEL["🗑 uniprot-database/SKILL.md\nDeleted (H1 mismatch fix)"]
PR --> GOOD["✅ Well-formed skills (9)"]
PR --> WARN["⚠️ Minor issues (4)"]
PR --> BAD["❌ Needs rework (2)"]
GOOD --> G1["tides"]
GOOD --> G2["transit-least-squares"]
GOOD --> G3["units"]
GOOD --> G4["usgs-data-download"]
GOOD --> G5["uspto-database"]
GOOD --> G6["venue-templates"]
GOOD --> G7["weather-query"]
GOOD --> G8["zemax-optical-designer"]
GOOD --> G9["zinc-database"]
WARN --> W1["torchdrug\nname: 'Torchdrug' → 'TorchDrug'"]
WARN --> W2["tracking-regression-tests\nMissing H1 + wrong category"]
WARN --> W3["uv-global\nWrong category: Research → development"]
WARN --> W4["wiring\nH1 mismatch + wrong category"]
BAD --> B1["update-flaky-tests\nMissing companion files\nSchema/samples not in repo"]
BAD --> B2["wandb-experiment-logger\nBoilerplate placeholder instructions\nNo actionable W&B guidance"]
|
| This skill enables Claude to track and run regression tests, ensuring new changes don't break existing functionality. It is triggered when the user asks to "track regression", "run regression tests", or uses the shortcut "reg". The skill helps in maintaining code stability by identifying critical tests, automating their execution, and analyzing the impact of changes. It also provides insights into test history and identifies flaky tests. The skill uses the `regression-test-tracker` plugin. | ||
| description: Track and run regression tests using the regression-test-tracker to ensure code stability and identify failures. | ||
| category: Research | ||
| requires: [] |
There was a problem hiding this comment.
Incorrect category for development/testing skill
This skill covers software regression testing workflows, which is clearly a development category skill — not research. The same misclassification applies to several other skills in this PR:
skills/Research/tracking-regression-tests/SKILL.md:6—category: Research→ should bedevelopmentskills/Research/update-flaky-tests/SKILL.md:6—category: Research→ should bedevelopmentskills/Research/uv-global/SKILL.md:6—category: Research→ should bedevelopmentskills/Research/wiring/SKILL.md:6—category: Research→ should bedevelopment
All four skills describe developer tooling, test management, package management, or frontend architecture patterns — none of which belong in the research category. Using the wrong category will cause these skills to surface incorrectly in category-filtered searches.
| requires: [] | |
| category: development |
New Skill Contribution
Skill Info
Checklist
Testing
Describe how you tested this skill:
Notes
Any additional context or notes for reviewers.