Solo Maintainer Guard

SkillCloud & infra

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.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Solo Maintainer Guard skill

What this skill tells your AI

The instructions your AI receives, as published by serithemage/serverless-openclaw in .agents/skills/solo-maintainer-guard/SKILL.md and read by ahel’s review.

Required Context

Read the shared policy first:

Guard Sweep

  1. Run repository safety checks:
    • npm run check:secrets
    • npm run build
    • npm run lint
    • npm run test
  2. Review failed or flaky automation with gh run list and inspect the most recent failed jobs when present.
  3. Check dependency and supply-chain drift when the request calls for it or when a recent PR added dependencies.
  4. If AWS credentials and .env are configured, run the relevant operational probes such as make task-status, cold-start checks, or deployment verification commands.
  5. Look for docs drift after code or infra changes and update docs automatically when the fix is straightforward and safe.
  6. 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

Signals

GitHub stars
195
Forks
40
Last commit
Mar 2026
Advanced
Catalog kind
skill
Gateway key
solo-maintainer-guard
Source
github.com/serithemage/serverless-openclaw