← 返回
未分类 中文

IRB Application Assistant

Assists researchers with Institutional Review Board (IRB) application tasks, including drafting informed consent documents, reviewing research protocols for...
帮助研究人员完成机构审查委员会(IRB)申请工作,包括起草知情同意文件、审查研究方案...
aipoch-ai aipoch-ai 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 347
下载
💾 0
安装
1
版本
#latest

概述

IRB Application Assistant

Helps researchers prepare, review, and submit Institutional Review Board (IRB) applications. Supports drafting informed consent templates, checking protocol compliance, generating application documents, and guiding researchers through the submission workflow.

Quick Start

# Generate an informed consent template
python scripts/main.py --task consent --protocol protocol.json --output consent_form.docx

# Run a compliance check on a research protocol
python scripts/main.py --task compliance-check --protocol protocol.json --verbose

# Generate a full IRB application package
python scripts/main.py --task generate-application --config study_config.json --output irb_package/

Core Capabilities

1. Generate Informed Consent Documents

Produces compliant informed consent forms based on study parameters such as participant population, risk level, and study type.

python scripts/main.py --task consent \
  --protocol protocol.json \
  --population "adults 18+" \
  --risk-level minimal \
  --output consent_form.docx

2. Protocol Compliance Review

Checks a research protocol against IRB requirements and flags missing or non-compliant sections.

python scripts/main.py --task compliance-check \
  --protocol protocol.json \
  --ruleset federal-common-rule \
  --output compliance_report.txt

3. Application Form Generation

Generates completed IRB application forms (e.g., initial review, continuing review, amendment) from structured study data.

python scripts/main.py --task generate-application \
  --form-type initial-review \
  --config study_config.json \
  --output irb_application.docx

4. Submission Checklist Validation

Validates that all required documents and fields are present before submission.

python scripts/main.py --task validate-submission \
  --package irb_package/ \
  --output validation_report.txt

Recommended Workflow

Follow these steps for a complete IRB submission:

  1. Prepare study configuration — Populate study_config.json with study title, PI details, participant population, risk level, and procedures.
  2. Run compliance check — Use --task compliance-check to identify gaps in the protocol before drafting documents.
    • Checkpoint: If the compliance report flags ANY errors, resolve ALL flagged items and re-run --task compliance-check before proceeding. Do not advance to step 3 with unresolved compliance errors.
  3. Generate consent document — Use --task consent to produce a compliant informed consent form tailored to the study.
  4. Generate application forms — Use --task generate-application to produce the required IRB submission forms.
  5. Validate submission package — Use --task validate-submission to confirm all required documents are present and fields are complete.
    • Checkpoint: If validation fails, follow this loop: review errors in validation_report.txt → fix each issue → re-run --task validate-submission → only proceed when the report shows zero blocking errors.
  6. Review and submit — Manually review any remaining warnings in the compliance and validation reports before submitting to the IRB.

Quality Checklist

  • [ ] Protocol includes all required sections (purpose, procedures, risks, benefits, confidentiality)
  • [ ] Informed consent language is at appropriate reading level for participant population
  • [ ] Risk level classification is justified and documented
  • [ ] All required attachments (recruitment materials, surveys, data management plan) are included
  • [ ] Compliance report reviewed and all flagged items resolved
  • [ ] Submission package validated with zero blocking errors

References

  • references/guide.md — Detailed documentation and field descriptions
  • references/examples/ — Sample protocols, consent forms, and completed applications

Skill ID: 952 | Version: 1.0 | License: MIT

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 09:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

professional

All-Market Financial Data Hub

financial-ai-analyst
基于东方财富数据库,支持自然语言查询金融数据,覆盖A股、港股、美股、基金、债券等资产,提供实时行情、公司信息、估值、财务报表等,适用于投资研究、交易复盘、市场监控、行业分析、信用研究、财报审计、资产配置等场景,满足机构与个人需求。返回结果为
★ 134 📥 43,119
data-analysis

Survival Analysis (KM)

aipoch-ai
生成Kaplan‑Meier生存曲线,计算生存统计量(log‑rank检验、中位生存时间),并估算临床及生物...的 hazard ratios。
★ 2 📥 1,013
professional

Stock Market Pro

kys42
Yahoo Finance (yfinance) 驱动的股票分析技能:行情报价、基本面、ASCII 趋势图、高分辨率图表(RSI/MACD/BB/VWAP/ATR),以及可选的网络...
★ 166 📥 40,498