Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .claude/skills/maintenance-deps/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: maintenance-deps
description: Run dependency maintenance for this project — executes the zed:dependabot-sweep plugin skill.
---

# Dependency Maintenance

Run the full Dependabot maintenance sweep for this repository.

## Steps

1. Invoke the `zed:dependabot-sweep` skill and let it run to completion. It will
unblock stuck Dependabot PRs, merge ready PRs, fix vulnerability alerts, update
the changelog, and open a PR as appropriate for this repository.
2. Report what the sweep did.
13 changes: 13 additions & 0 deletions .claude/skills/maintenance-weekly/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: maintenance-weekly
description: Run weekly maintenance for this project — currently runs dependency maintenance via maintenance-deps.
---

# Weekly Maintenance

Perform the weekly maintenance pass for this repository.

## Steps

1. Invoke this project's `maintenance-deps` skill and let it run to completion.
2. Report what was done.