원클릭으로
ship
Create branch, commit, push and open a PR
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create branch, commit, push and open a PR
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate the daily tech watch article (filter, write, publish to site)
Generate source fiches for an article and publish to the site
Create a NotebookLM notebook from daily sources and generate a podcast
Display today's sources sorted by theme priority
Publish a personal blog post to the site
Fetch PR review comments, fix issues, reply to each comment
| name | ship |
| description | Create branch, commit, push and open a PR |
| argument-hint | [issue-number] |
git status
git branch
Verify there are changes to commit. If no changes, notify and stop.
If on main, create a new branch with a descriptive name based on the changes:
docs/... for documentationfeat/... for featuresfix/... for fixesIf already on a feature branch, stay on it.
git diff
git diff --cached
Analyze staged and unstaged changes to understand what was modified.
git add ., specific files only)Co-Authored-Bygit push -u origin {BRANCH}
Open a PR with:
## Summary (bullets) and ## Test plan (checklist) sections/ship 17), add Closes #$ARGUMENTS in the bodyConfirm the created PR URL.