ワンクリックで
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 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-statsrc-validate