skill-sync-guard

Synchronize local skill definitions with Valley MAS feature changes.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/muddyrain/valley-mas --skill skill-sync-guard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-sync-guard
Source: https://github.com/muddyrain/valley-mas/tree/main/.codex/skills/skill-sync-guard
Command: npx skills add https://github.com/muddyrain/valley-mas --skill skill-sync-guard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

当 Valley MAS 的功能、交互规则或文案发生变化时,本地已有 skills 可能因规则过时而不再准确。本技能提供对齐与同步机制,确保技能定义与系统行为保持一致。

Core Features & Use Cases

  • 同步检查已实现技能与当前产品事实之间的差异,提示需要更新的 skill。
  • 自动更新 SKILL.md 与 agents/openai.yaml 的变更,避免人工遗漏。
  • 适用于功能定位、交互规则变更、卡片系统与文案更新等场景的变更治理。

Quick Start

先在改动前后执行变更评审,确保涉及的 skill 已被标记需要同步更新。

Frequently Asked Questions about skill-sync-guard

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

FAQPage Schema
How do I keep local AI skill definitions consistent after product feature changes?

To keep local skill definitions consistent after product feature changes, synchronize your SKILL.md and agents/openai.yaml files with the latest system rules to prevent outdated logic from guiding AI behavior.

What happens when outdated rules guide AI behavior after interaction updates?

When outdated rules guide AI behavior after interaction updates, misalignment occurs. You need a validation and guardrail mechanism to detect differences and recover local skill definitions to match the current product facts.

How do I synchronize SKILL.md files when release methods or card logic change?

To synchronize SKILL.md files when release methods or card logic change, execute a change review before and after modifications to flag affected skills and automatically enforce updates across your configuration files.

Does product change management require manual updates to agents/openai.yaml?

Product change management does not require manual updates to agents/openai.yaml. A dedicated synchronization mechanism can automatically align agent configurations with feature positioning and product copy updates to avoid human omission.

When do I need to run a sync check for feature positioning and copy updates?

You need to run a sync check for feature positioning and copy updates whenever Valley MAS features or interaction rules change, ensuring your local skills are flagged and validated against the latest system behavior.

What are the limitations of relying on manual checks for skill consistency?

Relying on manual checks for skill consistency introduces the risk of human omission during complex feature changes. Without automated guardrails, outdated rules may persist and incorrectly guide AI behavior across your system.