JuliaSmoothOptimizersJuliaSmoothOptimizersOfficialยท5 Agent Skills Included

OptimizationProblems.jl

Review and validate Julia optimization test problems

Audits nonlinear optimization test problems written in Julia for correctness, consistency, and completeness. Checks metadata files, JuMP models, and automatic differentiation implementations against strict test-suite rules. Finds BibTeX citations for problem references and flags type-stability and allocation issues automatically. Produces clear error, warning, and info reports so contributors fix problems before submission.
npx skills add JuliaSmoothOptimizers/OptimizationProblems.jl --all -g -y
Available:

Explains the repository's three-file problem structure, metadata rules, and testing conventions so the agent can correctly review and validate optimization problems.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install OptimizationProblems.jl skills?โ–ผ

Run `npx skills add JuliaSmoothOptimizers/OptimizationProblems.jl --all -g -y` in your terminal to install all review skills globally.

What is OptimizationProblems.jl used for?โ–ผ

It is a Julia package with over 680 nonlinear programming test problems used to benchmark and develop optimization solvers.

How do I review a new optimization problem?โ–ผ

Use the review-problem skill with the problem name, and it audits the metadata, JuMP model, and ADNLP implementation files, reporting errors, warnings, and info.

Can it find citations for optimization problems?โ–ผ

Yes. The find-bib skill searches for a DOI online, fetches the BibTeX entry, and formats it as a Julia raw string ready to paste into the metadata file.

Do I need Julia expertise to use these skills?โ–ผ

Basic familiarity helps, but the skills run the Julia checks automatically and explain each finding in plain language with the expected fix.

Related Repositories in Education & Research

View All in Education & Researchโ†’