reweave

Identify outdated knowledge items via a backward pass across related documents.

226|55|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Miosa-osa/canopy --skill reweave-miosa-osa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reweave
Source: https://github.com/Miosa-osa/canopy/tree/main/library/skills/processing/reweave
Command: npx skills add https://github.com/Miosa-osa/canopy --skill reweave-miosa-osa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Old or new information can render existing content outdated or inconsistent. Reweave performs a backward pass to identify items that need updating, correction, or enrichment, helping maintain a coherent knowledge base.

Core Features & Use Cases

  • Backward analysis to surface outdated content and propose updates across related topics and documents.
  • Trace changes to detect inconsistencies and ensure data integrity across the knowledge graph.
  • Use Case: after a new policy or decision is announced, reweave identifies all affected notes and updates them to reflect the latest state.

Quick Start

Run the backward pass to refresh related content when new information arrives.

Frequently Asked Questions about reweave

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify outdated knowledge items when new information arrives?

To identify outdated knowledge items when new information arrives, apply a backward pass across related topics and documents. This flags content needing updates or revalidation by tracing changes from the new data back to existing records.

What is the best way to maintain knowledge base consistency after a policy update?

The best way to maintain knowledge base consistency after a policy update is to run a backward analysis. This process surfaces affected notes and proposes updates, ensuring all related documents reflect the latest state and preventing data staleness.

How does a backward pass workflow ensure safe updates to a knowledge graph?

A backward pass workflow ensures safe knowledge graph updates by following controlled steps: parse, scan, compare, review, apply, and report. This auditable pipeline detects inconsistencies and validates changes before they are committed.

Can I automate staleness detection across related documents and topics?

Yes, you can automate staleness detection across related documents and topics. By implementing an automated backward pass, the system continuously scans for inconsistencies and surfaces update candidates whenever new information enters the knowledge base.

When do I need to trigger a backward pass for knowledge management?

You need to trigger a backward pass for knowledge management whenever new information arrives, such as after a new policy or decision is announced. This ensures existing content is checked for staleness and updated to maintain coherence.

Does this knowledge update process require external dependencies or components?

No, this knowledge update process does not require external dependencies or components. It operates independently using a built-in parse, scan, compare, review, apply, and report workflow to manage and refresh context internally.