返回顶部
i

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
94
下载量
0
收藏
概述
安装方式
版本历史

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 ```bash # 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. ```bash 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. ```bash 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. ```bash 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. ```bash 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 irb-application-assistant-1776024798 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 irb-application-assistant-1776024798 技能

通过命令行安装

skillhub install irb-application-assistant-1776024798

下载 Zip 包

⬇ 下载 irb-application-assistant v1.0.0

文件大小: 4.53 KB | 发布时间: 2026-4-13 10:42

v1.0.0 最新 2026-4-13 10:42
Initial release of IRB Application Assistant.

- Assists researchers in preparing, reviewing, and submitting IRB applications.
- Supports generation of informed consent documents, protocol compliance review, and application form creation.
- Provides submission checklist validation to ensure completeness before IRB submission.
- Includes recommended workflow and quality checklist for a streamlined IRB process.
- Offers command-line examples for all supported tasks.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部