shekhar199511/Universal AI Merge Issue Analyzer

Uses a specified generative AI model (e.g., Gemini, OpenAI) to analyze Git diffs for potential merge conflicts, breaking changes, and logical issues.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ai_providerThe AI service provider (e.g., "gemini", "openai").yesgemini
ai_api_keyYour AI service API Key. Store as a GitHub Secret for security.yes
api_base_urlThe base URL for the AI API endpoint. Leave empty for provider defaults.no""
model_nameThe specific AI model to use (e.g., "gemini-2.0-flash", "gpt-4o").yesgemini-2.0-flash
github_tokenGitHub token for posting commentsyes
namedescription
analysis_reportThe full text report from the AI analysis.
analysis_statusOverall status of the analysis: "PASS" if no issues, "FAIL" otherwise.