devloop-standup

Summarize recent git activity into a narrative timeline.

1|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/89jobrien/dotfiles --skill devloop-standup
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: devloop-standup
Source: https://github.com/89jobrien/dotfiles/tree/main/dot-claude/skills/devloop-standup
Command: npx skills add https://github.com/89jobrien/dotfiles --skill devloop-standup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly understand recent repository activity by turning commits, messages, and events into a coherent narrative timeline.

Core Features & Use Cases

  • Automated standup narrative: Generates a readable timeline from commits, messages, and events within a configurable time window.
  • Configurable windowing: Accepts time windows like 1h, 24h, or 7d, defaulting to 24 hours.
  • Optional structural change awareness: Can refresh the knowledge graph index when major repo changes are detected.

Quick Start

Invoke the skill with an optional time window to generate a narrative timeline of recent repository activity.

Frequently Asked Questions about devloop-standup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize recent git log activity into a readable timeline?▼

Summarize recent git log activity into a narrative timeline by parsing repository commits and events over a configurable time window, combining git log output with devloop council analysis to generate a readable digest.

What is the best way to generate an automated standup narrative from repository commits?▼

Generate an automated standup narrative by parsing repository commits, messages, and events within a specific time window, transforming raw git log output into a coherent narrative timeline of recent changes.

Can I configure the time window for analyzing repo activity?▼

Yes, you can configure the repo activity analysis time window by providing optional time arguments like 1h, 24h, or 7d, with the analysis defaulting to a 24-hour window if no time argument is specified.

Does the timeline analysis support awareness of structural changes in the repo?▼

Yes, the timeline analysis optionally supports structural change awareness by refreshing the knowledge graph index when major repository structural changes are detected during the activity summarization process.