Agent skill · Data & Analytics

ors-data-analysis

Use when running and reporting the computational study for an Operations Research (OR) manuscript — benchmark instances, baselines, reproducible experiments, statistical care for stochastic output, and the ORJournal code-and-data reproducibility workflow. Executes and reports the numerical evidence; it does not prove the results (ors-methods) or lay out the exhibits (ors-tables-figures).

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ors-data-analysis --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: Operations-Research-Skills/skills/ors-data-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 909 · +31 this week
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Computational Study & Reproducibility (ors-data-analysis) ## When to trigger - Theory is in place and you need numerical evidence that the method works and scales. - You must benchmark against credible baselines on standard instances. - You are preparing the code/data deposit for the ORJournal reproducibility review. ## Design a defensible computational study *Operations Research* judges computation as evidence supporting a methodological claim, not as the contribution by itself. Make it convincing: - **Instances:** use recognized benchmark libraries (e.g., MIPLIB, TSPLIB, DIMACS, QPLIB) plus, where relevant, instances from the motivating application; report sizes and characteristics so difficulty is visible. - **Baselines:** compare against the *closest* prior methods and a strong off-the-shelf solver, not a weak strawman. Tie experiments to the claims in `ors-literature-positioning`. - **Metrics:** report what the theory predicts — optimality gap, solution time, iterations/oracle calls, scaling with size, and where relevant the quality at a fixed budget. Show how empirics corroborate proved bounds/rates. - **Reporting:** specify hardware, solver versions, time limits, and termi

What's inside
Steps it walks through
  1. When to trigger
  2. Design a defensible computational study
  3. Statistical care for stochastic output
  4. The ORJournal code-and-data workflow (mandatory where applicable)
  5. Execution bridge (StatsPAI / Stata MCP)
  6. Anti-patterns
  7. Output format
More from Awesome-Journal-Skills
All skills →
About this skill
What does the ors-data-analysis skill do?

Use when running and reporting the computational study for an Operations Research (OR) manuscript — benchmark instances, baselines, reproducible experiments, statistical care for stochastic output, and the ORJournal code-and-data reproducibility workflow. Executes and reports the numerical evidence; it does not prove the results (ors-methods) or lay out the exhibits (ors-tables-figures).

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ors-data-analysis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Awesome-Journal-Skills, a repository with 909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going