원클릭으로
commit-skip
Create a commit with [skip ci] to skip CI pipeline
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a commit with [skip ci] to skip CI pipeline
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate a new React component with Mantine styling
Update documentation after implementing features or making changes
Run a quick architecture review via architect-reviewer agent
Generate mobile-specific React components with platform detection and safe areas
Run a quick security audit on recent changes or specific files
Generate a test file for a component, hook, or utility
| name | commit-skip |
| description | Create a commit with [skip ci] to skip CI pipeline |
Creates a commit that skips CI entirely, useful for documentation-only changes pushed to main.
Note: Since CI only runs on push to main (not on feature branches or PRs), this skill is primarily useful for:
git status --short
If no changes, inform user and stop.
Review the diff:
git diff HEAD --stat
git add -A
[skip ci] appended:git commit -m "<type>: <summary> [skip ci]
<optional body>
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>"
.gitignore)/check + /ship instead)[skip ci] has no effect)docs: update README installation steps [skip ci]
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>