CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Medical Imaging Review

luwill/research-skills
583 installs716 stars
Summary

If you're writing a medical imaging AI review paper for journal submission, this skill enforces the discipline that prevents you from shipping a draft full of hallucinated citations and placeholder numbers. It walks you through a six-phase workflow that makes you verify every claim before you write it, not after. The methodology is opinionated: no flat method catalogs, no AI-detector hedge phrases, no vendor names in body text, and verdict sentences only where you have evidence to back them up. Built directly from the failure modes of a coronary CTA review that shipped with 17 broken DOIs and fabricated architecture details. It's overkill for internal lit reviews, but if the goal is to pass peer review on factual grounds, it's the right amount of paranoia.

Install to Claude Code

npx -y skills add luwill/research-skills --skill medical-imaging-review --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Files
SKILL.mdView on GitHub

Medical Imaging AI Literature Review Skill (v3.2.0)

Produce comprehensive reviews that pass first-round peer review on factual grounds, not just structural grounds.

This is not a template-filling skill. It is a write-with-verify discipline.


Quick Start

First choose the review type. Read references/REVIEW_TYPES.md before collecting literature or drafting prose.

Default narrative/method-survey projects live in 4 files:

project_root/
├── PARADIGM.md            # Style spec from 2-3 exemplar reviews (Phase 0)
├── CLAUDE.md              # Project-specific terminology + literature inventory
├── IMPLEMENTATION_PLAN.md # 3-axis outline + per-claim verification checklist
└── manuscript_draft.md    # The actual manuscript

Scoping and systematic reviews add protocol, search, screening, extraction, and risk-of-bias files; see references/REVIEW_TYPES.md and references/REPORTING_STANDARDS.md.

Follow the workflow in references/WORKFLOW.md. The phases are: review-type routing -> paradigm capture -> init -> collect-and-verify -> outline/taxonomy -> write-with-per-claim-verification -> peer review -> submission prep.


Review Type Routing

Do not let the title outrun the methods.

If the user asks for...Route to...Read
flagship "综述", narrative synthesis, method surveyNarrative review / method surveyREVIEW_TYPES.md, DOMAINS.md
evidence map, "what exists", gap mappingScoping reviewREVIEW_TYPES.md, REPORTING_STANDARDS.md
systematic review, meta-analysis, diagnostic-accuracy evidenceSystematic review routeREVIEW_TYPES.md, REPORTING_STANDARDS.md

If the manuscript uses the phrase "systematic review", it must contain reproducible search strings, eligibility criteria, screening flow, extraction fields, and risk-of-bias methods. Otherwise, call it a narrative review, method survey, or scoping review.


Core Principles

Writing voice — match strength to evidence, not hedge by default

Calibrate language to evidence strength, not to a fixed hedging register.

When ≥2 independent peer-reviewed groups confirm a finding, state it strongly. When evidence is single-source or contested, state it cautiously. When evidence is absent, say so.

Avoid the LLM tells:

  • "has shown promising results"
  • "may suggest"
  • "interestingly,"
  • "it is worth noting that"
  • "in recent years,"
  • "demonstrates the effectiveness of"
  • "may offer significant advantages"

These phrases are AI-detector top features. Real flagship-review authors don't use them. Strip them.

Take a position when evidence supports it. Neutral catalogue is the LLM default and the failure mode to avoid. See Verdict sentences below.

Citations — every claim verified before commit

Every [N] citation must satisfy these checks (the full 5-rule protocol is in references/CITATION_INTEGRITY.md):

  1. The cited paper exists (DOI / PMID resolves on PubMed or Crossref) with no placeholder DOI.
  2. The author list matches the first-source (especially first and last author).
  3. The numeric claim in the body sentence (Dice, HR, sample size, etc.) appears in the cited paper's abstract or results section.
  4. The directional claim in the body sentence (higher/lower, increased/decreased) matches the source's stated direction.
  5. Clinical claims cite a peer-reviewed primary source, not a vendor white paper or regulatory letter.

If any check fails, the citation is broken — fix before continuing. This is a hard gate: even a single broken citation must be fixed before delivery.

Method descriptions — read first, write after

Do not fill in a template like [Author] et al. [ref] proposed [method]... Achieves Dice of X.XX. That template is a hallucination trap.

