Skip to content

협업 아이디어를 public-safe issue draft로 캡처하는 skill 설치#7

Merged
pureliture merged 2 commits into
mainfrom
codex/scm-collaboration-capture-install
May 31, 2026
Merged

협업 아이디어를 public-safe issue draft로 캡처하는 skill 설치#7
pureliture merged 2 commits into
mainfrom
codex/scm-collaboration-capture-install

Conversation

@pureliture

@pureliture pureliture commented May 26, 2026

Copy link
Copy Markdown
Contributor

왜 필요한가

이 프로젝트는 지금까지 한 명이 관리했지만, 앞으로는 3명 이상의 개발자가 Codex와 Claude Code를 함께 쓰며 개발합니다. 그 과정에서 협업 방식, GitHub 운영 방식, 코드/아키텍처 개선 아이디어가 대화 중 흩어질 가능성이 큽니다.

capture-collaboration-idea skill은 이런 아이디어를 세션 안에서 놓치지 않고 public-safe GitHub issue draft로 정리하기 위한 첫 공용 harness입니다. 처음부터 큰 개발방법론을 고정하지 않고, 작은 제안 issue를 쌓아 보면서 팀의 실제 협업 방식을 점진적으로 다듬는 목적입니다.

skill이 하는 일

  • 대화 중 나온 협업/프로젝트 개선 아이디어를 GitHub issue draft로 정리합니다.
  • 제안을 협력 방안 제안, 프로젝트 개선 제안, 아이디에이션 중 하나로 분류합니다.
  • issue 생성 전 중복 검색 결과를 Review Metadata에 남깁니다.
  • 실제 issue 본문은 repository issue form 필드인 Context, Proposal, Done / Next Decision, Public Safety에 맞춥니다.
  • 공개 repository에 올리면 안 되는 내부 정보, secret, private finding은 제거하거나 생성을 중단합니다.
  • 사용자가 preview를 명시적으로 승인하기 전에는 issue를 만들지 않습니다.

이번 PR 변경

  • Codex용 skill을 .agents/skills/capture-collaboration-idea/SKILL.md에 설치했습니다.
  • Claude Code용 skill을 .claude/skills/capture-collaboration-idea/SKILL.md에 설치했습니다.
  • 공용 협업 제안 issue form을 .github/ISSUE_TEMPLATE/collaboration_idea.yml에 추가했습니다.
  • blank issue 생성을 막기 위해 .github/ISSUE_TEMPLATE/config.yml을 추가했습니다.
  • .claude/skills/**만 추적하고 다른 Claude local state는 계속 ignore하도록 .gitignore를 조정했습니다.

생성/관리 방식

  • source of truth는 Routine-Harness scm profile의 canonical skill입니다.
  • 이 repository에는 canonical source를 두지 않고, Codex/Claude Code runtime surface와 GitHub issue form만 설치했습니다.
  • 리뷰 지적에 따라 skill preview 예시와 실제 issue form 필드가 일치하도록 수정했습니다.

검증

  • Routine-Harness adapter output과 security-scanner 설치 파일이 byte-for-byte로 일치하는지 확인했습니다.
  • uv run pytest: 271개 테스트 통과
  • gpt-5.3-codex-spark runtime smoke에서 preview가 Review MetadataIssue Draft를 분리하고, Duplicate Search와 issue form 필드를 포함하는 것을 확인했습니다.
  • runtime smoke 중 GitHub issue는 생성하지 않았습니다.

Co-Authored-By: Codex GPT-5 <noreply@openai.com>

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

Copy link
Copy Markdown

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 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.

Comment thread .agents/skills/capture-collaboration-idea/SKILL.md Outdated
Comment thread .claude/skills/capture-collaboration-idea/SKILL.md Outdated
Co-Authored-By: Codex GPT-5 <noreply@openai.com>
@pureliture pureliture changed the title Install collaboration capture skill 협업 아이디어를 public-safe issue draft로 캡처하는 skill 설치 May 26, 2026
@pureliture pureliture requested a review from junwoo-woo May 27, 2026 01:16
@ijuhae

ijuhae commented May 27, 2026

Copy link
Copy Markdown

생성/관리 방식

  • source of truth는 Routine-Harness scm profile의 canonical skill입니다.
  • 이 repository에는 canonical source를 두지 않고, Codex/Claude Code runtime surface와 GitHub issue form만 설치했습니다.
  • 리뷰 지적에 따라 skill preview 예시와 실제 issue form 필드가 일치하도록 수정했습니다.

** ➡️ 😢 너무 어려워요! 조금 더 쉽게 설명 부탁드려도 될까요??**

@ijuhae ijuhae left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

좋습니다!!!

@pureliture pureliture merged commit c562678 into main May 31, 2026
@pureliture pureliture deleted the codex/scm-collaboration-capture-install branch June 3, 2026 11:23
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.

2 participants