بنقرة واحدة
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)