accursedgalaxy/noidea — AI commit message suggestion

AI commit messages for your PR diffs. Posts as PR comments. Supports Anthropic, OpenAI, Ollama, Gemini, DeepSeek, and Groq.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 7, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: accursedgalaxy/noidea@f835f55f86577427f453e2e3a0c5a9f589c7069c # v1.2.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
api-keyAPI key for the selected provider. Not required when provider is 'ollama'. Pass via a GitHub secret: ${{ secrets.ANTHROPIC_API_KEY }} no""
providerLLM provider to use. One of: anthropic (default), openai, ollama, gemini, deepseek, groq. Set to 'ollama' for a fully local, key-free run. noanthropic
modelOverride the model. Defaults to cost-aware auto-routing (small diff → cheap model, large diff → strong model). Example: 'claude-haiku-4-5'. no""
post-commentPost the suggested message as a PR comment. Set to 'false' to only expose the message via the commit-message output. notrue
github-tokenGitHub token used to post PR comments. Defaults to the built-in GITHUB_TOKEN — only override if you need elevated permissions. no${{ github.token }}
namedescription
commit-messageThe AI-suggested commit message for the PR diff.