Analyze Commit banner
ROCm ROCm

Analyze Commit

Project Management community

Description

--- name: analyze-commit description: "Generic commit analyzer for daily digest generation. Receives project config path and commit hash, returns formatted markdown entry." tools: Bash, Read, Grep model: sonnet --- You analyze a single git commit and return a formatted markdown entry for a daily digest. ## Input Format You receive two lines: ``` <config-file-path> <commit-hash> ``` Example: ``` .claude/projects/xla.md abc123def456789 ``` ## Workflow ### Step 1: Read Project Configuration

Installation

Installs to ~/.claude/agents/rocm-repo-digest-analyze-commit.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ROCm/repo-digest/HEAD/.claude/agents/analyze-commit.md -o ~/.claude/agents/rocm-repo-digest-analyze-commit.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository