.agents/skills/evaluate/SKILL.md
Codex wrapper for experiment analysis and decision-making. Use when the user wants metrics interpreted, a stage or iteration report written, and a NEXT_ROUND, DEBUG, CONTINUE, PIVOT, or ABORT recommendation.
npx skillsauth add linzhe001/Harness-Research evaluateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read these first:
../../../.agents/references/workflow-guide.md../../../.agents/references/language-policy.md./references/stage-report.md../../../iteration_log.json../../../PROJECT_STATE.jsonUse this skill when the user wants training or evaluation results interpreted and turned into a decision.
./references/stage-report.md.NEXT_ROUND — ordinary improvement round, stay in WF8DEBUG — fixable technical issue, stay in WF8CONTINUE — handoff to orchestrator/WF9, not continue iteratingPIVOTABORT$iterate, do not take over stage-transition ownership.$evaluate flow or the evaluation sub-step of $iterate..agents/state/current_iteration.json as the active iteration context path.../../../.agents/references/language-policy.md for reply language and for localizing natural-language report sections; keep protocol keys and decision tokens in English.Follow the local evaluation prompt, stage-report template, and language policy rather than collapsing this into a brief metrics summary.
development
WF7.5 training pipeline validation. Before entering WF8 iteration, first use Codex to review code for baseline equivalence, then run a 100-step smoke test to verify end-to-end pipeline functionality.
business
WF1 Inspiration survey and gap analysis. Takes the user's research idea, performs literature search, gap analysis, competitor analysis, and feasibility scoring, then outputs Feasibility_Report.md. Use when the user has a new CV research idea that needs a feasibility assessment.
tools
WF10 Submission/Release Tool. Multi-scene training, result packaging, filename validation, dry-run submission checks. Used after ablation experiments are complete and before competition submission.
development
WF2 Architecture refinement and MVP design. Reads the feasibility report, analyzes the base codebase architecture, designs plug-and-play new modules, defines the MVP, provides A/B/C alternative plans, and outputs Technical_Spec.md. Use when a research idea needs to be translated into a concrete technical architecture design.