Skip to content

[FEAT]: gemini 코드 리뷰 설정 및 AI 에이전트를 위한 가이드라인 추가#155

Open
Minjoo522 wants to merge 3 commits intomainfrom
feat/#154
Open

[FEAT]: gemini 코드 리뷰 설정 및 AI 에이전트를 위한 가이드라인 추가#155
Minjoo522 wants to merge 3 commits intomainfrom
feat/#154

Conversation

@Minjoo522
Copy link
Collaborator

@Minjoo522 Minjoo522 self-assigned this Mar 8, 2026
@gemini-code-assist
Copy link

Summary of Changes

Hello, 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

  • AI 에이전트 가이드라인 추가: CrewWiki 백엔드 프로젝트에서 AI 코딩 에이전트(예: Claude Code, Codex)가 따라야 할 포괄적인 지침을 담은 AGENTS.md 파일이 새로 추가되었습니다.
  • 개발 표준화: 새로운 가이드라인은 패키지 구조, 테스트 코드 작성법, 명명 규칙, 객체 지향 원칙, 예외 처리, 코드 스타일 등 다양한 개발 영역에 걸쳐 표준을 제시합니다.
  • 에이전트 행동 지침: AI 에이전트가 코드를 변경하기 전에 기존 코드를 이해하고, 새 라이브러리 도입을 자제하며, build.gradle을 수정하지 않는 등 구체적인 행동 지침이 포함되었습니다.
Changelog
  • AGENTS.md
    • AI 코딩 에이전트를 위한 포괄적인 백엔드 스타일 가이드 및 지침을 포함하는 새 파일이 추가되었습니다.
  • CLAUDE.md
    • AGENTS.md 파일을 참조하는 새 파일이 추가되었습니다.
Ignored Files
  • Ignored by pattern: .gemini/** (2)
    • .gemini/config.yaml
    • .gemini/styleguide.md
Activity
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Member

@CheChe903 CheChe903 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

어푸합니다~!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] gemini 코드 리뷰 설정 및 AI 에이전트를 위한 가이드라인 추가

2 participants