원클릭으로
commit-staged-msg-default
DEFAULT: Generate a commit message based on staged changes and repo conventions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
DEFAULT: Generate a commit message based on staged changes and repo conventions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Trigger on literal token `/research` appearing anywhere in user prompt (start, middle, end). When present, treat as marker requesting context7 + web-search research and upfront clarifying questions before/while working on rest of prompt. Strip the `/research` marker from the effective task. Fire EVERY time `/research` literal appears, even mid-sentence. Do not fire if user only mentions the word 'research' without the slash prefix.
Run task with aggressive research and clarification: context7 for lib docs, websearch for current info, batch clarifying questions upfront before work.
REQUIRED for end-user customization of Linux desktop, window manager, or system config. Use when editing ~/.config/hypr/, ~/.config/waybar/, ~/.config/walker/, ~/.config/alacritty/, ~/.config/kitty/, ~/.config/ghostty/, ~/.config/mako/, or ~/.config/omarchy/. Triggers: Hyprland, window rules, animations, keybindings, monitors, gaps, borders, blur, opacity, waybar, walker, terminal config, themes, wallpaper, night light, idle, lock screen, screenshots, layer rules, workspace settings, display config, and user-facing omarchy commands. Excludes Omarchy source development in ~/.local/share/omarchy/ and omarchy-dev-* workflows.
SOC 직업 분류 기준
| name | commit-staged-msg-default |
| description | DEFAULT: Generate a commit message based on staged changes and repo conventions |
| disable-model-invocation | true |
| allowed-tools | Bash, Read, Grep |
!git diff --cached
!git log --oneline -5
Based on the staged changes and recent commit history above, generate a commit message following the repo's conventions:
type(scope): description-) to summarize the key changes. Do NOT insert a blank line between subject and body — lazygit adds that automaticallyIf $ARGUMENTS contains "commit", run git commit directly with a blank line between subject and body (standard git format). Do NOT copy to clipboard.
Otherwise (no arguments or anything else), copy the message to clipboard with wl-copy and do NOT run git commit.