| name | realitycheck |
| description | Full Reality Check analysis workflow - fetch source, analyze, extract claims, register to database, and validate. The main entry point for rigorous source analysis. |
| license | Apache-2.0 |
| compatibility | opencode |
| metadata | {"project":"realitycheck"} |
Reality Check - Full Analysis Workflow
This is the main entry point for Reality Check. It performs a complete analysis workflow on a source URL.
Usage
realitycheck <url> [--domain DOMAIN] [--quick] [--no-register]
Workflow
- Fetch - Retrieve source content
- Metadata - Extract title, author, date, type
- Stage 1 - Descriptive analysis (claims, assumptions, key terms)
- Stage 2 - Evaluative analysis (evidence quality, coherence, disconfirmation search)
- Stage 3 - Dialectical analysis (steelman, counterarguments, synthesis)
- Extract - Format claims with IDs, credence, evidence levels
- Register - Add source and claims to database
- Validate - Ensure data integrity
- Report - Generate summary
Prerequisites
Set REALITYCHECK_DATA environment variable:
export REALITYCHECK_DATA=/path/to/data/realitycheck.lance
Install Reality Check CLI tools:
pip install realitycheck
Arguments
url: URL to analyze
--domain: Primary domain (TECH/LABOR/ECON/GOV/SOC/RESOURCE/TRANS/GEO/INST/RISK/META)
--quick: Skip dialectical analysis (Stage 3)
--no-register: Analyze without registering to database
Related Skills
check - Full analysis with all options
rc-analyze - Manual 3-stage analysis
rc-extract - Quick claim extraction
rc-search - Search existing claims
rc-validate - Validate database integrity
rc-export - Export data to YAML/Markdown
rc-stats - Show database statistics
rc-synthesize - Cross-source synthesis