-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add AI assistant configuration templates #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Add docs/AI_ASSISTANT_CONFIG.md with setup guidance for Copilot and Gemini Code Assist across repositories - Add minimal .gemini/config.yaml template with only non-default settings (comment_severity_threshold, ignore_patterns) - Update README.md docs table to list new AI_ASSISTANT_CONFIG.md - Add spelling exceptions (styleguide, venv, pycache) Templates provide copy-paste starting point for configuring AI code review tools in other repos. For repos with agentsmd/ structure, guidance points to symlinking instead of copying. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important
Looks good to me! 👍
Reviewed everything up to e3e8a8e in 5 seconds. Click for details.
- Reviewed
107lines of code in4files - Skipped
0files when reviewing. - Skipped posting
0draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
Workflow ID: wflow_Sujy9K5TqdFqLdx6
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
Summary of ChangesHello @JacobPEvans, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces standardized configuration templates and documentation for AI code review tools, specifically GitHub Copilot and Gemini Code Assist. The primary goal is to streamline the setup process for these tools across various repositories, ensuring consistency in their application and reducing manual configuration effort for developers. Highlights
Changelog
Ignored Files
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request introduces AI assistant configuration templates, specifically for GitHub Copilot and Gemini Code Assist, along with updated documentation and spelling exceptions. The new docs/AI_ASSISTANT_CONFIG.md provides guidance and a minimal .gemini/config.yaml template. The README.md has been updated to reference this new documentation, and .cspell.json now includes common development terms to reduce false positives in spell checking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds documentation and starter configuration files to help standardize AI assistant/code review tool setup (GitHub Copilot + Gemini Code Assist) across repositories, and updates repo docs/spellcheck config accordingly.
Changes:
- Add
docs/AI_ASSISTANT_CONFIG.mdwith setup guidance and a minimal Gemini config example. - Add a minimal
.gemini/config.yamltemplate. - Update
README.mddocs table and extend.cspell.jsonwith additional spelling exceptions.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
docs/AI_ASSISTANT_CONFIG.md |
New documentation describing how to set up Copilot/Gemini configs and where to source templates. |
README.md |
Adds a row linking to the new AI assistant configuration documentation. |
.gemini/config.yaml |
Introduces a minimal Gemini Code Assist configuration template. |
.cspell.json |
Adds spelling exceptions for common repo terms (styleguide, venv, pycache). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Address PR review feedback: replace ambiguous "inline" descriptions with explicit source references, clarify .gemini/config.yaml is provided as a minimal template (not from ai-assistant-instructions), and rename "Template Files" to "Template Sources" for accuracy. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important
Looks good to me! 👍
Reviewed 9f2d309 in 9 seconds. Click for details.
- Reviewed
38lines of code in1files - Skipped
0files when reviewing. - Skipped posting
0draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
Workflow ID: wflow_M92UMaQwKMl5X5y5
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
Summary
docs/AI_ASSISTANT_CONFIG.mdwith setup guidance for GitHub Copilot and Gemini Code Assist.gemini/config.yamltemplate with only non-default settings.cspell.jsonProvides copy-paste templates for configuring AI code review tools across all JacobPEvans repositories. For repos with agentsmd/ structure (like ai-assistant-instructions), guidance points to symlinking instead of inline copying.
Test plan
ls -la .gemini/config.yaml docs/AI_ASSISTANT_CONFIG.md🤖 Generated with Claude Code
Important
Add AI assistant configuration templates and update documentation for GitHub Copilot and Gemini Code Assist.
docs/AI_ASSISTANT_CONFIG.mdwith setup guidance for GitHub Copilot and Gemini Code Assist..gemini/config.yamltemplate with non-default settings.README.mdto include reference to new AI assistant config documentation..cspell.json.This description was created by
for 9f2d309. You can customize this summary. It will automatically update as commits are pushed.