원클릭으로
accept-contributor
Accept a new contributor with write access and close their request issue
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Accept a new contributor with write access and close their request issue
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Onboard a new contributor to the CineMatch project - setup environment, verify tools, and explain the project
Intelligent just target wrapper with context-aware suggestions for CineMatch
Backlog workflow management - new, start, done commands for incremental delivery. Supports both admin (main branch) and contributor (feature branch) workflows.
TDD cycle helper - run test, check result, update increment file
Force just check before commit, block if failures
Generate conventional commit messages with emoji, ensure no Co-Authored-By
| name | accept-contributor |
| description | Accept a new contributor with write access and close their request issue |
Streamlined workflow for accepting new contributors to the CineMatch project.
/accept-contributor USERNAME [ISSUE_NUMBER]Or use the just target directly:
just accept USERNAME [ISSUE_NUMBER]
push permission (can create branches, open PRs)/accept-contributor johndoe 42
→ Adds @johndoe, comments on #42, closes #42
just accept johndoe 42
→ Same result via just
just accept johndoe
→ Adds @johndoe, no issue to close
| Permission | Can Do | Use Case |
|---|---|---|
pull | Read code | Not used |
push ✅ | Push branches, PRs | Default for contributors |
maintain | Merge to main, manage issues | Core team |
admin | Full control | Repo owners |
push permission does NOT allow direct push to main (branch protection)