ce-compound-refresh

Review and refresh outdated learning and pattern documents against the current codebase.

1|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/FFCfelps1/SGPPF_Maua --skill ce-compound-refresh-ffcfelps1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-compound-refresh
Source: https://github.com/FFCfelps1/SGPPF_Maua/tree/main/.gemini/skills/ce-compound-refresh
Command: npx skills add https://github.com/FFCfelps1/SGPPF_Maua --skill ce-compound-refresh-ffcfelps1

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the refreshing of outdated learning and pattern documents within a codebase, ensuring documentation remains up-to-date with current code changes.

Core Features & Use Cases

  • Automated Review: Reviews existing documentation against the current codebase to identify outdated content.
  • Refresh Actions: Applies actions like updates, consolidations, and deletions to refresh outdated content.
  • Headless Mode: Can run in headless mode without user interaction, marking ambiguous cases as stale.
  • Interactive Mode: In interactive mode, provides the user with recommendations and decisions for ambiguous cases.

Quick Start

Run the ce-compound-refresh skill with the "mode:headless" argument to automatically refresh the 'docs/solutions/' directory.

Frequently Asked Questions about ce-compound-refresh

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

FAQPage Schema
How do I automate the refreshing of outdated codebase pattern documents?

Automate document refreshing by comparing existing learning and pattern documents against the current codebase to identify outdated content. The tool then applies refresh actions like updates, consolidations, and deletions to keep documentation synchronized with code changes.

What is automated codebase document maintenance and when do I need it?

Automated codebase document maintenance is the process of identifying and refreshing outdated learning and pattern documents. You need it when code changes outpace documentation updates, leaving stale or misleading references in your project's solutions directory.

Can I refresh stale code documentation without user interaction?

Yes, you can refresh stale code documentation without user interaction by running the tool in headless mode. Headless mode automatically applies refresh actions and marks ambiguous cases as stale, bypassing the need for manual decisions.

How does interactive mode handle ambiguous document updates?

Interactive mode handles ambiguous document updates by providing recommendations and prompting the user for decisions. This ensures that complex or unclear pattern matching cases are reviewed manually before any consolidations or deletions are applied.

What refresh actions are applied during automated code review?

The refresh actions applied during automated code review include updates, consolidations, and deletions. These actions are determined by comparing existing learning and pattern documents against the current state of the codebase.