๐Ÿง  ๐Ÿค– This tool generates AI-powered commit messages via Git hooks, automating meaningful message suggestions from OpenAI and others to improve commit quality and efficiency.

ai ai-powered api dotnet-tool git-commit-messages git-hooks ia openai
4 Open Issues Need Help Last updated: Jun 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task requires fixing a bug in the `ExtractIssueNumber` method of a .NET application. The method currently incorrectly extracts issue numbers from branch names, matching numbers anywhere in the string instead of only at the beginning or after a prefix. The solution involves modifying the regular expression used for matching to ensure it only extracts issue numbers from the correct positions.

Complexity: 2/5
๐Ÿ› bug ๐Ÿ“ documentation enhancement help wanted good first issue โ™ป๏ธ code quality ๐Ÿงช tests ๐Ÿ•“ medium effort โœจ feature

๐Ÿง  ๐Ÿค– This tool generates AI-powered commit messages via Git hooks, automating meaningful message suggestions from OpenAI and others to improve commit quality and efficiency.

C#
#ai#ai-powered#api#dotnet-tool#git-commit-messages#git-hooks#ia#openai

AI Summary: The task is to fix a bug in the `dotnet-aicommitmessage` tool where the JIRA prefix is duplicated in commit messages if already present. The solution involves adding a normalization and check before applying the prefix to account for variations in spacing, underscores, and casing. Unit tests should be added to ensure the fix works correctly for various input scenarios.

Complexity: 3/5
๐Ÿ› bug enhancement help wanted good first issue ๐Ÿ›  WIP ๐Ÿงช tests ๐Ÿ•’ low effort

๐Ÿง  ๐Ÿค– This tool generates AI-powered commit messages via Git hooks, automating meaningful message suggestions from OpenAI and others to improve commit quality and efficiency.

C#
#ai#ai-powered#api#dotnet-tool#git-commit-messages#git-hooks#ia#openai

AI Summary: Implement a `-skipai` flag for the `dotnet-aicommitmessage` tool. This flag should prevent API calls to OpenAI, instead using only local processing for commit message generation. The flag should be removed from the final commit message. Unit tests are required.

Complexity: 3/5
๐Ÿ“ documentation enhancement help wanted good first issue ๐Ÿงช tests hacktoberfest ๐Ÿ•“ medium effort OpenAI โœจ feature ๐Ÿ“ฆ dependencies

๐Ÿง  ๐Ÿค– This tool generates AI-powered commit messages via Git hooks, automating meaningful message suggestions from OpenAI and others to improve commit quality and efficiency.

C#
#ai#ai-powered#api#dotnet-tool#git-commit-messages#git-hooks#ia#openai

AI Summary: Implement a configuration option (environment variable or settings key) to disable OpenAI API calls in the `dotnet-aicommitmessage` tool. This involves modifying the code to check the configuration, conditionally skip API requests, log an appropriate message, and ensure robust error handling. Thorough testing and README documentation updates are also required.

Complexity: 3/5
๐Ÿ“ documentation enhancement help wanted good first issue ๐Ÿงช tests hacktoberfest ๐Ÿ•“ medium effort LLM OpenAI โœจ feature

๐Ÿง  ๐Ÿค– This tool generates AI-powered commit messages via Git hooks, automating meaningful message suggestions from OpenAI and others to improve commit quality and efficiency.

C#
#ai#ai-powered#api#dotnet-tool#git-commit-messages#git-hooks#ia#openai