ce:compound-refresh

Refresh stale learning and pattern docs against the current codebase.

1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/sommio/RSSift --skill ce-compound-refresh-sommio
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ce:compound-refresh
Source: https://github.com/sommio/RSSift/tree/main/.agents/skills/ce-compound-refresh
Command: npx skills add https://github.com/sommio/RSSift --skill ce-compound-refresh-sommio

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Keeps learnings and patterns in sync with the evolving codebase by reviewing existing docs and updating or consolidating them after refactors, migrations, or dependency upgrades. It also helps ensure accuracy when reviewing documentation across languages.

Core Features & Use Cases

  • Review current learnings against the live codebase and refresh stale or drifting pattern docs.
  • Consolidate related docs and remove duplicates to reduce drift.
  • Generate a maintenance report and optionally mark ambiguous cases as stale in autofix mode.

Quick Start

Run ce:compound-refresh to review and refresh stale learnings and pattern docs against the current codebase.

Frequently Asked Questions about ce:compound-refresh

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

FAQPage Schema
How do I keep pattern docs and learnings in sync with the codebase after a refactor?▼

To keep pattern docs in sync with the codebase after a refactor, you need to detect stale learnings by comparing existing documentation against the current codebase, then apply updates, consolidations, or deletions to resolve drift.

What is the best way to consolidate duplicate pattern docs and reduce documentation drift?▼

The best way to reduce documentation drift is to review related pattern docs against the live codebase, consolidate overlapping content, and remove duplicates to ensure consistency across both English and Chinese solution spaces.

Can I automatically mark ambiguous learnings as stale during docs maintenance?▼

Yes, you can mark ambiguous learnings as stale during docs maintenance by using an autofix mode, which also enforces frontmatter and content validity while generating a maintenance report summarizing all actions and outcomes.

When do I need to refresh stale pattern docs and learnings?▼

You need to refresh stale pattern docs and learnings after major refactors, migrations, or dependency upgrades to ensure the documentation accurately reflects the evolved codebase and maintains consistency across languages.

How does documentation maintenance enforce frontmatter and content validity?▼

Documentation maintenance enforces frontmatter and content validity by reviewing existing docs against the current codebase, identifying formatting or structural issues, and applying necessary updates to produce a valid maintenance report.