git_sins
Analyze a git repository's history for bad practices like 3 AM commits, vague messages, and zombie branches. Returns a markdown confession with evidence, penance, and a 0-100 Sin Score to identify and fix issues.
Instructions
The confession booth for a git repository. Analyzes the history read-only (3 AM commits, 'wip' messages, mega-commits, TODO graveyards, zombie branches...) and returns a markdown confession with evidence, penance and a 0-100 Sin Score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Path to the git repository to confess. | |
| share | No | Append a shareable badge block (default false). |