Content
88%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.
The body is a strong, actionable, well-sequenced skill with real bundle files and clear navigation, including validation feedback loops for the QC gating workflow. Its main weaknesses are some redundant explanatory prose Claude likely already knows and a dangling reference to a missing analysis_patterns.md file.
Suggestions
Create the referenced analysis_patterns.md (or fix the decision-tree links to point to existing references such as marker_identification.md / cell_communication.md) so every cited reference resolves to a real bundle file.
Trim the Reasoning Framework prose that re-explains widely-known concepts (pseudo-bulk vs single-cell DE rationale, standard Leiden resolution ranges) down to skill-specific guidance Claude would not already apply.
Consider moving the biological 'WHY each metric flags a problem' detail into references/scrna_qc.md and keeping only the actionable metric->concern->action table inline to reduce body length.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with executable code and decision trees, but some prose re-explains concepts Claude already knows (e.g., the pseudo-bulk vs single-cell DE rationale and standard cluster-resolution guidance in the Reasoning Framework), placing it between the score-3 and score-5 anchors — noticeably above the midpoint but with trimmable explanation. | 4 / 5 |
Actionability | Fully executable, copy-paste-ready code blocks (data loading, QC metrics, full pipeline, statistical tests, batch correction) plus specific commands (python scripts/scrna_qc.py, tu run run_deseq2_analysis) and a Scanpy-vs-Seurat table, covering the common cases per the score-5 anchor. | 5 / 5 |
Workflow Clarity | Clear sequenced pipeline (QC -> Normalize -> HVG -> PCA -> Cluster -> Annotate -> DE) with explicit validation checkpoints and feedback loops (RULE ZERO check-first, HONEST EXECUTION install-plan/stop fallback, 'visualize distributions first', per-step removal reporting), matching the score-5 anchor including error-recovery guidance for the batch-like cell-filtering operation. | 5 / 5 |
Progressive Disclosure | Well-organized overview with clearly signaled one-level-deep references to real files (references/scrna_qc.md, scanpy_workflow.md, etc.) and a dedicated Reference Documentation section, but analysis_patterns.md is referenced repeatedly in the decision tree and does not exist in the bundle — a dangling reference that keeps it just below the score-5 anchor. | 4 / 5 |
Total | 18 / 20 Passed |