Releases: rasterandstate/commit-coach
Releases · rasterandstate/commit-coach
Commit Coach v1.0.6
Commit Coach v1.0.6
An intelligent commit analysis tool that provides actionable insights and coaching for code changes.
Features
- 🔍 Missing Tests Detection: Identifies new/modified source files without corresponding tests
- 🔒 Security Vulnerability Scanning: Detects hardcoded secrets, API keys, and potential security issues
- 📊 Code Quality Analysis: Flags anti-patterns, large commits, and code quality issues
- 📚 Documentation Gaps: Identifies missing documentation for new public APIs
- 🤖 GitHub Integration: Posts PR comments and creates status checks
Usage
- uses: rasterandstate/commit-coach@v1.0.6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Configuration
Create a .commit-coach.yml
file in your repository root to customize rules and behavior.
Documentation
Release v1.0.5
chore: bump version to 1.0.4
Release v1.0.4
Immutable
release. Only release title and notes can be modified.
What's New in v1.0.4
Features
- Intelligent commit analysis with actionable insights
- Security vulnerability detection
- Code quality recommendations
- Test coverage analysis
- GitHub integration with PR comments and status checks
Usage
- uses: rasterandstate/commit-coach@v1.0.4
with:
github-token: ghs_ZybRCQcznF1m9m08JgK8PvRqI5JKhC0r7xQr
Documentation
Release v1.0.3
Immutable
release. Only release title and notes can be modified.
chore: bump version to 1.0.3
Commit Coach v1.0.1
Immutable
release. Only release title and notes can be modified.
Initial release of Commit Coach - an intelligent commit analysis tool that provides insights and coaching for code changes.
Features
- Intelligent commit analysis with actionable insights
- Security vulnerability detection
- Code quality recommendations
- Test coverage analysis
- GitHub integration with PR comments and status checks
Usage
- uses: rasterandstate/commit-coach@v1.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}