workflow-vault-weeklylisted
Install: claude install-skill slogsdon/skills-workflows
# Skill: /workflow-vault-weekly
Runs the five vault-health skills in dependency order so the later stages have current data from the earlier ones. Use weekly.
## When to use
- Friday-afternoon vault review.
- After a week of heavy note capture, before reviewing for patterns.
- The user explicitly says "weekly vault review" / "what should I publish this week".
## When NOT to use
- Daily; the daily rituals (`/morning`, `/eod`, `/log`) cover the within-day cadence.
- For specific known issues (one orphan note, one stale tag) — call the targeted skill directly.
## Steps
| Step name | Stage | Invokes |
|--------------|-------------------|---------------------|
| `lint` | Lint | `vault-lint` |
| `backlinks` | Backlinks | `backlinks` |
| `index` | Vault index | `vault-index` |
| `signals` | Weekly signals | `weekly-signals` |
| `learnings` | Weekly learnings | `weekly-learnings` |
### Stage 1: Lint — step `lint` — invokes `vault-lint`
Scans Concepts/, finds orphans, broken links, missing pages, contradictions. Writes `vault-lint-report.md`.
Output: report file exists.
Checkpoint: surface any blocking issues before continuing.
### Stage 2: Backlinks — step `backlinks` — invokes `backlinks`
Audits and repairs the backlink graph; flags structurally important orphans.
Output: backlink-audit summary in conversation.
Checkpoint: confirm fixes applied before rebuilding the index.