원클릭으로
version
Check plugin version status — source vs installed vs release
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Check plugin version status — source vs installed vs release
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | version |
| description | Check plugin version status — source vs installed vs release |
Show the current plugin version status by comparing source, installed, and latest release versions.
Run bash ${CLAUDE_SKILL_DIR}/../../scripts/init-values.sh version. Read the VERSION_CHECK value from output.
Then run the version check script:
if [[ -n "$VERSION_CHECK" ]]; then
bash "$VERSION_CHECK"
else
echo "NOT FOUND"
fi
If version-check.sh is not found, tell the user: "version-check.sh not found. The compound-workflows plugin may not be installed or is an older version without version checking." Then stop.
Present the script's output to the user. If the script reports any actionable items (STALE or UNRELEASED), highlight them clearly and show the exact commands to run.
Recover context from a dead or exhausted session
Resolve PR review comments in parallel
Enhance plans with parallel research agents
Execute work plans using subagent dispatch
Manage session worktrees — resume, cleanup, rename, switch, create
Retry a deferred worktree merge — used when compact-prep's merge couldn't complete