Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Informed Consent Form Clinical Trial

ASecurity

Drafts an IRB-ready Informed Consent Form (ICF) for FDA-regulated clinical trials compliant with 21 CFR 50.25, 50.27, and ICH-GCP. Use when drafting or revising consent documents for Phase I–IV trials, IND studies, or other FDA-regulated protocols requiring IRB submission.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
testinggogcptesting

Works with

cli

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill informed-consent-form-clinical-trial --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Informed Consent Form Clinical Trial?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Informed Consent Form Clinical Trial
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-informed-consent-form-clinical-trial/badge)](https://www.skillsdirectory.com/skills/lev-os-informed-consent-form-clinical-trial)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: informed-consent-form-clinical-trial
description: Drafts an IRB-ready Informed Consent Form (ICF) for FDA-regulated clinical trials compliant with 21 CFR 50.25, 50.27, and ICH-GCP. Use when drafting or revising consent documents for Phase I–IV trials, IND studies, or other FDA-regulated protocols requiring IRB submission.
tags:
  - agreement
  - drafting
  - regulatory
---

# Informed Consent Form — Clinical Trial

Produces a plain-language ICF (≤ 8th-grade reading level) covering all 21 CFR 50.25 required elements, HIPAA authorization, and ethics-compliant framing for research subjects.

## Prerequisites

Collect before drafting:

1. **Protocol details** — title, protocol number, phase, sponsor, IND number
2. **Investigational product** — name, mechanism, dosing, route, known risk profile
3. **Study design** — randomization, arms (incl. placebo), visit schedule, duration
4. **Site info** — PI name/title, institution, IRB name and contact
5. **Risk/benefit data** — preclinical and prior clinical risk frequencies/severities
6. **Injury/compensation policy** — sponsor coverage for research-related injury; participation payments

## Output Structure

### 1. Header Block

On every page: protocol title, protocol number, version/date, page X of Y.

### 2. Study Information

**Purpose**
- Plain-language disease/condition description
- What the study tests; trial phase; subject count (site and total)
- Include: *"This is a research study, not standard medical treatment."*

**Procedures** (chronological)
- Screening, randomization (arm probabilities incl. placebo), visit-by-visit table:

| Visit | Timing | Duration | Procedures |
|---|---|---|---|
| Screening | Week −2 | ~2 hrs | Labs, exam, eligibility |
| Baseline | Day 1 | ~3 hrs | IP administration, vitals, ECG |
| Follow-up | Wk 4, 8, 12 | ~1 hr | Labs, safety assessments |
| End of Study | Week 16 | ~2 hrs | Final assessments, unblinding |

- Flag research-only vs. standard-of-care procedures
- Note preparation requirements (fasting, hold meds)

**Risks and Discomforts**

Organize by category with frequency and severity:

| Category | Example | Frequency | Severity |
|---|---|---|---|
| Investigational product | Nausea, hepatotoxicity | Common/Rare | Mild/Serious |
| Study procedures | Venipuncture bruising | Common | Mild |
| Placebo exposure | Forgoing active therapy | N/A | Study-specific |
| Reproductive | Teratogenicity | Unknown | Potentially serious |
| Privacy/psychosocial | Time burden, incidental findings | Low | Mild |

- Include unknown-risks disclosure and new-information notification statement
- State injury care/compensation available and what is **not** covered

**Potential Benefits**
- Direct benefit: state honestly if possible, probable, or not expected; cite prior data; note not guaranteed
- Societal benefit: knowledge advancement
- Payments/free medication: list but clarify these are not medical benefits
- Include: *"Not participating will not affect your access to standard medical care."*

### 3. Subject Rights

**Confidentiality**
- Coded identifiers, encrypted storage, limited access
- Authorized accessors: research team, IRB, FDA, sponsor/monitors, DSMB
- Mandatory disclosure circumstances (reporting obligations, court order)
- Publication: no individual identification; data retention period stated
- **HIPAA Authorization** (if applicable): PHI use/disclosure scope; required for participation

**Voluntary Participation and Withdrawal**
- Voluntary; refusal/withdrawal does not affect care or benefits
- Withdraw any time without penalty; contact PI at listed number
- Pre-withdrawal data may be retained; investigator/sponsor may remove subject for safety, non-compliance, or study termination
- New findings affecting willingness will be communicated

**Contacts**

| Role | Name | Phone | Hours |
|---|---|---|---|
| PI (questions, injuries) | [Name, MD] | [###-###-####] | 24/7 emergencies |
| IRB (rights concerns) | [IRB Name] | [###-###-####] | M–F 9–5 |
| After-hours emergency | [On-call] | [###-###-####] | Evenings/weekends |

### 4. Consent Statement

First-person acknowledgment covering: form read/explained, questions answered, voluntary participation, right to withdraw, agreement to participate in [Study Title], Protocol [Number].

**Optional check-box consents** (if applicable):
- Future biospecimen research use
- Genetic testing
- Long-term follow-up contact
- HIPAA authorization

### 5. Signature Block (per 21 CFR 50.27)

| Signatory | Printed Name | Signature | Date |
|---|---|---|---|
| Research Subject | | | |
| Legally Authorized Representative | | | |
| Representative's relationship/authority | | N/A | N/A |
| Impartial Witness (if subject cannot read) | | | |
| Person Obtaining Consent (name + role) | | | |

- Subject receives signed, dated copy
- Add re-consent rows if protocol requires re-consent at defined intervals

## Drafting Rules

- **Reading level**: ≤ 8th grade; define technical terms on first use
- **No exculpatory language**: No waiver of legal rights or liability release (21 CFR 50.25(a)(8))
- **Therapeutic misconception**: Distinguish research from treatment; do not overstate direct benefit
- **Placebo disclosure**: Explain probability and risk of forgoing active therapy
- **Vulnerable populations**: Add protections per 21 CFR 50 Subparts C, D (pregnant women, children, prisoners, cognitively impaired)
- **Formatting**: ≥ 12pt font, section headings, page numbers, version/date footer; typical 8–15 pages

## Checklist Before Finalizing

- [ ] All 21 CFR 50.25(a) basic elements present
- [ ] All applicable 50.25(b) additional elements included
- [ ] No exculpatory language
- [ ] HIPAA authorization section included (if applicable)
- [ ] Vulnerable-population protections added (if applicable)
- [ ] Reading level verified ≤ 8th grade
- [ ] IRB approval required before use; retain IRB-stamped version as operative document
- [ ] **[VERIFY]**: Confirm ICH E6(R3) GCP requirements align with jurisdiction's adoption status

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Screen Reader Testing

Practical guide to testing web applications with screen readers for comprehensive accessibility validation.

393431 votes

Python Testing

使用pytest、TDD方法、夹具、模拟、参数化和覆盖率要求的Python测试策略。

2456590 votes

Tdd Workflow

在编写新功能、修复错误或重构代码时使用此技能。强制执行测试驱动开发,包含单元测试、集成测试和端到端测试,覆盖率超过80%。

2456590 votes

Springboot Tdd

使用JUnit 5、Mockito、MockMvc、Testcontainers和JaCoCo进行Spring Boot的测试驱动开发。适用于添加功能、修复错误或重构时。

2456590 votes

Eval Harness

克劳德代码会话的正式评估框架,实施评估驱动开发(EDD)原则

2456590 votes
View all in testing →