mit einem Klick
ship
Create branch, commit, push and open a PR
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Create branch, commit, push and open a PR
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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.