hygiene

仓库创建 2026年7月2日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

把例行维护任务自动化成可调度作业,降低人工忘记或疏漏的风险。

▸ 风险提示

会自动创建/合并 PR,需要写入仓库权限与审慎的自动合并策略

这个 Skill 做什么

定期刷新由托管工具维护的文档并按流程提交 PR,日常自动化仓库保养清单。

自动跑一套仓库保养清单:先刷新由托管工具维护的文档,再按 git 流合并为单独 PR 并可自动合并。平时由定时 CI(waffle-hygiene)触发,也可以手动运行来保持仓库活力。特别之处是每个任务独立产出并以独立 PR 落地,便于可审计和回滚。

▸ 展开 SKILL.md 英文原文

Run the scheduled repo-hygiene task list: refresh managed docs via the `docs` skill, then land the result as a PR (per git-workflow conventions) with auto-merge enabled. Dispatched daily by the waffle-hygiene workflow; also user-invocable to run hygiene on demand.

自动化集成仓库维护自动化文档更新通用
0
Stars
0
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/stacks/github-workflow/skills/hygiene/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/stacks/github-workflow/skills/hygiene/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Repo Hygiene

You were dispatched by the `.github/workflows/waffle-hygiene.yml` scheduled CI job (or
invoked directly) to keep this repo's managed upkeep fresh without human intervention.
Work the **task list** below in order. Each task is self-contained: produce its result,
land it as its own PR per the `git-workflow` skill, then move on to the next.

## Task list

1. **Refresh documentation.** Run the `docs` skill (audit → machine docs → human docs).
   It re-audits the codebase and updates the machine and human doc sets to match the
   current state. If the `docs` skill is **not present** in this repo, skip this task and
   say so in your report — do not improvise a docs pass by hand.

via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有