ce-compound-refresh

Refresh codebase documentation by comparing it to current code.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/valegrajales/agentic-retrieval-example --skill ce-compound-refresh-valegrajales
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ce-compound-refresh
Source: https://github.com/valegrajales/agentic-retrieval-example/tree/main/.github/skills/ce-compound-refresh
Command: npx skills add https://github.com/valegrajales/agentic-retrieval-example --skill ce-compound-refresh-valegrajales

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automatically refreshes and updates documentation within a repository by comparing it to the current codebase and applying necessary changes.

Core Features & Use Cases

  • Documentation Refresh: Updates outdated or incorrect documentation to ensure it reflects the current codebase.
  • Autofix Mode: Applies updates automatically without user interaction, for unambiguous cases.
  • Interactive Mode: Allows manual intervention and decision-making for ambiguous cases.
  • Scope Selection: Provides options for narrowing down the scope of documentation to review.
  • Maintenance Model: Determines the appropriate action for each documentation artifact, such as Keep, Update, Consolidate, Replace, or Delete.

Quick Start

Run the ce-compound-refresh skill with the command: ce-compound-refresh --scope docs/solutions/.

Frequently Asked Questions about ce-compound-refresh

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

FAQPage Schema
How do I automatically update outdated documentation in my repository?▼

To update outdated documentation in your repository, you can use an automated documentation refresh process that compares your docs to the current codebase and applies changes to keep them up-to-date.

What is the difference between autofix and interactive mode for document refresh?▼

Document refresh autofix mode applies updates automatically without user interaction for unambiguous cases, while interactive mode allows manual intervention and decision-making when handling ambiguous cases in your codebase comparison.

How do I narrow down the scope of documentation files to review and update?▼

You can narrow the scope of documentation files to review by specifying a target directory path during the refresh process, ensuring the codebase comparison and document updates only apply to the selected scope.

What actions can I take when maintaining outdated documentation in a codebase?▼

When maintaining outdated documentation in a codebase, the maintenance model determines the appropriate action for each artifact, allowing you to Keep, Update, Consolidate, Replace, or Delete the files.

Can I automate repository maintenance to sync documentation with code changes?▼

Yes, you can automate repository maintenance to sync documentation with code changes by running an autofix process that compares the documents to the current codebase and applies necessary updates automatically.