Content
77%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-sequenced, domain-fluent workflow with concrete sub-skill invocations and strong checkpoints. Its main weakness is progressive disclosure: it is a long monolithic file with no in-bundle reference structure despite sizable inline templates.
Suggestions
Move the Phase 1 Robotics Landscape Matrix and the Phase 6 report template into a references/ file (e.g. references/report-template.md) and link to them from SKILL.md to reduce inline bulk.
Consolidate the repeated simulation-first / benchmark-specificity rules into one Constants or Key Rules section and reference it from the phases instead of restating.
If the shared-references/output-*.md protocols are part of this skill's bundle, place copies under references/ so the links resolve one level deep within the skill rather than relying on an external ../../shared-references path.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense and assumes domain knowledge (VLA/VLM, sim2real, RLBench, ManiSkill) without explaining it, but the simulation-first and benchmark-specificity rules are restated across Overview, Constants, Phase 3, and Key Rules — minor redundancy that keeps it below the lean 5 anchor. | 4 / 5 |
Actionability | Provides concrete copy-paste-ready sub-skill invocations with specific argument formatting plus filtering rules and pilot/report templates, but execution is delegated to other skills and pilots are plans rather than runnable commands — mostly executable with minor gaps. | 4 / 5 |
Workflow Clarity | Phases 0–6 are clearly sequenced with explicit checkpoints, an AUTO_PROCEED fallback, and feedback loops (refine frame → re-run earlier phase; label high-execution-risk ideas), matching the clear-sequence-with-explicit-validation anchor. | 5 / 5 |
Progressive Disclosure | No in-bundle references/scripts/assets exist; the shared-references links point outside the bundle, and the large landscape matrix and full report template are inlined in a ~360-line SKILL.md — some structure with clearly signaled external refs but content that could be split into separate files remains inline. | 3 / 5 |
Total | 16 / 20 Passed |