refresh

Synchronize source code repositories, detect file changes, and regenerate documentation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/myevaluations/myevals-docs --skill refresh-myevaluations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refresh
Source: https://github.com/myevaluations/myevals-docs/tree/main/skills/refresh
Command: npx skills add https://github.com/myevaluations/myevals-docs --skill refresh-myevaluations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of synchronizing source code repositories, detecting changes, updating documentation, and running AI-powered enrichment on modified files.

Core Features & Use Cases

  • Automated Code Sync: Pulls the latest changes from all configured source code repositories.
  • Change Detection: Identifies which files and modules have been modified.
  • AI Enrichment: Re-runs AI analysis on changed files to update documentation summaries, business context, and technical details.
  • Documentation Generation: Regenerates documentation pages, cross-references, and changelogs.
  • Use Case: After a team merges new features into the codebase, this Skill can be run to ensure the documentation site reflects the latest code, including AI-generated summaries for new or updated components.

Quick Start

Refresh the codebase and update the documentation.

Frequently Asked Questions about refresh

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

FAQPage Schema
How do I automatically sync code changes and update technical documentation?

To automatically sync code changes and update technical documentation, this Skill pulls the latest repository changes, detects modified files, and regenerates documentation pages with AI-powered enrichment for updated components.

How does AI enrichment work for modified code files?

AI enrichment for modified code files works by detecting changed modules after a repository sync, then re-running AI analysis on those files to update documentation summaries, business context, and technical cross-references automatically.

Do I need a GitHub token to sync private source code repositories?

Yes, you need a GitHub token to access and synchronize private source code repositories. The documentation generation and code sync processes also require Node.js and npm installed in your environment to function correctly.

Can I generate changelogs and cross-references automatically after merging new features?

Yes, you can generate changelogs and cross-references automatically after merging new features. The Skill detects file changes from the codebase sync and regenerates technical documentation pages reflecting the latest code updates.

What's the best way to maintain up-to-date documentation for a frequently changing codebase?

The best way to maintain up-to-date documentation for a frequently changing codebase is automating code sync, change detection, and AI enrichment to regenerate documentation summaries and cross-references whenever new features are merged.