| name | timeline-fact-consistency |
| description | Check chronology and fact consistency across long-form text. / 检查长文中的时间线与事实一致性。 |
| metadata | {"builtin_skill_version":"0.1.0","copaw":{"emoji":"🕰️","requires":{}}} |
timeline-fact-consistency
Purpose / 目标
Detect timeline contradictions and factual sequence conflicts in narrative or technical documents.
识别叙事或技术文档中的时间线冲突和事实顺序矛盾。
When to use / 何时使用
- "Check chronology consistency in this manuscript."
- "帮我核对事件前后顺序是否一致。"
- "Find date and timeline conflicts across chapters."
Inputs / 输入
- text_or_sections: required
- timeline_scope: optional, chapter or full-document
- fact_priority: optional, strict or balanced
Output / 输出
- timeline_conflicts: contradictory dates or event orders
- fact_conflicts: inconsistent factual claims
- mitigation_plan: merge or rewrite suggestions
Boundaries / 边界
- Do not infer unstated events as facts.
- Keep uncertain temporal relations flagged.
- Separate hard conflict from soft ambiguity.
Execution Guidance / 执行指引
- Extract events, dates, and temporal cues.
- Build ordered timeline graph.
- Detect sequence and fact conflicts.
- Return evidence-based issue report.
Example I/O / 示例输入输出
Input example:
- task: "Apply this skill to the provided text block"
- constraints: "Keep original intent and only apply necessary changes"
输入示例:
- 任务:"对给定文本应用本技能"
- 约束:"保持原意,仅做必要修改"
Output example:
- result: concise, structured outcome
- highlights: key findings and priority actions
- follow_up: unresolved items for human review
输出示例:
- 结果:结构化且简洁的处理结果
- 重点:关键发现与优先处理项
- 后续:需人工确认的未决事项
Prompt Contract / 提示约定
- Keep recommendations conservative and traceable.
- Separate confirmed findings from uncertain assumptions.
- Preserve original intent unless explicit rewrite is requested.
- If confidence is low, provide options and mark review-required items.