Skip to content

Releases: rasterandstate/commit-coach

Commit Coach v1.0.6

07 Oct 23:45

Choose a tag to compare

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

07 Oct 23:43

Choose a tag to compare

chore: bump version to 1.0.4

Release v1.0.4

07 Oct 23:41
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

07 Oct 23:26
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

chore: bump version to 1.0.3

Commit Coach v1.0.1

07 Oct 23:21
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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 }}

Documentation