con un clic
verify-claims
Verify thesis claims against the 105-paper literature corpus using RAG
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Verify thesis claims against the 105-paper literature corpus using RAG
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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.