Agent Skills
› serithemage/serverless-openclaw
› solo-maintainer-guard
solo-maintainer-guard
GitHub执行仓库自动化巡检,涵盖安全、构建、测试及文档一致性检查,审查 CI/CD 失败情况并处理依赖漂移。适用于维护者希望自动清理和监控仓库状态,无需手动干预各子系统的场景。
触发场景
需要定期或按需检查仓库健康状态
发现构建、测试或安全检查失败
代码或基础设施变更后需验证文档一致性
安装
npx skills add serithemage/serverless-openclaw --skill solo-maintainer-guard -g -y
SKILL.md
Frontmatter
{
"name": "solo-maintainer-guard",
"description": "Runs recurring guard sweeps for operations, cost, security, workflow health, and docs drift. Use when the maintainer wants the repository checked and cleaned up without micromanaging each subsystem.",
"argument-hint": "[optional focus, e.g. security|cost|ops|docs]"
}
Solo Maintainer Guard
Required Context
Read the shared policy first:
Guard Sweep
- Run repository safety checks:
npm run check:secretsnpm run buildnpm run lintnpm run test
- Review failed or flaky automation with
gh run listand inspect the most recent failed jobs when present. - Check dependency and supply-chain drift when the request calls for it or when a recent PR added dependencies.
- If AWS credentials and
.envare configured, run the relevant operational probes such asmake task-status, cold-start checks, or deployment verification commands. - Look for docs drift after code or infra changes and update docs automatically when the fix is straightforward and safe.
- Open or update tracking issues only when the problem cannot be fixed in the same pass.
Stop Conditions
- Anything that matches the suspicious-change policy
- cost or security changes that need explicit product direction
- operational failures that require irreversible cloud-side actions
版本历史
- 504300d 当前 2026-07-25 09:01


