원클릭으로
commit-msg
Generate a single-line commit message from conversation context and git diff, then optionally commit
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a single-line commit message from conversation context and git diff, then optionally commit
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review an Equal Experts Gen AI Engineer take-home test submission (typically a RAG pipeline exercise) against the EE assessment rubric. Use when reviewing a candidate's Gen AI / LLM / RAG take-home test, assessing a retrieval-augmented-generation or prompt-engineering exercise, or scoring a THT for a Gen AI Engineer role.
Review an Equal Experts Backend Software Engineer take-home test submission against the EE assessment rubric. Use when reviewing a candidate's backend / general software engineering take-home test (non Gen AI), assessing a coding exercise submission, or scoring a THT for a backend role.
Shared code and test patterns for the story pipeline skills
Write tests and implementation together for a user story
Final quality review producing a human-readable report
Read a review report and apply fixes to the codebase
| name | commit-msg |
| description | Generate a single-line commit message from conversation context and git diff, then optionally commit |
Generate a single-line commit message based on the conversation context, using the git diff to confirm scope.
git diff --staged
git diff (unstaged). Skip to Phase 2.git diff to check for unstaged changesOnly one diff should be in scope — staged takes priority. Ignore any unstaged diff output from earlier in the conversation if staged changes exist.
Priority order:
The conversation tells you why. The diff tells you what. Prefer why.
Create a single-line commit message following these rules:
git commit -m "<message>" (stage all tracked changes first with git add -u if nothing is currently staged)