ce:compound-refresh

Audit stale learnings and pattern docs against the current codebase.

6|Updated Jan 29, 2023
One-click install
npx skills add https://github.com/rethinkhealth/glion --skill ce-compound-refresh-rethinkhealth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce:compound-refresh
Source: https://github.com/rethinkhealth/glion/tree/main/.agents/skills/ce-compound-refresh
Command: npx skills add https://github.com/rethinkhealth/glion --skill ce-compound-refresh-rethinkhealth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Refresh stale learnings and pattern docs to reflect the current codebase, ensuring guidance remains accurate after changes.

Core Features & Use Cases

  • Automates auditing of docs/solutions learnings against the repository to identify drift and outdated guidance.
  • Updates, consolidates, replaces, or deletes artifacts to restore accuracy and reduce duplication.
  • Applies after refactors, migrations, dependency upgrades, or when recently solved problems contradict or overlap with existing guidance.

Quick Start

Run ce:compound-refresh to audit learnings and pattern docs and apply updates 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 refresh stale documentation after a codebase migration or dependency upgrade?

To refresh stale documentation after a codebase migration, you can automate auditing pattern docs against your repository to identify drift and update outdated guidance.

What is the best way to audit outdated pattern docs against a current codebase?

Auditing outdated pattern docs involves scanning documentation directories to detect inconsistencies with the current codebase, allowing you to consolidate, replace, or delete drifted artifacts.

Does this documentation refresh process support automated autofix mode?

Yes, the documentation refresh process supports both automated autofix mode and interactive mode to update, consolidate, replace, or delete artifacts, and outputs a structured report.

When do I need to audit and update learned guidance in my repository?

You need to audit and update learned guidance after refactors, migrations, dependency upgrades, or when recently solved problems contradict or overlap with existing documentation.

How do I reduce duplication and restore accuracy to codebase learnings?

To reduce duplication and restore accuracy to codebase learnings, apply an audit across documentation directories to update, consolidate, replace, or delete overlapping artifacts.