Git Standup Summary
PassAudited by ClawScan on May 5, 2026.
Overview
This skill is a coherent, read-only git summary helper that uses local commit history to prepare standup reports.
This appears safe for normal use as a local git standup helper. Before sharing generated summaries, remember that commit messages, author names, branch names, and file paths can contain private project information.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Generated summaries may expose commit messages, author names, branch activity, and file paths from the repository.
The skill uses the local git tool to read repository history and produce summaries. This is directly aligned with the standup-summary purpose and appears read-only, but the output can include private project metadata.
Queries `git log` with the requested time window ... Parses commit messages, authors, dates, and file paths
Use it only in repositories whose commit history you are comfortable summarizing, and review the output before sharing it outside your team.
