Skip to content

Conversation

@s9hn
Copy link
Member

@s9hn s9hn commented Jan 17, 2026

📌𝘐𝘴𝘴𝘶𝘦𝘴

📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯

  • 리드미 개편했습니다

Summary by CodeRabbit

  • 문서

    • README를 완전히 재설계해 중앙 정렬 헤더, 눈에 띄는 헤더 블록, 시각적 헤더 이미지 및 다운로드 섹션을 추가했습니다.
    • 기술 스택·라이브러리, 아키텍처(모듈화) 개요, 컨벤션 섹션을 재구성하고 불필요한 상세 설명을 제거해 가독성을 높였습니다.
  • 잡무

    • PR 검토 워크플로우의 기본 리뷰어 구성을 확장했습니다.

✏️ Tip: You can customize this high-level summary in your review settings.

@github-actions github-actions bot requested a review from m6z1 January 17, 2026 10:13
@coderabbitai
Copy link

coderabbitai bot commented Jan 17, 2026

Walkthrough

README.md의 전체 레이아웃을 재설계하여 중앙 정렬 헤더, 시각적 헤더 이미지, 다운로드 섹션 및 간결한 Tech Stack, Architecture(모듈화) 개요와 컨벤션 섹션으로 대체했습니다. 기존 상세 서술형 섹션들은 삭제되었습니다. 또한 PR 자동 할당 워크플로우의 기본 리뷰어 목록에 devfeijoa가 추가되었습니다.

Changes

Cohort / File(s) 요약
README 재설계
README.md
전체 구조 대체: 중앙 정렬 헤더·헤더 이미지·다운로드 섹션 추가, Tech Stack & Libraries, Architecture(모듈화) 개요 및 Convention 섹션 신규 추가. 기존 IDE/확장/서사형 섹션 삭제. (+54 / -83)
PR 리뷰어 업데이트
.github/workflows/WSS_PR_auto_assign_and_reviewer.yml
워크플로우 기본 리뷰어 목록 확장: 기존 s9hn, m6z1devfeijoa 추가. (+1 / -1)

Sequence Diagram(s)

(없음)

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8분

Possibly related PRs

Suggested labels

♻️ [REFACTOR], 🏹 궁사 명지

Suggested reviewers

  • m6z1

Poem

README 새 옷 입었네,
중앙 로고 반짝빛나네.
섹션 정리하고 버튼 달아,
다운로드 클릭, 기대 만발🌟
토끼가 박수 쳐줄게, 훌륭해! 🐇

🚥 Pre-merge checks | ✅ 3 | ❌ 2
❌ Failed checks (1 warning, 1 inconclusive)
Check name Status Explanation Resolution
Out of Scope Changes check ⚠️ Warning README.md 외에도 .github/workflows/WSS_PR_auto_assign_and_reviewer.yml 파일이 수정되었으나, 링크된 이슈 범위에 포함되지 않습니다. 워크플로우 파일 수정이 이슈 #792의 범위 내에 있는지 확인하거나, 범위 밖이면 별도 이슈로 분리하시기 바랍니다.
Description check ❓ Inconclusive PR 설명이 필수 섹션을 모두 포함하고 있으나, 작업 설명이 매우 간결하여 변경사항에 대한 세부 정보가 부족합니다. 작업 설명에 구체적인 변경사항(레이아웃 개편, 섹션 추가/제거 등)에 대한 더 자세한 설명을 추가하시기 바랍니다.
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed PR 제목이 주요 변경사항인 README 개편을 정확하게 반영하고 있으며 간결하고 명확합니다.
Linked Issues check ✅ Passed 링크된 이슈 #792는 README 개편이라는 목표만 명시되어 있으나, PR의 변경사항이 이 목표를 충족합니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 3

