Conversation
Minjoo522
commented
Mar 8, 2026
- Close [FEAT] gemini 코드 리뷰 설정 및 AI 에이전트를 위한 가이드라인 추가 #154
Summary of ChangesHello, 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! 이 PR은 CrewWiki 백엔드 프로젝트에 기여하는 AI 코딩 에이전트를 위한 상세한 스타일 가이드와 지침을 도입합니다. 이는 코드 품질, 개발 관행 및 에이전트 행동을 표준화하여 프로젝트 전반의 일관성과 유지보수성을 보장하는 것을 목표로 합니다. Highlights
Changelog
Ignored Files
ActivityUsing 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.
Code Review
이 PR은 AI 에이전트를 위한 코딩 가이드라인을 추가하고 설정을 구성합니다. AGENTS.md에 상세한 스타일 가이드가 추가되었고, CLAUDE.md 파일도 추가되었습니다. CLAUDE.md 파일의 내용이 의도와 다를 수 있어 수정을 제안합니다. 또한 AGENTS.md의 일부 규칙이 실제 적용에 너무 엄격할 수 있어 검토가 필요해 보입니다. 자세한 내용은 각 파일에 대한 주석을 참고해주세요.
Note: Security Review has been skipped due to the limited scope of the PR.