ce-compound-refresh

Detect drift between documented learnings and current code, then refresh affected pattern docs.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/vib795/copilot-anatomy --skill ce-compound-refresh-vib795
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-compound-refresh
Source: https://github.com/vib795/copilot-anatomy/tree/main/.github/skills/ce-compound-refresh
Command: npx skills add https://github.com/vib795/copilot-anatomy --skill ce-compound-refresh-vib795

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

Maintain the quality of docs/solutions over time by reviewing existing learnings against the current codebase and refreshing any derived pattern docs that depend on them. This workflow helps prevent drift after refactors, migrations, or dependency updates and ensures docs accurately reflect the code.

Core Features & Use Cases

  • Detect drift between learnings and current implementation and surface outdated guidance.
  • Refresh affected pattern/docs to align with the latest code structure and decisions.
  • Consolidate or adjust related docs to prevent duplication and improve discoverability.

Quick Start

Run the ce-compound-refresh workflow on your repository to automatically detect drift between learnings and code and refresh affected pattern docs.

Frequently Asked Questions about ce-compound-refresh

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

FAQPage Schema
How do I detect drift between documented learnings and my current code?

To detect documentation drift, run an automated workflow that compares existing learnings against your current codebase to surface outdated guidance. This process flags affected pattern docs and outputs a report detailing recommended next steps for resolving inconsistencies.

What is the best way to keep pattern docs updated after a major codebase refactor?

Keeping pattern docs updated after a refactor requires automatically refreshing affected documentation to align with the latest code structure. This workflow reviews existing learnings, applies updates, and consolidates related docs to prevent duplication while improving discoverability across your repository.

How do I refresh outdated codebase documentation to match new dependency updates?

Refreshing outdated codebase documentation involves running a workflow that identifies drift after dependency updates and applies changes to derived pattern docs. This ensures docs and solutions accurately reflect the current implementation without requiring manual checks across the entire repository.

Do I need any external dependencies to automate documentation consistency checks?

No external dependencies are required to automate documentation consistency checks. The workflow operates independently to identify drift between learnings and code, applying updates to pattern docs and producing a comprehensive report of applied actions alongside recommended next steps.

Can I consolidate duplicated solution docs to improve discoverability during a refresh?

Yes, you can consolidate duplicated solution docs to improve discoverability during a refresh. The workflow automatically adjusts related docs to prevent duplication when refreshing affected pattern documentation to align with the latest code structure and architectural decisions.