with one click
ship
Create branch, commit, push and open a PR
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 branch, commit, push and open a PR
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 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.