From ors-skills
Runs and reports the computational study for an Operations Research manuscript, including benchmarks, baselines, statistical care for stochastic output, and the ORJournal reproducibility workflow.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ors-skills:ors-data-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Theory is in place and you need numerical evidence that the method works and scales.
Operations Research judges computation as evidence supporting a methodological claim, not as the contribution by itself. Make it convincing:
ors-literature-positioning.Where output is random (simulation, randomized algorithms, learning-driven OR):
For papers with algorithmic or empirical components, Operations Research expects all code, scripts, and data with instructions sufficient to reproduce the results. Materials are deposited in the journal's ORJournal GitHub organization and reviewed through a pull-request process:
【Instances】benchmark + application; sizes reported
【Baselines】closest prior + strong solver (no strawman)
【Metrics】gap / time / scaling; corroborates proved bounds?
【Stochastic care】CIs, CRN, seeds, replications ...
【Reproducibility】ORJournal repo: README/LICENSE/structure; exemption?
【Next step】ors-tables-figures
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin ors-skillsRuns computational experiments and assembles reproducible code/data deposits for IJOC manuscripts. Turns a designed protocol into defensible, reproducible results with statistical comparisons, performance profiles, and handling of tuning/seed/benchmark artifacts.
Executes and reports analysis for M&SOM manuscripts: proves structural results, runs numerical studies, estimates effects, and ensures replicability per INFORMS policy.
Selects proof techniques, algorithm machinery, or simulation protocols for rigorous OR manuscripts. Invoked after model development to establish optimality, convergence, or statistical guarantees.