Content
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is concise, actionable, and well-structured: executable verified commands, a sequenced workflow with validation and triage feedback loops, and a clean overview-plus-references layout. It respects token budget while giving Claude everything needed to operate.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and bullet-driven with no explanations of concepts Claude already knows (Nextflow, BAM, schedulers); every line directs action, matching the 'lean and efficient; every token earns its place' anchor. | 3 / 3 |
Actionability | Provides two full, copy-paste-ready bash invocations whose flags (--tumor-bam, --genome, --profile, --executor slurm, --queue, --project, --cpus, --memory-gb, --walltime, --run, --dry-run) were verified to exist in scripts/run_pacsomatic.py, plus an executable test command. | 3 / 3 |
Workflow Clarity | A clear numbered workflow with an explicit validation checkpoint (the --dry-run stop branch) and an error-recovery feedback loop ('If execution fails, report first failure point and next triage target (.nextflow.log, pipeline_info, failing task logs)'). | 3 / 3 |
Progressive Disclosure | SKILL.md is an overview pointing to well-signaled, one-level-deep references (agent-playbook.md, config-and-output.md, pacsomatic_guide.md, run_pacsomatic.py), all of which were verified to exist on disk; helper logic is appropriately split into the script rather than inlined. | 3 / 3 |
Total | 12 / 12 Passed |