# Research Survey Qc

> Review a three-column survey workbook and export an audit sheet while preserving input cells. Use for the portfolio survey QC workflow.

- Skill: `frankglendon/research-survey-qc` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add frankglendon/research-survey-qc`
- Raw SKILL.md: https://api.skillmd.com/api/skills/frankglendon/research-survey-qc/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: frankglendon (https://skillmd.com/u/frankglendon)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/frankglendon/research-survey-qc

---


# Review survey response quality

Require exactly id, score, comment columns. Review every populated row, keeping uncertain distinct from clean. The demo score range is 0-10; do not generalize it to other scales.

1. Inspect the source and clarify missing task requirements. Read [the plan protocol](references/protocol.md).
2. Complete the required semantic/business review, then bind the reviewed plan to its input hashes. A review flag records a declaration; it is not an independent verifier.
3. From this skill directory, run `python scripts/run.py qc --input INPUT --plan PLAN --output OUTPUT`. Replace placeholders with absolute local paths.
4. If a gate blocks export, fix the cause and repeat the affected review. Do not bypass the gate or edit a previously reviewed plan in place.
5. Inspect the final artifact and keep the redacted manifest with it. Programmatic validity does not establish semantic correctness.

This skill requires the shared Python package installed from this repository. It does not run a web server or grant authority to publish or message anyone.

