← Back to list

fof-qc-summarizer
by Tupatuko2023
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: fof-qc-summarizer description: Aggregate-only summarizer for K18 QC artifacts; produces summary outputs and appends manifest rows when format is confirmed. metadata: short-description: Aggregate-only QC summarizer for K18 outputs.
How to use
Run from the Fear-of-Falling subproject root or repo root.
Example:
Rscript .codex/skills/fof-qc-summarizer/scripts/qc_summarize.R
Optional overrides:
Rscript .codex/skills/fof-qc-summarizer/scripts/qc_summarize.R --qc-dir PATH --out-dir PATH --script-label K18_QC_SUMMARY
Inputs
- QC outputs under
Fear-of-Falling/R-scripts/K18/outputs/K18_QC/qc/. - Manifest helpers discovered by scanning for
init.Rwithappend_manifest()andmanifest_row(). - Policy sources:
Fear-of-Falling/CLAUDE.md,Fear-of-Falling/QC_CHECKLIST.md.
Outputs
Fear-of-Falling/R-scripts/K18/outputs/K18_QC/qc_summary/qc_summary.csvFear-of-Falling/R-scripts/K18/outputs/K18_QC/qc_summary/qc_summary.txt- One manifest row per new artifact (if manifest format is confirmed).
Failure modes
- Fear-of-Falling project root not found.
- QC outputs directory missing.
- Manifest helpers missing.
- Manifest header mismatch (fail closed).
- No eligible aggregate QC artifacts to summarize.
Safety/guardrails
- FAIL CLOSED: if manifest helpers or format are not verifiable, the script exits 1.
- Privacy: skips any file with
ids,row_level, orparticipantin the name or anid-like column; never writes participant-level rows. - No external APIs or network calls.
- Does not modify raw data or QC inputs.
Sources: Fear-of-Falling/CLAUDE.md, Fear-of-Falling/QC_CHECKLIST.md.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon