بنقرة واحدة
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>