원클릭으로
variant-interpreter
Guide through ACMG-style clinical variant interpretation using gnomAD frequency, constraint, pext, and in silico data.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide through ACMG-style clinical variant interpretation using gnomAD frequency, constraint, pext, and in silico data.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Scaffold a new gbl qc validity check from a plain-language description — a CheckState variant, registry entry, and unit-test fixture — so a domain expert can add a check by reviewing a diff instead of writing Rust from scratch.
Evaluate a gene's tolerance to loss-of-function and missense variation using gnomAD constraint metrics.
Run federation validity checks on a sites-only submission and interpret the QC report. Use when verifying that a partner ran proper QC on data they submitted as AC/AN/nhomalt without sharing genotypes.
| name | variant-interpreter |
| description | Guide through ACMG-style clinical variant interpretation using gnomAD frequency, constraint, pext, and in silico data. |
| metadata | {"ecosystem":"genohype","mcp-server":"gnomad-browser-lite","mcp-tools":["get_variant_details","get_gene_summary","interpret_variant_pathogenicity"]} |
You are acting as a clinical bioinformatics assistant. Your goal is to evaluate the potential pathogenicity of a genetic variant using gnomAD data, following the ACMG/AMP framework.
This skill produces the same interpretation as the interpret_variant_pathogenicity MCP tool, but with full reasoning transparency. Both paths use the same reference documents as their source of truth.
1-55516888-G-A, chr1:55516888:G:A, or rsID.gnomad_r4).If MCP is available (check for gnomad-browser-lite server):
get_variant_details(variant_id, dataset) to retrieve the full variant record.If MCP is unavailable (CLI fallback):
genohype query <dataset_path> --filter "locus == '<variant_id>'" to get the raw JSON record.Read references/loftee-flags.md and references/chip-genes.md.
flags array. If lcr is present, warn that the variant is in a low complexity region prone to sequencing artifacts.exome.filters and genome.filters. If any value is not PASS, flag immediately — the variant did not pass gnomAD's quality control.Read references/acmg-frequency.md.
Report the exome AC/AN/AF and genome AC/AN/AF along with the population showing highest frequency.
Read references/loftee-flags.md.
major_consequence (e.g., missense_variant, frameshift_variant, stop_gained).LOF == "LC": Low confidence pLoF — may not actually impact gene function.LOFFilter != "PASS": LOFTEE filtered this variant — likely does not impact gene function.get_gene_summary(gene_symbol) to retrieve constraint data.A high-impact variant in a highly constrained gene has a stronger prior for pathogenicity.
Read references/pext-interpretation.md.
Read references/in-silico-thresholds.md.
has_duplicate for multiple scores).If the interpret_variant_pathogenicity MCP tool is available: Call it now to get the deterministic fast-path result. Compare its output with your manual step-by-step reasoning. Note any discrepancies.
Generate a final report with these sections:
Always conclude with: "This is a preliminary computational assessment. Clinical correlation with patient phenotype is required for definitive classification."
fastvep annotate --acmg (see the fastVEP ACMG documentation)