Favicon of write-report-adapter

write-report-adapter Skill

AI Agent SkillDocument SkillsJupyter NotebookOpen source

Write a chest X-ray report grounded in the trained MedImageInsight (MI2) adapter. Invoke whenever drafting a CXR report when the adapter is available — get vision-grounded per-finding positive/possible/negative calls, then delegate the prose to write-report-simple. Published by microsoft in siim-workshop-2026.

What is write-report-adapter Skill?

Write a chest X-ray report grounded in the trained MedImageInsight (MI2) adapter. Invoke whenever drafting a CXR report when the adapter is available — get vision-grounded per-finding positive/possible/negative calls, then delegate the prose to write-report-simple. Published by microsoft in siim-workshop-2026. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
19/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Design and media
  • Writing
  • Design and media use cases
  • Writing use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use write-report-adapter Skill

  • Use it for design and media.
  • Use it for writing.

Built with

Jupyter NotebookCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/siim-workshop-2026
  • Skill file: chapters/chapter2-foundation-models/answer-key/.github/skills/write-report-adapter/SKILL.md

What it does

Write a chest X-ray report grounded in the trained MedImageInsight (MI2) adapter. Invoke whenever drafting a CXR report when the adapter is available — get vision-grounded per-finding positive/possible/negative calls, then delegate the prose to write-report-simple.

Skill instructions

write-report-adapter Two-step skill: (1) call the trained MI2 adapter to get per-finding positive/possible/negative calls for the image, then (2) hand those off to the existing write-report-simple skill to produce the actual report. The report itself never mentions MI2, the adapter, or any classifier — it reads as the radiologist's direct read of the image. Budget - Tool calls: 1 — exactly one mcpmedimageinsigadapterclassify call per image. - Output: ≤ 200 words for the full report. - Do not re-invoke skills already used in this turn. - Do not retry tool calls on success. How to use 1. Resolve the image to an absolute path. The MCP tool runs in a different working directory than the agent. If imagepath is not absolute, resolve it (e.g. via realpath) before calling the tool. If you can't resolve it, ask the user. 2. Get calls from the adapter. - Call mcpmedimageinsigadapterclassify with filepath = the absolute path from step 1, and head = the caller's head if provided (otherwise omit; d

Explore related resources

Frequently asked questions

What is write-report-adapter?

write-report-adapter is a open-source AI agent skill with Copy skill directory. Write a chest X-ray report grounded in the trained MedImageInsight (MI2) adapter.

Who is write-report-adapter best for?

write-report-adapter is best for reusing agent instructions, scripts, and references, design and media workflows, writing workflows.

How do I install write-report-adapter?

Install or run write-report-adapter using Copy skill directory. Check write-report-adapter for the latest setup command.

Is write-report-adapter actively maintained?

write-report-adapter may need a closer maintenance check before production use.

Share:

Stars
5
Forks
1
Last commit
12 days ago
Repository age
1 month
License
MIT

Auto-fetched from GitHub.

Similar to write-report-adapter