Help us improve
Share bugs, ideas, or general feedback.
From just-ship
Links a board project to the current local workspace by writing workspace and project IDs to project.json. Requires pre-configured workspace. Use /add-project --project <UUID>.
npx claudepluginhub yves-s/just-ship --plugin just-shipHow this skill is triggered — by the user, by Claude, or both
Slash command
/just-ship:add-projectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Verknüpft ein neues Board-Projekt mit dem lokalen Projekt. Schreibt nur `workspace_id` + `project_id` in `project.json`. Kein API Key nötig — der Workspace muss bereits verbunden sein.
Connects projects to Just Ship Board using /connect-board jsp_ token or checks connection status via project.json and bash scripts. Handles plugin mode with CLAUDE_PLUGIN_ROOT.
Creates a project board structure (GitHub Projects V2, Azure Boards, or GitLab Issue Boards) with hatch3r taxonomy, configurable via quick/defaults mode.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Verknüpft ein neues Board-Projekt mit dem lokalen Projekt. Schreibt nur workspace_id + project_id in project.json. Kein API Key nötig — der Workspace muss bereits verbunden sein.
| Flag | Beschreibung | Pflicht |
|---|---|---|
--project | Projekt UUID vom Board | Ja |
Prüfe ob ein Workspace konfiguriert ist:
project.json → pipeline.workspace_id (primär).env.local → JSP_WORKSPACE_ID (fallback)~/.just-ship/config.json → default_workspace (nur wenn vorhandene Alt-Installation)Schreibe Projekt-Referenz:
".claude/scripts/write-config.sh" set-project \
--workspace-id <workspace_id> --project-id <project>
Bestätigung:
✓ Projekt '<project-id>' verknüpft mit Workspace '<workspace_id>'
✓ project.json aktualisiert