بنقرة واحدة
rc-export
Export Reality Check data to YAML or Markdown formats for backup, sharing, or documentation.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Export Reality Check data to YAML or Markdown formats for backup, sharing, or documentation.
التثبيت باستخدام 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-export |
| description | Export Reality Check data to YAML or Markdown formats for backup, sharing, or documentation. |
Export Reality Check data to YAML or Markdown formats for backup, sharing, or documentation.
$export <format> <type>
Note: Codex reserves /... for built-in commands. Use $rc-export instead.
Export Reality Check data to YAML or Markdown formats.
rc-export <format> <type> [--id ID] [-o OUTPUT]
# or: uv run python scripts/export.py <format> <type> ...
format: Output format (yaml or markdown)type: What to export (claims, sources, chains, all)--id: Export specific record by ID-o, --output: Output file path (default: stdout)--domain: Filter by domain (for claims)--include-embeddings: Include vector embeddings (large!)# Export all claims as YAML
rc-export yaml claims -o claims.yaml
# Export specific source as Markdown
rc-export markdown source --id doctorow-2026-reverse-centaur
# Export all data as YAML
rc-export yaml all -o full-export.yaml
# Export TECH domain claims
rc-export yaml claims --domain TECH -o tech-claims.yaml
YAML: Machine-readable, suitable for backup/migration
claims:
- id: "TECH-2026-001"
text: "..."
type: "[T]"
...
Markdown: Human-readable, suitable for documentation
# Claims Export
## TECH-2026-001
**Text**: ...
**Type**: [T]
...
$rc-stats$rc-validate