con un clic
ship
Create branch, commit, push and open a PR
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Create branch, commit, push and open a PR
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación 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.