dev-work-summary

Scans all git repos in ~/dev and reports today's activity with commit messages, branch info, file changes, and detailed analysis.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "dev-work-summary" with this command: npx skills add otrebu/agents/otrebu-agents-dev-work-summary

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

Run scan script:

bash plugins/development-lifecycle/skills/dev-work-summary/scripts/scan-repos.sh

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)

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 scanned at end

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

gh-code-search

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-review

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

typescript-coding

No summary provided by upstream source.

Repository SourceNeeds Review