From Dev10x
Posts rich session bookmark comment on open GitHub PRs, capturing session ID, review thread status, current state, and next steps for resuming work. Use when pausing or ending sessions on PRs with in-progress changes.
npx claudepluginhub dev10x-guru/dev10x-claude --plugin Dev10xThis skill is limited to using the following tools:
**Announce:** "Using Dev10x:gh-pr-bookmark to save session state to the PR."
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Announce: "Using Dev10x:gh-pr-bookmark to save session state to the PR."
This skill follows references/task-orchestration.md patterns.
Create a task at invocation, mark completed when done:
REQUIRED: Create a task at invocation. Execute at startup:
TaskCreate(subject="Post PR session bookmark", activeForm="Bookmarking PR")Mark completed when done: TaskUpdate(taskId, status="completed")
Thin wrapper around Dev10x:park that pre-selects the PR session
bookmark target. Use at end-of-session or when pausing work on a PR.
gh pr list --head "$(git branch --show-current)" --state open --json number,url --limit 1
If no open PR found, tell the user and stop.
Invoke Dev10x:park with:
PR session bookmarkSkip the target selection prompt — this skill always routes to the
PR session bookmark target in Dev10x:park.
Dev10x:park handles data gathering, composition, posting, and
confirmation.
/Dev10x:gh-pr-bookmark # bookmark current PR
/Dev10x:gh-pr-bookmark Wait for CI then merge # bookmark with custom note
Dev10x:park — full deferral router with all targetsDev10x:session-wrap-up — end-of-session orchestrator that may call this