Agent skill

dev-work-summary

Scan ~/dev recursively for git repos and report today's work with commits, branches, stats, and detailed change analysis. Use when user asks "what did I work on", "show my work", "daily summary", "what repos did I touch".

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill dev-work-summary-otrebu-all-agents --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: Bash
Path: skills/analysis/dev-work-summary-otrebu-all-agents/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Dev Work Summary ## Overview Scans all git repos in ~/dev and reports today's activity with commit messages, branch info, file changes, and detailed analysis. ## Usage Invoke when user wants to review their work: - "What did I work on today?" - "Show me my daily activity" - "Which repos did I touch?" - "Summarize my work" ## Workflow 1. Run scan script: ```bash bash .claude/skills/dev-work-summary/scripts/scan-repos.sh ``` 2. Script outputs: - Repo name and path - Current branch - Uncommitted changes (if any) - Today's commits (messages, timestamps) - Stats (files/lines changed) - File-level changes (added/modified/deleted) 3. Analyze output and summarize for user: - Group by project/theme - Highlight key accomplishments - Note incomplete work (uncommitted changes) - Identify cross-repo patterns ## Report Structure Per repo with activity: - 📁 Repo name and location - 🌿 Current branch - ⚠️ Uncommitted changes (git status) - 📝 Commit list (hash, message, time) - 📊 Aggregated stats - ✅ Files added - ✏️ Files modified - ❌ Files deleted ## Notes - "Today" = since midnight (00:00:00) - Recursive scan finds nested repos - Skips repos with no activity today - Shows total repos scanne

What's inside
Steps it walks through
  1. Overview
  2. Usage
  3. Workflow
  4. Report Structure
  5. Notes
Ships with 1 file
  • metadata.json
Commands it runs
bash .claude/skills/dev-work-summary/scripts/scan-repos.sh
More from claude-skill-registry
All skills →
About this skill
What does the dev-work-summary skill do?

Scan ~/dev recursively for git repos and report today's work with commits, branches, stats, and detailed change analysis. Use when user asks "what did I work on", "show my work", "daily summary", "what repos did I touch".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill dev-work-summary-otrebu-all-agents --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going