Use this discipline instead:

  1. Read the actual paper (abstract + methods + results). Use whatever first-source route is available: PubMed/DOI pages, arXiv pages or PDFs, Zotero full text, local PDFs, institutional copies, or journal pages. Confirm available tools before assuming a specific MCP name.
  2. Note the actual module names, the actual benchmark, the actual numbers, in your own working notes — not in the manuscript yet.
  3. Write the method description from those notes, citing specific numbers and module names verbatim from the paper.
  4. Verify by spot-checking 1-2 of the numbers against the paper one more time before moving on.

If you can't access the paper, do not write about its internal architecture or specific performance numbers — and do not assert priority or novelty ("first to", "首个", "earliest", "novel"). Priority claims are strong, falsifiable, and frequently wrong; asserting one you haven't verified is a hallucination. Instead, cite it for a neutral, non-priority contribution ("applied X to Y") and, if useful, note the claim is unverified — or leave it out.

Heading depth — match the target article type

  • H2 (##) for top-level sections (Introduction, Methods, Applications, Discussion, ...).
  • H3 (###) for subsections.
  • In flagship narrative reviews, avoid H4 in body; use bold lead-in **Topic.** paragraph starters for deeper grouping.
  • In systematic/scoping reviews, method subheadings may follow journal or PRISMA conventions even if that creates a more formal Methods section.
  • Avoid number prefixes (1., 1.1, 1.2.3) unless the target journal explicitly requires numbered sections.

Equations — in a Box, not in body

Display equations (DSC, IoU, clDice, FedAvg, GCN propagation, ...) appear in Boxes, not inline in body paragraphs. Textbook formulas can be referenced ("the Dice similarity coefficient — see Box 1") but should not be displayed inline.

If a formula has no methodological insight worth displaying (e.g., FedAvg averaging), describe it in prose instead of showing it.

Vendor names — table-first, sparing in prose

Vendor names (HeartFlow, Cleerly, Caristo, Keya, Shukun, ...) belong primarily in the Commercial Products / Regulatory & Validation table. In body text use category descriptors unless the product name is necessary to define a regulatory fact, trial population, or head-to-head distinction.

  • ✗ "HeartFlow's CT-FFR product was validated in NXT, ADVANCE, and PACIFIC..."
  • ✓ "The first FDA-cleared CT-FFR product (Table N, row 1) was validated in NXT, ADVANCE, and PACIFIC..."
  • ✓ "The table lists HeartFlow, Cleerly, Caristo, and other products with their regulatory status and peer-reviewed validation evidence."

Reason: repeated product names in body text read like marketing copy. Use exact product names when precision matters; cite peer-reviewed evidence for clinical claims.


Default Narrative / Method Survey Structure

# [Title]: <evocative subtitle>

## Key Points
- 4-5 bullets, each 1-3 sentences, expressing the main conclusions.

## Abstract

## Introduction
### Clinical background
### Technical challenge
### Scope and contributions

## Datasets and evaluation metrics
(Table 1: public datasets)
(Box 1: evaluation metrics with equations)

## Methods                              # 3-axis grouping is the default for method surveys
### Architectural priors
**CNN-based design.** ... (bold lead-in for sub-grouping)
**Transformer-based design.** ...
**Mamba and state-space design.** ...

### Inductive priors
**Topology-aware design.** ...
**Multi-task design.** ...
**Graph-based design.** ...

### Data regime
**Self-supervised pre-training.** ...
**Foundation models.** ...
**Federated learning.** ...
**Physics-informed models.** ...

(Table 2: representative methods with modality / family / dataset / metric)

## Downstream applications
### [Application 1]
### [Application 2]
### [Application 3]

## Translation to clinical practice
(Table 3: commercial products with regulatory + validation)

## Outstanding challenges

## Future directions

## References

Notes:

  • No number prefixes on headings unless the journal requires them.
  • In narrative AI method surveys, §Methods is usually 3 H3 subsections (the three axes), with bold lead-ins for each method family inside.
  • In systematic/scoping reviews, use the structure in references/REVIEW_TYPES.md instead of forcing the 3-axis method taxonomy.
  • Tables 1, 2, 3 are typically enough. Box 1 (metrics) is typical. Avoid 5+ tables.
  • Verdict sentences cluster at the end of §Methods axis subsections and at the end of clinical translation discussions — not after every paragraph.

Verdict Sentences

For narrative reviews and method surveys, each major method-axis subsection (Architectural priors / Inductive priors / Data regime) should close with one verdict sentence expressing authorial position. Choose the 3-5 most opinionated positions across the whole manuscript — don't put verdicts on every paragraph.

For systematic and scoping reviews, verdicts must be constrained by the protocol and evidence map. Prefer "the included studies show..." over broad field-wide claims unless the search was designed to support the broader claim.

Verdict templates:

  • "[Family] is currently the most cost-effective design choice for [problem]."
  • "[Family] has yet to demonstrate clear advantage over [alternative] in clinical-grade evaluations."
  • "[Family] is best understood as complementary to [alternative], not a replacement."
  • "The next [N] years will determine whether [family] becomes the default backbone or remains a research curiosity."

Neutral catalogue is the LLM default and exactly what flagship review editors push back on. Force yourself to take 3-5 positions.


Required Elements

  • Review type declaration before writing starts.
  • Key Points box (4-5 bullets, 1-3 sentences each) after the title for narrative/flagship-style manuscripts.
  • Tables 1-3 for narrative/method surveys: datasets, methods, commercial products.
  • Systematic/scoping tables when applicable: search strategy, study characteristics, extraction variables, risk-of-bias summary.
  • Box 1: evaluation metrics with formulas when useful; for systematic reviews, move formal methods definitions into Methods if the target journal prefers that.
  • Figures: typically 3-5 for narrative reviews; systematic/scoping reviews require a PRISMA-style flow diagram.
  • References: cite only what supports the argument. Quantity is downstream of substance — don't pad to a target count.
  • Verdict sentences: 3-5 across narrative/method surveys, clustered at axis-section ends.
  • Audit report: run the bundled scripts/audit_manuscript.py before delivery (resolve the path relative to this skill directory). The script is a triage tool — it flags likely issues from surface patterns; it does not prove any citation or number is correct. Delivery requires both a clean script pass (0 critical/high) and a manual source-level spot-check of quantitative and directional claims. A green script alone is not sufficient.

Formatting Quick Reference

Full rationale is in Core Principles above; this is the at-a-glance recap.

  • Heading depth — max 2 body levels (H2/H3); no number prefixes unless journal-required; deeper grouping via bold lead-in **Topic.**; systematic/scoping Methods may follow PRISMA/journal conventions. (details)
  • Equations — display equations ($$…$$) live in Box 1 (rarely additional Boxes); textbook formulas with no methodological insight go in prose, not inline. (details)
  • Vendor names — Table 3 by default; sparse body mentions only where regulatory or comparative precision requires them. (details)

Citation Style

# Data citation
"...achieved Dice of 0.730 on ImageCAS [N]"

# Method citation
"Xu et al. [N] introduced..."

# Multi-citation (max 4 in one bracket — beyond that, regroup the claim)
"Multiple groups demonstrated this effect [N1, N2, N3]"

# Comparative
"While [N1] focused on architecture, [N2] addressed the data side"

[N] in body must match the bibliography entry [N], and bibliography [N] must be the paper the body sentence is actually attributing the claim to. See references/CITATION_INTEGRITY.md Rule 3.


Literature Sources

Use source types in combination. Confirm which tools are available in the current environment before using tool-specific names.

SourceBest forPreferred routeFallback
ArXivMethodological preprints, ML/AI advancesAvailable arXiv MCP or paper searcharXiv abstract/PDF URLs
PubMedPeer-reviewed clinical / validation studiesPubMed MCP or NCBI/PubMed searchPubMed URL by PMID
ZoteroUser's local library (closed-access journals)Available Zotero MCP or local Zotero APIuser-provided PDFs
CrossrefDOI verificationCrossref API/WebFetchDOI resolver and publisher page
Local PDFsExemplar reviews and closed-access papersPDF text extractionvisual/manual reading

For closed-access journals (Med Image Anal, Eur Radiol, Lancet family) the user's local Zotero library is often the only path. Always check Zotero before assuming a paper is inaccessible.

For tool-adapter guidance, see references/MCP_SETUP.md.


Reference Files

FileRead when
references/REVIEW_TYPES.mdBefore starting — choose narrative, scoping, systematic, meta-analysis, or umbrella route
references/REPORTING_STANDARDS.mdWhenever the manuscript claims systematic/scoping methods or appraises AI studies
references/WORKFLOW.mdStarting a new review or moving between phases
references/PARADIGM.mdPhase 0: capturing exemplar review style spec
references/CITATION_INTEGRITY.mdPhase 2 (collection) and Phase 4 (write) — every citation must follow the 5 rules
references/HALLUCINATION_PATTERNS.mdPhase 4 (write) and Phase 5 (peer review) — checklist of 10 LLM hallucination indicators to self-check against
references/DOMAINS.mdPhase 3 (outline) — 3-axis method groupings per domain
references/TEMPLATES.mdPhase 1 (init) — CLAUDE.md, IMPLEMENTATION_PLAN.md, table templates
references/QUALITY_CHECKLIST.mdBefore delivering a draft to the user
references/MCP_SETUP.mdTool adapters and fallbacks for arXiv / PubMed / Zotero / Crossref

Related Skills

For revising an existing AI-drafted review (whether your own previous output or someone else's draft), use ai-review-revision if it is installed. That skill is the dedicated tool for fixing draft-quality issues — multi-agent diagnostic, factual reset, structural reset, content polish, submission prep.

This skill (medical-imaging-review) is the dedicated tool for producing draft-quality content correctly the first time. They are complementary:

  • medical-imaging-review = write-side (produce submission-quality first draft)
  • ai-review-revision = revise-side (rescue a draft that already has quality issues)

If a draft produced by this skill still ends up needing the ai-review-revision workflow to land, that's a bug — flag it so this skill can be improved.


Version Notes

v3.0.0 was rewritten after the coronary-cta-paper draft exposed recurring failure modes: placeholder DOIs, citation drift, fabricated method modules, wrong performance numbers, vendor-style citations, flat method taxonomy, and AI-tone hedging.

v3.1.0 adds review-type routing, reporting-standard guidance, tool portability, softer structure rules, CCTA terminology correction, and an executable manuscript audit script.

v3.2.0 hardens the guardrails: the audit script now detects author↔citation mismatches under standard "Author et al. [N]" typesetting and recognises internationalised reference headings (## 参考文献, etc.) so Chinese drafts no longer mis-flag every citation; a fixture test suite (scripts/tests/) locks these in. Hard factual errors are now zero-tolerance (not gated behind a "5-or-more" threshold), unverified priority/novelty claims are forbidden, Phase 5 peer review is rewritten as executable sub-agent passes, and DOMAINS.md gains a generative/multimodal (VLM, diffusion, promptable-segmentation) paradigm section.

Consolidated fix ledger (v3.0.0 → v3.2.0):

Earlier failureCurrent fix
Hedging mandate; 80-120 reference targetRemoved — match voice to evidence; cite what supports the argument
Method fill-in template; flat 10-subsection taxonomyRead-first/write-after discipline; 3-axis grouping default
Structural-only QA; no source verificationPer-claim verification (Phase 4) + CITATION_INTEGRITY 5 rules + HALLUCINATION_PATTERNS
Systematic label without methods; hard-coded MCP namesReview-type routing (PRISMA/QUADAS/CLAIM/TRIPOD) + tool-adapter fallbacks
Numbered headings; scattered vendors; inline equations; neutral catalogueBold lead-ins; Table-3-first; Box-1 equations; 3-5 required verdicts; Phase 0 PARADIGM
Audit gate ineffective on standard/Chinese citationsMarker-anchored author check + i18n reference headings + fixture tests (v3.2.0)
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Git & Pull RequestsCode Review & QualityData Science & ML
First SeenJun 3, 2026
View on GitHub

Recommended

More Git & Pull Requests →
make-pr-easy-to-review

cursor/plugins

make pr easy to review
889
2.3k
github-pr-review

fvadicamo/dev-agent-skills

github pr review
552
71
github-pr-merge

fvadicamo/dev-agent-skills

github pr merge
214
63
git-commit

github/awesome-copilot

Standardized git commits using Conventional Commits specification with intelligent diff analysis and message generation.
38.9k
36.5k
pr-review

microsoft/win-dev-skills

Multi-dimensional review of a PR or feature branch in microsoft/win-dev-skills. Activate on "review my PR / changes / branch", "vet before pushing", "PR review", "is this ready to merge". Fans out parallel sub-agents over skill content, the skill-vs-tool boundary (solution hierarchy), tool correctness, payload/provenance/tests, docs & manifest sync, plus a multi-model cross-check. Reports findings to stdout. Does NOT apply fixes.
288
git-flow-branch-creator

github/awesome-copilot

Analyzes git changes and creates semantic Git Flow branches automatically based on change type.
9.3k
36.5k