一键导入
citation-qa-report
Verify source traceability, artifact completeness, and citation correctness before citation_qa gate.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verify source traceability, artifact completeness, and citation correctness before citation_qa gate.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Convert source notes into claim-level evidence with confidence and limitations.
Write an evidence-backed final research report from sources and the evidence matrix.
Review research method quality, source diversity, bias, and conclusion strength.
Convert a broad research request into subquestions, assumptions, and source criteria.
Design and execute a multi-round SearxNG/arXiv search strategy.
Read a web page or paper and produce source-grounded notes with stable IDs.
| name | Citation QA Report |
| description | Verify source traceability, artifact completeness, and citation correctness before citation_qa gate. |
| when-to-use | Use by QA before calling SubmitGateVerdict for citation_qa. |
| user-invocable | false |
| context | inline |
Audit the research artifacts for traceability.
Before reviewing:
GetTeamContext.Procedure:
qa-report.md.SubmitGateVerdict for citation_qa.Checks:
Artifact completeness
Source registry
sources.jsonl parses as JSONL.retrieved or partially_retrieved and have claim_support_allowed: true.retrieval_status values are only retrieved, partially_retrieved, or inaccessible.Evidence matrix
evidence-matrix.jsonl parses as JSONL.sources.jsonl.Final report citations
final-report.md contains a readable source index and evidence index. The evidence index must map evidence IDs to source IDs so the user can audit the report from the working-directory deliverable package.Retrieval quality
Blocking findings:
sources.jsonl.retrieval_status is missing, inaccessible, fetch_failed, or whose claim_support_allowed is false.success, fail, fetched, or fetch_failed.sources.jsonl without Source Reader retrieval notes.sources.jsonl, evidence-matrix.jsonl, or final-report.md when required by the contract.final-report.md.Output:
Write qa-report.md:
# Citation QA Report
## Verdict
pass|fail|not_applicable
## Artifact Checks
| Artifact | Status | Evidence |
## Source Registry Checks
...
## Evidence Matrix Checks
...
## Citation Checks
...
## Findings
### Blocking
- ...
### Nonblocking
- ...
## Gate Evidence
- ...
Then call SubmitGateVerdict:
citation_qapass, fail, or not_applicablePass requires concrete evidence, not just "looks good".