一键导入
ship
Ship changes by committing, pushing, and creating a PR to main.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Ship changes by committing, pushing, and creating a PR to main.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Run a discovery interview to gather requirements before planning a feature
Stages and commits changes while checking for repo location and branch safety.
Run all code quality checks for the current project including linting, formatting, and type checking. Supports Node.js, Python, Go, and Rust.
Address, fix, and resolve PR review comments. Auto-fixes "claude fix" comments, handles actionable feedback, summarizes discussions.
Comprehensive UI design system and principles for building polished, professional interfaces. Use this skill whenever building or styling frontend components, pages, layouts, dashboards, forms, cards, navigation, tables, modals, buttons, or any user-facing HTML/CSS/React/Tailwind. Triggers include: creating new UI, reviewing or improving existing UI, choosing colors, spacing, typography, shadows, or layout strategies, fixing designs that look "off", and building design systems or component libraries. Apply these principles by default when generating any frontend code.
基于 SOC 职业分类
| name | ship |
| description | Ship changes by committing, pushing, and creating a PR to main. |
| disable-model-invocation | true |
| user-invocable | true |
| argument-hint | [optional repo hint: fe, be, or repo name] |
| allowed-tools | Bash |
Locate the Repository: - Check if the current directory is a Git repo.
cd into it. If uncertain, ask the user.Branch Management:
main or master branch, create a new feature branch.Commit Changes:
feat: for new featuresfix: for bug fixesdocs: for documentation changesrefactor: for code refactoringtest: for adding testschore: for maintenance tasksPush and PR:
-u flag if first push).gh pr create with:
cd) into the correct sub-repo before running git commands.$ARGUMENTS