ce:compound-refresh

Audit learnings and pattern docs against the current codebase and archive or update outdated guidance.

25|15|Updated Aug 2, 2021
One-click install
npx skills add https://github.com/JesusFilm/core --skill ce-compound-refresh-jesusfilm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce:compound-refresh
Source: https://github.com/JesusFilm/core/tree/main/.claude/skills/ce-compound-refresh
Command: npx skills add https://github.com/JesusFilm/core --skill ce-compound-refresh-jesusfilm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Refresh stale or drifting learnings and pattern docs in docs/solutions/ by reviewing, updating, replacing, or archiving them against the current codebase. Use after refactors, migrations, dependency upgrades, or when a retrieved learning feels outdated or wrong. Also use when reviewing docs/solutions/ for accuracy, when a recently solved problem contradicts an existing learning, or when pattern docs no longer reflect current code.

Core Features & Use Cases

  • Automated discovery and drift detection across docs/solutions.
  • Deterministic maintenance actions: Update references, auto-archive stale learnings, or replace with updated guidance.
  • Comprehensive maintenance reports detailing Applied and Recommended actions.

Quick Start

Run ce:compound-refresh to audit and refresh learnings and pattern docs against the latest 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 documentation accurate after a codebase refactor or migration?

To keep documentation accurate after a codebase refactor, audit your pattern docs against the current codebase to detect drift, update stale references, or archive outdated guidance automatically. This ensures technical learnings reflect recent structural changes and dependency upgrades.

What is the best way to detect drift in pattern docs and learnings?

Detecting drift in pattern docs involves auditing your solutions directory against the current codebase to identify outdated guidance. The process reviews existing learnings, flags contradictions from recently solved problems, and determines whether to update or archive the documentation.

How do I automate the maintenance of outdated codebase learnings?

Automate the maintenance of outdated codebase learnings by running an audit that operates in interactive or autonomous modes. The autonomous mode applies safe actions like archiving stale docs, while the interactive mode asks questions before updating references or replacing guidance.

When should I audit my solutions documentation for accuracy?

You should audit your solutions documentation for accuracy after dependency upgrades, migrations, or refactors. Additionally, review these docs when a recently solved problem contradicts an existing learning, or when pattern docs no longer reflect the current code structure.

Can I run automated documentation updates without manual review?

Yes, you can run automated documentation updates without manual review using autonomous mode, which applies safe actions directly to outdated learnings. It produces a final report with Applied and Recommended sections so you can verify which changes were executed automatically.