web-update-log-guard

Generate user-facing web update logs only for real web changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Valley MAS 在发布阶段需要对外给出清晰的一致性日志。该技能仅在 commit/push 触发时生成面向终端用户的对外更新日志,避免在临时改动阶段污染对外说明。

Core Features & Use Cases

  • 对外更新日志护栏:仅在实际的 Web 功能变动且准备发布时写入日志,避免内部实现细节泄露。
  • 变更简述与时间戳:日志内容聚焦功能变化与更新时间,格式友好给终端用户阅读。
  • 流程约束:若没有真实的发布触发或未执行 commit/push,不生成日志。

Quick Start

在准备发布的瞬间让 AI 生成对外日志并写入后端系统以便发布。

Frequently Asked Questions about web-update-log-guard

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

FAQPage Schema
How do I generate user-facing web update logs only when committing real changes?

To generate user-facing web update logs, trigger the guard during commit or push actions. It ensures logs are written only when actual web platform changes occur, capturing feature updates and accurate timestamps without leaking internal details.

Why do my web release logs contain leaked file paths and internal implementation details?

Web release logs leak internal details when safeguards are missing. This guard enforces strict content constraints during commit or push, preventing file paths and internal prompts from appearing in the external web platform update logs.

When should I write external update logs to avoid polluting user-facing release notes?

You should write external update logs only at release-time moments when a commit or push involves real web changes. This ensures temporary internal modifications do not pollute the user-facing web platform release notes.

Can I use commit hooks to automatically write update logs to my web platform?

Yes, you can use commit or push triggers to automatically write update logs to your web platform. The solution enforces that logs are generated exclusively for real web feature changes, ensuring accurate timestamps and user-friendly formatting.

What happens if no real web changes are detected during a push?

If no real web changes are detected during a push, the log guard does not generate any logs. This process constraint ensures the web platform remains clean and only reflects actual feature updates with accurate update times.