with one click
commit-skip
Create a commit with [skip ci] to skip CI pipeline
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create a commit with [skip ci] to skip CI pipeline
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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>