irb-application-assistant

Assists researchers with Institutional Review Board (IRB) application tasks, including drafting informed consent documents, reviewing research protocols for compliance, generating application forms, and preparing submission checklists. Use when the user mentions IRB, Institutional Review Board, research ethics, human subjects research, protocol review, informed consent, or needs help preparing or reviewing an IRB application or submission.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "irb-application-assistant" with this command: npx skills add aipoch-ai/irb-application-assistant

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

tradingagents-cn-skill

股票多智能体分析报告生成。通过 6 个分析师串行分析 + 多空辩论 + 交易计划 + 风险评估, 生成专业 PDF 报告。触发场景:用户要求分析股票、生成股票报告、提供截图或代码进行分析、 询问买卖建议、要求技术分析或基本面分析或风险评估。

Registry SourceRecently Updated
2450Profile unavailable
Research

Framework Analysis

基于钱学森"框架法"的系统科学分析工具。用于对地缘政治冲突、国际危机、历史事件等复杂系统进行结构化终局推导。 核心方法论来自钱学森《用系统科学方法使历史科学定量化》: 1. 建立结构性约束框架(不是列出因素,而是找到不会变的硬条件) 2. 填入经过验证的事实 3. 通过因果链推导唯一结论(不做情景列举,不做概率分...

Registry SourceRecently Updated
1670Profile unavailable
Research

hum

AI content writer that researches, outlines, drafts, publishes, and manages engagement for LinkedIn and X using your voice and style guidelines.

Registry SourceRecently Updated
1830Profile unavailable
Research

YouTube Distiller

Automatically download subtitles from YouTube/Bilibili and generate structured knowledge articles in various summary styles using AI.

Registry SourceRecently Updated
1930Profile unavailable