hygiene

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

适合需要无人值守、周期性维护并自动落地变更的项目仓库。

▸ 风险提示

会自动创建 PR 并开启自动合并,需写权限及受信任的 CI 配置。

这个 Skill 做什么

按计划运行仓库保养任务:刷新文档、按规范提交并创建可自动合并的 PR。

按计划把仓库的例行维护做完:刷新托管文档、按规范提交变更,并为每项结果创建独立 PR,开启自动合并。这个流程由 waffle-hygiene 的定时 CI 调度,也可以手动触发,每步按 git-workflow 的标准落地。目的是自动化日常保养,不让小问题堆积在主分支上。

▸ 展开 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.

自动化集成仓库维护定时任务自动 PR通用
0
Stars
0
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/.claude/skills/hygiene/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/.claude/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 公开信息 · 原文版权归作者所有