협업 아이디어를 public-safe issue draft로 캡처하는 skill 설치#7
Merged
Conversation
Co-Authored-By: Codex GPT-5 <noreply@openai.com>
There was a problem hiding this comment.
Code Review
This pull request introduces the capture-collaboration-idea skill for both Codex and Claude Code, allowing users to capture collaboration ideas as public-safe GitHub issue drafts. It also adds the corresponding GitHub issue template and updates .gitignore to track the Claude skills directory. The review comments correctly point out a mismatch between the preview format defined in the skill files and the actual fields in the newly added .github/ISSUE_TEMPLATE/collaboration_idea.yml template, providing actionable suggestions to align them.
Co-Authored-By: Codex GPT-5 <noreply@openai.com>
생성/관리 방식
** ➡️ 😢 너무 어려워요! 조금 더 쉽게 설명 부탁드려도 될까요??** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
왜 필요한가
이 프로젝트는 지금까지 한 명이 관리했지만, 앞으로는 3명 이상의 개발자가 Codex와 Claude Code를 함께 쓰며 개발합니다. 그 과정에서 협업 방식, GitHub 운영 방식, 코드/아키텍처 개선 아이디어가 대화 중 흩어질 가능성이 큽니다.
capture-collaboration-ideaskill은 이런 아이디어를 세션 안에서 놓치지 않고 public-safe GitHub issue draft로 정리하기 위한 첫 공용 harness입니다. 처음부터 큰 개발방법론을 고정하지 않고, 작은 제안 issue를 쌓아 보면서 팀의 실제 협업 방식을 점진적으로 다듬는 목적입니다.skill이 하는 일
협력 방안 제안,프로젝트 개선 제안,아이디에이션중 하나로 분류합니다.Review Metadata에 남깁니다.Context,Proposal,Done / Next Decision,Public Safety에 맞춥니다.이번 PR 변경
.agents/skills/capture-collaboration-idea/SKILL.md에 설치했습니다..claude/skills/capture-collaboration-idea/SKILL.md에 설치했습니다..github/ISSUE_TEMPLATE/collaboration_idea.yml에 추가했습니다..github/ISSUE_TEMPLATE/config.yml을 추가했습니다..claude/skills/**만 추적하고 다른 Claude local state는 계속 ignore하도록.gitignore를 조정했습니다.생성/관리 방식
scmprofile의 canonical skill입니다.검증
security-scanner설치 파일이 byte-for-byte로 일치하는지 확인했습니다.uv run pytest: 271개 테스트 통과gpt-5.3-codex-sparkruntime smoke에서 preview가Review Metadata와Issue Draft를 분리하고,Duplicate Search와 issue form 필드를 포함하는 것을 확인했습니다.