get_git_audit_score
Audit recent commits in a git repository to receive an aggregate score, grade, commit count, and security summary. Quickly assess code health and identify potential issues.
Instructions
Get a quick overall grade and score for recent commits in a repo. Returns the aggregate score, grade, commit count, and security summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Path to the git repository. | |
| commits | No | Number of recent commits to audit (default: 10). |