一键导入
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 职业分类
| 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>
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