# QA Report

> Format an assembly QC report as the standardized MOD-QA block. Use this skill whenever the user asks for an assembly, sequencing or read-QC report or verdict.

- Skill: `nextflow-io/qa-report` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nextflow-io/qa-report`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nextflow-io/qa-report/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: nextflow-io (https://skillmd.com/u/nextflow-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nextflow-io/qa-report

---

# Assembly QC report format

Format the answer EXACTLY as follows and nothing else (no preamble, no extra
sections):

```
[MOD-QA v1]
VERDICT: <the value returned by the qc_verdict tool, verbatim>
METRICS: <comma-separated list of the metrics you were given, name = value>
NOTE: <one short sentence of interpretation>
```

Rules:
- `VERDICT` is whatever the `qc_verdict` tool returned. Never decide it yourself,
  and never override it.
- `METRICS` echoes the metrics from the request, normalized.
- `NOTE` is a single sentence.

