一键导入
rc-search
Search claims and sources using natural language queries. Use when looking for related claims or finding existing analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search claims and sources using natural language queries. Use when looking for related claims or finding existing analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Full Reality Check analysis - fetch source, perform 3-stage analysis, extract claims, register to database, and validate. The flagship command for rigorous source analysis.
Perform a full 3-stage analysis following the Reality Check methodology. Use for manual analysis without automatic database registration.
Create a cross-source synthesis across multiple source analyses and claims. Use after checking multiple sources or when producing a higher-level, decision-oriented view.
Full Reality Check analysis - fetch source, perform 3-stage analysis, extract claims, register to database, and validate. The flagship command for rigorous source analysis.
Perform a full 3-stage analysis following the Reality Check methodology. Use for manual analysis without automatic database registration.
Create a cross-source synthesis across multiple source analyses and claims. Use after checking multiple sources or when producing a higher-level, decision-oriented view.
| name | rc-search |
| description | Search claims and sources using natural language queries. Use when looking for related claims or finding existing analysis. |
Search claims and sources using natural language queries. Use when looking for related claims or finding existing analysis.
$search <query>
Note: Codex reserves /... for built-in commands. Use $rc-search instead.
Search claims and sources using natural language queries.
rc-db search "query" --limit 10
# or: uv run python scripts/db.py search "query" --limit 10
Note: Semantic search requires embeddings. If search fails with embedding errors:
sentence-transformers is installed (included in realitycheck dependencies)rc-db embed status or uv run python scripts/embed.py statusrc-db embed generate or uv run python scripts/embed.py generateREALITYCHECK_EMBED_SKIP=1 unless you explicitly want to disable embeddings (used for CI/testing)--domain: Filter by domain (TECH/LABOR/ECON/GOV/SOC/RESOURCE/TRANS/GEO/INST/RISK/META)--limit: Maximum results to return (default: 10)--format: Output format - json (default) or text--type: Filter by record type (claim or source)Results include:
rc-db search "AI automation labor displacement"
rc-db search "training costs" --domain TECH --limit 5
rc-db search "economic transition" --type claim
$rc-stats$rc-validate