🤖 Fix all issues with AI agents
In `@README.md`:
- Around line 49-58: The two <img> tags in the README table are missing alt
attributes; update both <img
src="https://github.com/user-attachments/assets/a16ca52d-3846-42c6-acef-b195c947fb34">
and <img
src="https://github.com/user-attachments/assets/a8517309-6c22-4032-8adb-e7742c50cc08">
to include descriptive alt text (e.g., alt="High-level architecture diagram
showing services and data flow" and alt="Component diagram showing deployment
topology and integrations") so each image conveys its content for screen
readers.
- Around line 9-11: The image tag in README.md (the <img ... /> element) lacks
an alt attribute; add a meaningful, concise alt text to the <img> element (e.g.,
alt="WSS Android app logo" or a short description of the screenshot) so screen
readers can convey the image content—update the existing <img src="..."> tag to
include alt="..." with an appropriate description.
- Around line 60-62: The Convention section header "## 🏷️ Convention" contains
a broken link string "https://github.com/Team-WSS/WSS-Android-Convention";
update that URL to the correct repository URL or remove the markdown list item
entirely if the repo is not public yet, ensuring the "## 🏷️ Convention" block
no longer points to a non-existent resource.

Comment on lines +9 to +11
<p align="center">
<img src="https://github.com/Team-WSS/WSS-Android/assets/127238018/4d76ae12-f626-4f80-91c7-cefa4ef0378c" width="500"/>
</p>
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

이미지에 대체 텍스트(alt text)를 추가하세요.

접근성을 위해 이미지에 alt 속성을 추가해야 합니다. 스크린 리더 사용자가 이미지의 내용을 이해할 수 있도록 도와줍니다.

♿ 접근성 개선을 위한 제안
 <p align="center">
-  <img src="https://github.com/Team-WSS/WSS-Android/assets/127238018/4d76ae12-f626-4f80-91c7-cefa4ef0378c" width="500"/>
+  <img src="https://github.com/Team-WSS/WSS-Android/assets/127238018/4d76ae12-f626-4f80-91c7-cefa4ef0378c" alt="웹소소 앱 로고" width="500"/>
 </p>
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<p align="center">
<img src="https://github.com/Team-WSS/WSS-Android/assets/127238018/4d76ae12-f626-4f80-91c7-cefa4ef0378c" width="500"/>
</p>
<p align="center">
<img src="https://github.com/Team-WSS/WSS-Android/assets/127238018/4d76ae12-f626-4f80-91c7-cefa4ef0378c" alt="웹소소 앱 로고" width="500"/>
</p>
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

10-10: Images should have alternate text (alt text)

(MD045, no-alt-text)

🤖 Prompt for AI Agents
In `@README.md` around lines 9 - 11, The image tag in README.md (the <img ... />
element) lacks an alt attribute; add a meaningful, concise alt text to the <img>
element (e.g., alt="WSS Android app logo" or a short description of the
screenshot) so screen readers can convey the image content—update the existing
<img src="..."> tag to include alt="..." with an appropriate description.

Comment on lines 49 to 58
<table align="center">
<tr>
<td width="70%">
<img src="https://github.com/user-attachments/assets/a16ca52d-3846-42c6-acef-b195c947fb34" width="100%" />
</td>
<td width="30%">
<img src="https://github.com/user-attachments/assets/a8517309-6c22-4032-8adb-e7742c50cc08" width="100%" />
</td>
</tr>
</table>
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

아키텍처 다이어그램 이미지에 대체 텍스트를 추가하세요.

두 개의 아키텍처 다이어그램 이미지에 alt 속성이 누락되어 있습니다. 접근성을 위해 각 이미지가 나타내는 내용을 설명하는 alt 텍스트를 추가해야 합니다.

♿ 접근성 개선을 위한 제안
 <table align="center">
   <tr>
     <td width="70%">
-      <img src="https://github.com/user-attachments/assets/a16ca52d-3846-42c6-acef-b195c947fb34" width="100%" />
+      <img src="https://github.com/user-attachments/assets/a16ca52d-3846-42c6-acef-b195c947fb34" alt="WSS-Android 모듈화 아키텍처 다이어그램" width="100%" />
     </td>
     <td width="30%">
-      <img src="https://github.com/user-attachments/assets/a8517309-6c22-4032-8adb-e7742c50cc08" width="100%" />
+      <img src="https://github.com/user-attachments/assets/a8517309-6c22-4032-8adb-e7742c50cc08" alt="WSS-Android 모듈 의존성 그래프" width="100%" />
     </td>
   </tr>
 </table>
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<table align="center">
<tr>
<td width="70%">
<img src="https://github.com/user-attachments/assets/a16ca52d-3846-42c6-acef-b195c947fb34" width="100%" />
</td>
<td width="30%">
<img src="https://github.com/user-attachments/assets/a8517309-6c22-4032-8adb-e7742c50cc08" width="100%" />
</td>
</tr>
</table>
<table align="center">
<tr>
<td width="70%">
<img src="https://github.com/user-attachments/assets/a16ca52d-3846-42c6-acef-b195c947fb34" alt="WSS-Android 모듈화 아키텍처 다이어그램" width="100%" />
</td>
<td width="30%">
<img src="https://github.com/user-attachments/assets/a8517309-6c22-4032-8adb-e7742c50cc08" alt="WSS-Android 모듈 의존성 그래프" width="100%" />
</td>
</tr>
</table>
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

52-52: Images should have alternate text (alt text)

(MD045, no-alt-text)


55-55: Images should have alternate text (alt text)

(MD045, no-alt-text)

🤖 Prompt for AI Agents
In `@README.md` around lines 49 - 58, The two <img> tags in the README table are
missing alt attributes; update both <img
src="https://github.com/user-attachments/assets/a16ca52d-3846-42c6-acef-b195c947fb34">
and <img
src="https://github.com/user-attachments/assets/a8517309-6c22-4032-8adb-e7742c50cc08">
to include descriptive alt text (e.g., alt="High-level architecture diagram
showing services and data flow" and alt="Component diagram showing deployment
topology and integrations") so each image conveys its content for screen
readers.

Comment on lines 60 to 62
## 🏷️ Convention
- Adheres to the [WSS-Android-Convention](https://github.com/Team-WSS/WSS-Android-Convention).

Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

# README.md 파일 확인
if [ -f "README.md" ]; then
  echo "=== README.md lines 58-65 ==="
  sed -n '58,65p' README.md
else
  echo "README.md not found"
fi

Repository: Team-WSS/WSS-Android

Length of output: 314


🌐 Web query:

WSS-Android-Convention GitHub repository Team-WSS

💡 Result:

I couldn't find a specific GitHub repo named "WSS-Android-Convention" or a Team called "Team-WSS." Do you want me to:

  • Search GitHub for that exact repository/team and return any matching repos (I can do this now), or
  • Verify a URL or organization you already have?

Which should I do?


🌐 Web query:

site:github.com Team-WSS WSS-Android-Convention

💡 Result:

I searched GitHub and couldn’t find any repository named "Team-WSS WSS-Android-Convention". Do you have the exact org/user name or a link, or want me to broaden the search (other code hosts, Google, or different keywords)?


🌐 Web query:

site:github.com "WSS-Android-Convention"

💡 Result:

I searched GitHub for "WSS-Android-Convention" and found no repositories, gists, or files matching that exact term. Related Android WebSocket/WSS projects exist (e.g., Java-WebSocket, okhttp/scarlet clients) but not that specific name. [1][2]

Would you like me to search the wider web (outside GitHub) or try alternative spellings/keywords?

Sources:

  • Example Android/WebSocket repo (Java-WebSocket). [1]
  • GitHub gist search results (no match for the exact string). [2]

🏁 Script executed:

# 저장소에서 convention 관련 참조 검색
rg -i "convention" --type md --type txt 2>/dev/null | head -20

Repository: Team-WSS/WSS-Android

Length of output: 196


🏁 Script executed:

# 저장소의 구조 확인
ls -la

Repository: Team-WSS/WSS-Android

Length of output: 1342


컨벤션 링크가 올바르지 않습니다.

README.md의 컨벤션 링크 https://github.com/Team-WSS/WSS-Android-Convention는 존재하지 않는 저장소를 가리킵니다. 올바른 저장소 링크로 수정하거나, 아직 공개되지 않은 경우 이 링크를 제거하시기 바랍니다.

🤖 Prompt for AI Agents
In `@README.md` around lines 60 - 62, The Convention section header "## 🏷️
Convention" contains a broken link string
"https://github.com/Team-WSS/WSS-Android-Convention"; update that URL to the
correct repository URL or remove the markdown list item entirely if the repo is
not public yet, ensuring the "## 🏷️ Convention" block no longer points to a
non-existent resource.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@README.md`:
- Line 52: 이미지 태그에 alt 속성이 빠져 있어 접근성이 떨어집니다 — README의 <img> 태그(예:
src="https://github.com/user-attachments/assets/88358876-5984-4377-b241-c777a383758d")에
모듈화 아키텍처 다이어그램을 간결히 설명하는 alt 텍스트를 추가하세요(예: alt="모듈화 아키텍처 다이어그램: 서비스, 데이터 레이어, 통신
흐름"). Ensure the alt text succinctly describes the diagram's purpose and key
elements for screen readers.
♻️ Duplicate comments (3)
README.md (3)

10-10: 이미지에 대체 텍스트를 추가하세요.

접근성을 위해 이미지에 alt 속성을 추가해야 합니다. 스크린 리더 사용자가 이미지의 내용을 이해할 수 있도록 도와줍니다.

♿ 접근성 개선을 위한 제안
-  <img src="https://github.com/Team-WSS/WSS-Android/assets/127238018/4d76ae12-f626-4f80-91c7-cefa4ef0378c" width="500"/>
+  <img src="https://github.com/Team-WSS/WSS-Android/assets/127238018/4d76ae12-f626-4f80-91c7-cefa4ef0378c" alt="웹소소 앱 로고" width="500"/>

55-55: 모듈 의존성 그래프 이미지에 대체 텍스트를 추가하세요.

모듈 의존성 그래프 이미지에도 alt 속성을 추가해야 합니다.

♿ 접근성 개선을 위한 제안
-      <img src="https://github.com/user-attachments/assets/a8517309-6c22-4032-8adb-e7742c50cc08" width="100%" />
+      <img src="https://github.com/user-attachments/assets/a8517309-6c22-4032-8adb-e7742c50cc08" alt="WSS-Android 모듈 의존성 그래프" width="100%" />

61-61: 컨벤션 저장소 링크를 확인하세요.

링크된 저장소 https://github.com/Team-WSS/WSS-Android-Convention가 존재하지 않는 것으로 확인되었습니다. 올바른 링크로 수정하거나, 저장소가 아직 공개되지 않았다면 이 링크를 제거해 주세요.

🧹 Nitpick comments (1)
README.md (1)

15-15: HTML 태그 수정을 고려하세요.

</br> 대신 자기 종료 태그인 <br/>를 사용하는 것이 더 적절합니다.

✨ 제안
-</br>
+<br/>

<table align="center">
<tr>
<td width="70%">
<img src="https://github.com/user-attachments/assets/88358876-5984-4377-b241-c777a383758d" width="100%" />
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

아키텍처 다이어그램 이미지에 대체 텍스트를 추가하세요.

모듈화 아키텍처 다이어그램 이미지에 alt 속성이 누락되어 있습니다. 접근성을 위해 이미지의 내용을 설명하는 alt 텍스트를 추가해야 합니다.

♿ 접근성 개선을 위한 제안
-      <img src="https://github.com/user-attachments/assets/88358876-5984-4377-b241-c777a383758d" width="100%" />
+      <img src="https://github.com/user-attachments/assets/88358876-5984-4377-b241-c777a383758d" alt="WSS-Android 모듈화 아키텍처 다이어그램" width="100%" />
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<img src="https://github.com/user-attachments/assets/88358876-5984-4377-b241-c777a383758d" width="100%" />
<img src="https://github.com/user-attachments/assets/88358876-5984-4377-b241-c777a383758d" alt="WSS-Android 모듈화 아키텍처 다이어그램" width="100%" />
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

52-52: Images should have alternate text (alt text)

(MD045, no-alt-text)

🤖 Prompt for AI Agents
In `@README.md` at line 52, 이미지 태그에 alt 속성이 빠져 있어 접근성이 떨어집니다 — README의 <img> 태그(예:
src="https://github.com/user-attachments/assets/88358876-5984-4377-b241-c777a383758d")에
모듈화 아키텍처 다이어그램을 간결히 설명하는 alt 텍스트를 추가하세요(예: alt="모듈화 아키텍처 다이어그램: 서비스, 데이터 레이어, 통신
흐름"). Ensure the alt text succinctly describes the diagram's purpose and key
elements for screen readers.

Copy link
Member

@m6z1 m6z1 left a comment

Choose a reason for hiding this comment

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

굿굿

Copy link

@devfeijoa devfeijoa left a comment

Choose a reason for hiding this comment

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

수고하셨습니다 👍

@s9hn s9hn merged commit 58f85bf into develop Jan 18, 2026
1 of 2 checks passed
@s9hn s9hn deleted the refactor/792 branch January 18, 2026 12:52
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.

refactor: 리드미 개편

4 participants