tag:github.com,2008:https://github.com/rasterandstate/commit-coach/releases Release notes from commit-coach 2025-10-07T23:40:58Z tag:github.com,2008:Repository/1071652743/v1.0.6 2025-10-07T23:45:46Z Commit Coach v1.0.6 <h2>Commit Coach v1.0.6</h2> <p>An intelligent commit analysis tool that provides actionable insights and coaching for code changes.</p> <h3>Features</h3> <ul> <li>🔍 <strong>Missing Tests Detection</strong>: Identifies new/modified source files without corresponding tests</li> <li>🔒 <strong>Security Vulnerability Scanning</strong>: Detects hardcoded secrets, API keys, and potential security issues</li> <li>📊 <strong>Code Quality Analysis</strong>: Flags anti-patterns, large commits, and code quality issues</li> <li>📚 <strong>Documentation Gaps</strong>: Identifies missing documentation for new public APIs</li> <li>🤖 <strong>GitHub Integration</strong>: Posts PR comments and creates status checks</li> </ul> <h3>Usage</h3> <div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- uses: rasterandstate/commit-coach@v1.0.6 with: github-token: ${{ secrets.GITHUB_TOKEN }}"><pre>- <span class="pl-ent">uses</span>: <span class="pl-s">rasterandstate/commit-coach@v1.0.6</span> <span class="pl-ent">with</span>: <span class="pl-ent">github-token</span>: <span class="pl-s">${{ secrets.GITHUB_TOKEN }}</span></pre></div> <h3>Configuration</h3> <p>Create a <code>.commit-coach.yml</code> file in your repository root to customize rules and behavior.</p> <h3>Documentation</h3> <ul> <li><a href="https://github.com/rasterandstate/commit-coach#readme">Complete Documentation</a></li> <li><a href="https://github.com/rasterandstate/commit-coach/blob/main/docs/EXAMPLES.md">Configuration Examples</a></li> <li><a href="https://github.com/rasterandstate/commit-coach/blob/main/docs/RULES.md">Rules Reference</a></li> </ul> stephenway tag:github.com,2008:Repository/1071652743/v1.0.5 2025-10-07T23:43:27Z Release v1.0.5 No content. github-actions[bot] tag:github.com,2008:Repository/1071652743/v1.0.4 2025-10-07T23:41:38Z Release v1.0.4 <h2>What's New in v1.0.4</h2> <h3>Features</h3> <ul> <li>Intelligent commit analysis with actionable insights</li> <li>Security vulnerability detection</li> <li>Code quality recommendations</li> <li>Test coverage analysis</li> <li>GitHub integration with PR comments and status checks</li> </ul> <h3>Usage</h3> <div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- uses: rasterandstate/commit-coach@v1.0.4 with: github-token: ghs_ZybRCQcznF1m9m08JgK8PvRqI5JKhC0r7xQr"><pre>- <span class="pl-ent">uses</span>: <span class="pl-s">rasterandstate/commit-coach@v1.0.4</span> <span class="pl-ent">with</span>: <span class="pl-ent">github-token</span>: <span class="pl-s">ghs_ZybRCQcznF1m9m08JgK8PvRqI5JKhC0r7xQr</span></pre></div> <h3>Documentation</h3> <ul> <li><a href="https://github.com/rasterandstate/commit-coach#configuration">Configuration Guide</a></li> <li><a href="https://github.com/rasterandstate/commit-coach/blob/main/docs/RULES.md">Rules Reference</a></li> <li><a href="https://github.com/rasterandstate/commit-coach/blob/main/docs/EXAMPLES.md">Examples</a></li> </ul> github-actions[bot] tag:github.com,2008:Repository/1071652743/v1.0.3 2025-10-07T23:26:26Z Release v1.0.3 No content. github-actions[bot] tag:github.com,2008:Repository/1071652743/v1.0.2 2025-10-07T23:24:00Z v1.0.2 <p>chore: bump version to 1.0.2</p> stephenway tag:github.com,2008:Repository/1071652743/v1.0.1 2025-10-07T23:21:39Z Commit Coach v1.0.1 <p>Initial release of Commit Coach - an intelligent commit analysis tool that provides insights and coaching for code changes.</p> <h2>Features</h2> <ul> <li>Intelligent commit analysis with actionable insights</li> <li>Security vulnerability detection</li> <li>Code quality recommendations</li> <li>Test coverage analysis</li> <li>GitHub integration with PR comments and status checks</li> </ul> <h2>Usage</h2> <div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- uses: rasterandstate/commit-coach@v1.0.1 with: github-token: ${{ secrets.GITHUB_TOKEN }}"><pre>- <span class="pl-ent">uses</span>: <span class="pl-s">rasterandstate/commit-coach@v1.0.1</span> <span class="pl-ent">with</span>: <span class="pl-ent">github-token</span>: <span class="pl-s">${{ secrets.GITHUB_TOKEN }}</span></pre></div> <h2>Documentation</h2> <ul> <li><a href="https://github.com/rasterandstate/commit-coach#readme">Complete Documentation</a></li> <li><a href="https://github.com/rasterandstate/commit-coach/blob/main/docs/EXAMPLES.md">Configuration Examples</a></li> <li><a href="https://github.com/rasterandstate/commit-coach/blob/main/docs/RULES.md">Rules Reference</a></li> </ul> stephenway