一键导入
verify-claims
Verify thesis claims against the 105-paper literature corpus using RAG
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verify thesis claims against the 105-paper literature corpus using RAG
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build a comprehensive TWFE Mathematics Explainer using a multi-agent pipeline with empirical data integration
Deep econometric review of identification strategy, TWFE, and shift-share design
Compile the thesis with tectonic and report results
Regenerate all CZ choropleth maps for the thesis (Frey et al. style)
Proofread a thesis chapter for grammar, style, and clarity
Review a Python analysis notebook for correctness, reproducibility, and formula consistency
| name | verify-claims |
| description | Verify thesis claims against the 105-paper literature corpus using RAG |
| context | fork |
| agent | literature-rag |
Verify claims made in the thesis against the indexed literature corpus (105 papers in ChromaDB). The argument can be a chapter name or a specific claim to verify.
If the argument is a chapter name (e.g., 04_methodology):
thesis/chapters/$ARGUMENTS.texIf the argument is a specific claim (e.g., "Mutz (2018) finds that status threat explains the 2016 vote"):
cd /Users/alessandro/Projects/Tesi/thesis/references/RAG && source venv/bin/activate && python /Users/alessandro/Projects/Tesi/.claude/skills/verify-claims/scripts/query_rag.py "query" --top-k 5
thesis/references/literature_analysis/concept_graph.jsonthesis/references/literature_analysis/paper_extractions/*.jsonReturn a claim verification report with status (SUPPORTED / PARTIALLY SUPPORTED / UNSUPPORTED / CONTRADICTED) for each claim.