skills/daily-review-sync-projects/SKILL.md
Discover all projects, git pull, spawn sub-agents to analyze each, update PROJECTS.md with consolidated report. Part of the daily review workflow.
npx skillsauth add razbakov/skills skills/daily-review-sync-projectsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Discovers all projects, pulls latest changes, analyzes each via sub-agents, updates PROJECTS.md, and produces a consolidated report with numbered tasks.
Invoked as part of /daily-review or independently via /daily-review-sync-projects.
~/Projects/ikigai~/Projects/PROJECTS.md in ikigai workspaceREADME.md in ikigai workspacefind <projects_dir> -maxdepth 4 -name ".git" -type d | grep -v .archive | grep -v node_modulesFor each discovered project, run git pull --ff-only on the default branch. Collect results.
Present a quick summary:
## Git Pull Results
| Project | Branch | Result |
|---------|--------|--------|
| wedance | main | Already up to date |
| sdtv | main | 3 new commits pulled |
| brievcase | main | Error: no remote |
Launch one sub-agent per project in parallel using the Agent tool. Each sub-agent receives:
Prompt template:
Analyze the project at {project_path}. This is a read-only analysis — do NOT modify any files.
1. **Git history** — Run `git log --oneline --since="2 weeks ago"` and `git log --oneline -20`. Summarize:
- Last commit date
- Number of commits in the last 2 weeks
- Key changes (group by theme, not individual commits)
- Active contributors
2. **Read project docs** — Read `README.md`, `CLAUDE.md`, `TODO.md`, `CHANGELOG.md`, `package.json`, or any top-level docs that exist. Extract:
- Project description / purpose
- Current status (if stated)
- Stated next steps or TODOs
- Tech stack
- Any deadlines or commitments mentioned
3. **Identify next tasks** — Based on git history and docs, suggest 1-3 concrete next actions for this project. Be specific (e.g., "Fix the Dropbox sync error in src/sync.ts" not "Continue working on sync").
4. **Activity assessment** — Classify the project:
- **Active**: commits in the last 2 weeks, or stated deadlines/commitments ahead
- **Stale**: no commits in 2+ weeks but has stated goals or unfinished work
- **Archive candidate**: no commits in 4+ weeks, no stated goals, no deadlines
Return your findings in this exact format:
## {project_name}
- **Path:** {project_path}
- **Description:** one-line summary
- **Tech stack:** key technologies
- **Last commit:** YYYY-MM-DD
- **Commits (2 weeks):** N
- **Status:** Active / Stale / Archive candidate
- **Reason:** why this classification
- **Next tasks:**
- task 1
- task 2
- task 3
After all sub-agents complete:
Read current PROJECTS.md and update:
Present the project summary in this exact format:
1. **ProjectName** — O1: KR1 (short KR description)
- a) First next task
- b) Second next task
- c) Third next task
2. **ProjectName** — O2: KR3 (short KR description)
- a) First next task
- b) Second next task
- c) Third next task
- *Archive candidate: reason*
Format rules:
Ask: "Which projects do you want to focus on today?"
The numbered project list with a/b/c tasks and OKR mapping, plus PROJECTS.md diff summary.
tools
--- name: handoff description: Get an agent past a browser/UI wall it can't (or must not) cross on its own — a login-gated dashboard, a CAPTCHA, a 2FA prompt, an API that keeps rejecting the write, or an irreversible click that policy says a human must make. This skill is an ESCALATION LADDER, not a first move: it tells you to try the automated browser surfaces FIRST (Chrome-in-Claude, computer-use, an autonomous browser sub-agent) and only fall back to the Handoff app — a wrapper browser that h
documentation
Summarize one or more YouTube videos from their links. Use this whenever the user pastes a youtube.com or youtu.be URL (or several) and wants to know what it's about — phrasings like "summarize to telegram", "tldr these videos", "what do these say", "summary of this talk", or just dropping links with no instruction at all. Fetches each video's real transcript via yt-dlp (not the page text, which never contains the transcript), cleans the captions, and writes a per-video summary. Default delivery is Telegram; honor any other surface the user names ("to my notes", "just here in chat", "email it"). Trigger even when the user only pastes bare links — bare YouTube links almost always mean "tell me what's in these".
data-ai
Daily Digest — Chief-of-Staff role consolidates the six top-managers into one Telegram message to the Commander, instead of six. Implements the protocol from agent-proactivity.md.
development
Seed a new or empty Instagram account with a 9-post grid (3×3) so the profile looks established the moment a new visitor lands. Designed for festivals, new businesses, product launches, conferences, communities — any time an empty IG profile would hurt conversion from external traffic (QR scans, flyer drops, cross-promo). Generates assets via /image-from-gemini (per content-publishing rules — never HTML), writes captions with hashtag sets, and outputs a posting order + cadence plan. Trigger generously: phrases like '9 posts for instagram', 'fill my IG', 'starter grid', 'launch grid', 'instagram seed', '9-post grid', 'IG account not to look empty', 'first instagram posts', 'feed bootstrap', '3x3 grid', 'instagram launch content'. Even if the user mentions only one piece (just the images, just the captions, just the order), use this skill — the grid only works as an integrated bundle.