Skip to content

docs(skill): add maintenance skill for routine maintenance workflow#40

Merged
chaliy merged 1 commit into
mainfrom
claude/skill-maintenance-t0rOv
May 17, 2026
Merged

docs(skill): add maintenance skill for routine maintenance workflow#40
chaliy merged 1 commit into
mainfrom
claude/skill-maintenance-t0rOv

Conversation

@chaliy
Copy link
Copy Markdown
Owner

@chaliy chaliy commented May 17, 2026

What

Add a .claude/skills/maintenance/ skill that walks the routine-maintenance workflow defined in specs/maintenance.md, and register it in AGENTS.md alongside load-test.

Why

specs/maintenance.md defines the workflow (R1 deps, R2 models, R3 code quality, R5/R6 specs alignment) but there was no skill or runnable companion. The first thing an agent did during the most recent maintenance pass was discover that cargo-audit and cargo-deny (R1.3, R1.4) are not installed by default and only run in CI — that knowledge had to be re-derived each time.

How

The skill:

AGENTS.md gets one new bullet under "Available skills".

Risk

  • None. Documentation-only addition.

Checklist

  • AGENTS.md updated with the new skill entry
  • Skill follows the structure of the existing load-test/ skill (front-matter + prerequisites + workflow)

specs/maintenance.md defines the routine workflow (deps, models, code
quality, spec alignment) but there was no skill to launch it. The
load-test skill was the only entry under .claude/skills/, so an agent
running maintenance had to read the spec and assemble the steps from
scratch each time.

The skill:
- Lists the prerequisite tools (cargo-audit, cargo-deny) with install
  commands, since they are not in the default toolchain and were the
  only checks not runnable locally during the most recent maintenance
  pass.
- Walks the four workflow phases (R1 deps, R2 models, R3 code
  quality, R5/R6 specs + AGENTS.md alignment) with the exact commands
  to run.
- Documents the typical "three or four small PRs" shape and cites
  PRs #34-#37 as a worked example.

Register the new skill in AGENTS.md alongside the existing load-test
skill.
@chaliy chaliy merged commit bace220 into main May 17, 2026
11 checks passed
@chaliy chaliy deleted the claude/skill-maintenance-t0rOv branch May 17, 2026 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant