بنقرة واحدة
commit
Generate conventional commit messages with emoji, ensure no Co-Authored-By
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate conventional commit messages with emoji, ensure no Co-Authored-By
التثبيت باستخدام 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.
Accept a new contributor with write access and close their request issue
TDD cycle helper - run test, check result, update increment file
Force just check before commit, block if failures
| name | commit |
| description | Generate conventional commit messages with emoji, ensure no Co-Authored-By |
Generate conventional commit messages following project conventions.
/commit [message]Without message: analyzes staged changes and suggests a commit message. With message: validates and formats the message.
Format: <type>: <description> <emoji>
Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore
Emojis:
Co-Authored-By: lines/commit "add auth middleware"
→ "feat: add auth middleware ✨"
/commit "fix timeout bug"
→ "fix: timeout bug 🐛"
/commit
→ Analyzes git diff --staged and suggests type + message