ワンクリックで
open-work-state
Read all open GitHub issues and PRs for the active repo to reconstruct current project/work state.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Read all open GitHub issues and PRs for the active repo to reconstruct current project/work state.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create, repair, validate, visually QA, and package Codex-compatible v2 animated pets from character art, generated images, company or prospect brand cues, or visual references. Use for any new Codex pet, custom mascot, non-pixel pet style, brand-inspired pet, existing-pet repair, or 8x11 spritesheet workflow requiring all 9 standard animation rows, 16 look directions, deterministic assembly, QA artifacts, and spriteVersionNumber 2 packaging.
Rewrite current branch into N semantic commits with a legacy backup branch and optional rebase onto origin/main.
Merge origin/main into current branch while preserving branch intent, context, and ownership decisions.
Chain branch onboarding, code-health, and non-test analysis into a branch-scoped remediation plan.
Summarize current branch diff from fork point with intent, scope, risks, and context for follow-on work.
Audit codebase architecture: module dependencies, layering, circular imports, ownership, and structural decay.
| name | open-work-state |
| description | Read all open GitHub issues and PRs for the active repo to reconstruct current project/work state. |
Build a source-backed briefing of the repository's live work state from GitHub, not from memory or branch-name guesses. Default scope is all open issues and all open pull requests in the current repo.
From the target repository root:
python3 ~/.codex/skills/open-work-state/scripts/collect_open_work_state.py \
--out .codex_tmp/open-work-state
Then read the generated Markdown and raw JSON before answering:
sed -n '1,220p' .codex_tmp/open-work-state/open-work-state.md
git rev-parse --is-inside-work-tree, git status --short --branch, and gh repo view --json nameWithOwner,url,defaultBranchRef.open-work-state.md first, then inspect open-work-state.json for any issue/PR that has blockers, recent activity, review changes requested, failed checks, unresolved threads, stale labels, or unclear ownership.Return Korean by default when the user used Korean. Put the current state first:
#, title, branch/base, draft/review/check/merge/thread status, linked issues, blockergh auth or API permissions fail, stop at that boundary and report the exact failing command/output.