refresh-project-dashboards

Installation
SKILL.md

Refresh Project Dashboards

Find project notes whose surrounding activity is newer than their last dashboard refresh, then update each candidate using generate-project-dashboard.

Workflow

  1. Resolve vault root, default to the current repository root.
  2. Run the stale-project scanner:
    python skills/refresh-project-dashboards/scripts/find-stale-projects.py --vault-root "$PWD"
    
    Use --json if easier to post-process.
  3. Review candidates. In interactive mode, summarize the candidates and ask before batch edits if more than one project will be changed. In auto mode, limit to the top 5 stale projects unless the user specifies a limit.
  4. For each selected project, use generate-project-dashboard:
    • update the Markdown source-of-truth first
    • update/create the HTML dashboard
    • verify links and preview rendering
  5. Report refreshed projects, skipped projects, and reasons.
Related skills
Installs
1
Repository
olivoil/skills
First Seen
3 days ago