audit_release
Audits a local repo for release readiness: checks starter match, CHANGELOG alignment with merged PRs, version-bump status, and publish workflow. Read-only.
Instructions
Audit a local repo for release-readiness against the Starter Series quality bar. Detects matched starter, CHANGELOG drift vs merged PRs, version-bump status, and publish-workflow presence. Read-only; never mutates the repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to the repo to audit (default: the MCP server's cwd). Use the absolute path of the project the user is working in. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | ||
| repoPath | Yes | ||
| changelog | Yes | ||
| shipReady | Yes | ||
| matchedStarter | Yes | ||
| publishWorkflow | Yes |