ce-compound-refresh

Audits documented learnings against the current codebase and refreshes drifted docs in two-section reports.

10|Updated Dec 13, 2016
One-click install
npx skills add https://github.com/vitallium/dotfiles --skill ce-compound-refresh-vitallium
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-compound-refresh
Source: https://github.com/vitallium/dotfiles/tree/main/dot_agents/skills/ce-compound-refresh
Command: npx skills add https://github.com/vitallium/dotfiles --skill ce-compound-refresh-vitallium

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Maintain the quality and relevance of docs under docs/solutions/ by auditing them against the current codebase, then refreshing, consolidating, or deleting drifted learnings and pattern docs.

Core Features & Use Cases

  • Audit existing learnings against the actual codebase to identify drift
  • Refresh derived pattern docs by consolidating or removing outdated guidance
  • Generate a final, evidenced-focused report summarizing Applied vs Recommended actions

Quick Start

Run ce-compound-refresh on docs/solutions/ to audit learnings and refresh drifted 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 documentation drift in my codebase?

Documentation drift is detected by auditing existing learnings and pattern docs against the current codebase state to identify inconsistencies and outdated guidance.

Can I automate refreshing outdated documentation under docs/solutions?

Yes, you can automate refreshing outdated documentation under docs/solutions by running the audit in headless mode to refresh or consolidate drifted learnings without manual intervention.

What is the best way to consolidate outdated pattern docs against a live repository?

The best way to consolidate outdated pattern docs is to audit the documented learnings against the live repository state, applying updates or removing obsolete guidance while validating parser-safety.

Does the documentation refresh workflow support interactive mode for ambiguous cases?

Yes, the documentation refresh workflow supports interactive mode, allowing you to manually review ambiguous drift cases where the system otherwise marks them as stale in the final report.

How do I validate parser-safety before finalizing documentation updates?

Parser-safety is validated by reading the updated learnings and pattern docs, then checking the canonical artifacts for syntax compliance before finalizing the consolidation changes.

Why does my documentation audit report show separate Applied and Recommended sections?

The documentation audit report separates Applied and Recommended sections to distinguish actions already executed to fix drift from suggested actions that require further manual review.