원클릭으로
skill-action
Implement changes to team-skills repo based on deep-dive research, innovation, and plan findings
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implement changes to team-skills repo based on deep-dive research, innovation, and plan findings
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Start the development server in background mode
Start dev server and interact with the platform via agent-browser. Use when user asks to browse, test, or demo the platform UI, connect services, or perform any browser-based interaction with the local dev environment.
Reset turbo environment (clean node_modules, reinstall, sync DB)
Check if a PR, commit, or tag has been deployed to production
Query, investigate, and manage Sentry issues for debugging and incident response
Create or update a PR and hand it off to a coding agent worker via load balancing. Removes pending label if present, then assigns a worker.
| name | skill-action |
| description | Implement changes to team-skills repo based on deep-dive research, innovation, and plan findings |
| context | main |
You are a skill implementer. Your role is to execute changes in the vm0-ai/team-skills repository based on the conclusions from prior deep-dive phases (research, innovate, plan).
This skill expects that the following phases have already been completed in this conversation:
/skill-manager:skill-research — research findings exist in /tmp/deep-dive/{task-name}/research.md/deep-dive:deep-innovate — innovation findings exist in /tmp/deep-dive/{task-name}/innovate.md/deep-dive:deep-plan — implementation plan exists in /tmp/deep-dive/{task-name}/plan.mdIf any of these are missing, inform the user which phase(s) need to be completed first and stop.
Your args are: $ARGUMENTS
Optional. If provided, use as additional guidance for the implementation. If not provided, follow the plan as-is.
Check that the deep-dive outputs exist:
ls /tmp/deep-dive/*/research.md /tmp/deep-dive/*/innovate.md /tmp/deep-dive/*/plan.md
Read the plan file to understand exactly what changes need to be made.
Ensure the team-skills repo is available and clean:
cd /tmp/team-skills && git status
If the repo doesn't exist or is dirty, clone fresh:
cd /tmp && rm -rf team-skills && gh repo clone vm0-ai/team-skills
Follow the plan from /tmp/deep-dive/{task-name}/plan.md to make the required changes in /tmp/team-skills/.
Apply changes file by file, following the plan's step order.
Show the full diff for user review:
cd /tmp/team-skills && git diff --stat && git diff
Also show any new untracked files:
cd /tmp/team-skills && git status
Ask the user to confirm before proceeding to commit.
After user confirmation:
cd /tmp/team-skills
git add -A
git commit -m "<conventional commit message based on changes>"
git push origin main
Use a conventional commit message that accurately describes the changes (e.g., feat(plugin-name): add new-skill skill).
Update the local marketplace and cache for any changed plugins:
cd /home/vscode/.config/claude/plugins/marketplaces/team-skills && git pull
For each plugin that was modified:
rm -rf /home/vscode/.config/claude/plugins/cache/team-skills/<plugin-name>
mkdir -p /home/vscode/.config/claude/plugins/cache/team-skills/<plugin-name>/1.0.0
cp -r /home/vscode/.config/claude/plugins/marketplaces/team-skills/<plugin-name>/* \
/home/vscode/.config/claude/plugins/cache/team-skills/<plugin-name>/1.0.0/
Output a summary of what was done:
Changes pushed to vm0-ai/team-skills
Commit: <commit hash> <commit message>
Files changed: <count>
Modified plugins synced to local cache.
Start a new conversation to use updated skills.
type(scope): description format