dev10x-gh-pr-bookmark

Save GitHub Pull Request session state as a bookmark comment.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wooyek/dev10x-ai --skill dev10x-gh-pr-bookmark
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev10x-gh-pr-bookmark
Source: https://github.com/wooyek/dev10x-ai/tree/main/codex-skills/dev10x-gh-pr-bookmark
Command: npx skills add https://github.com/wooyek/dev10x-ai --skill dev10x-gh-pr-bookmark

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to save the current state of your work on a GitHub Pull Request, making it easy to resume later without losing context.

Core Features & Use Cases

  • Session State Saving: Captures session ID, review status, and next steps.
  • Seamless Resumption: Enables the next AI session to pick up exactly where the previous one left off.
  • Use Case: When you need to pause your work on a PR to attend a meeting or switch tasks, use this skill to create a bookmark comment on the PR, ensuring you can easily return to your progress later.

Quick Start

Use the dev10x-gh-pr-bookmark skill to save the current PR session state.

Frequently Asked Questions about dev10x-gh-pr-bookmark

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save my current GitHub pull request session state to resume work later?

To save a GitHub pull request session state, this Skill captures the session ID, review thread status, and next steps, then posts them as a bookmark comment on the PR. This enables the next AI session to pick up exactly where the previous one left off.

What is the best way to pause a pull request review without losing session context?

The best way to pause a pull request review without losing context is to bookmark the session state. This captures the current review thread status and next steps, posting them directly to the PR as a comment for seamless resumption.

Do I need the gh CLI to save pull request review state as a bookmark?

Yes, you need the gh CLI installed to save pull request review state as a bookmark. The Skill relies on the gh CLI for accurate PR detection and delegates the core state management and comment posting functionality to the dev10x:park skill.

How does bookmarking a PR session help with switching tasks?

Bookmarking a PR session helps with switching tasks by capturing the active session ID and review status. It creates a persistent comment on the GitHub pull request, ensuring you can easily return to your exact progress after attending to other work.

Can I use this Skill to capture GitHub review thread status and next steps for subsequent sessions?

Yes, you can use this Skill to capture GitHub review thread status and next steps. It specifically saves this session state data as a bookmark comment on the pull request, which facilitates resuming work seamlessly in subsequent AI sessions.

What limitations exist when using a bookmark comment to save GitHub PR session state?

A limitation of using a bookmark comment to save GitHub PR session state is the dependency on the gh CLI for PR detection. Additionally, the core state management and posting logic are delegated entirely to the dev10x:park skill for robust operation.