원클릭으로
manage-cowork
Manage the Cowork service and Claude Desktop. Use when the user wants to start, stop, or reinstall cowork.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage the Cowork service and Claude Desktop. Use when the user wants to start, stop, or reinstall cowork.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | manage-cowork |
| description | Manage the Cowork service and Claude Desktop. Use when the user wants to start, stop, or reinstall cowork. |
Start the cowork service and launch Claude Desktop:
/bin/bash ~/.claude/skills/manage-cowork/scripts/start-cowork.sh
Report the output to the user.
Stop the cowork service and kill Claude Desktop:
/bin/bash ~/.claude/skills/manage-cowork/scripts/stop-cowork.sh
Fully reinstall Claude Desktop and the cowork service (removes state, reinstalls packages via APT). Note: this script requires sudo.
/bin/bash ~/.claude/skills/manage-cowork/scripts/reinstall-cowork.sh
Use the codex MCP server to review the current git diff. Focus on correctness, regressions, security issues, tests, and maintainability. Return only actionable findings with file/line references and severity. Do not modify files.
Use when the user asks to fetch / list / read / show unresolved CodeRabbit review threads on a GitHub PR. Pulls thread URL, file:line, author, and full comment body for every thread CodeRabbit opened that is not yet resolved, plus CodeRabbit's review-summary nitpicks.
Use when the user asks to process / triage / address / handle PR reviews from CodeRabbit, SonarQube, Codex, and CI all together. First waits (polling every 1 min, max 30 min) until CodeRabbit, Sonar, and every CI check on the PR are in a terminal state — while a Codex review runs concurrently against the local diff. Then fetches unresolved threads from all three code-review sources plus failed CI checks, validates each against the actual code / log, handles invalid ones in place (reply on thread / NOSONAR comment), and presents a unified plan for fixing the valid ones (split into logical groups if more than 3).
Use when the user asks to transcribe a YouTube video, get a YouTube transcript, or download/save a transcript from a YouTube URL.
Use when the user asks to draft release notes, write release notes, or summarize changes since the last release for the current repository.
Guide for creating better specs for tasks I give to an agent. Always pulls in the Linear issue whose `gitBranchName` matches the current git branch exactly, and combines it with whatever I type when invoking the skill.