com um clique
ship
Create branch, commit, push and open a PR
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Create branch, commit, push and open a PR
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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.