원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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
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.