원클릭으로
clean-env
Reset the OpenRegister development environment (stop, remove volumes, restart, install apps)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reset the OpenRegister development environment (stop, remove volumes, restart, install apps)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Iteratively run apply→verify in a loop until verify passes, then auto-archive — runs per-app in Docker context
Process multiple OpenSpec changes in parallel using subagents — full lifecycle from proposal to merged PR
Run automated browser tests for a Nextcloud app — single agent or multi-perspective parallel testing
Apply openspec/app-config.json changes to the actual Nextcloud app files — applies configuration decisions made in app-explore back into the codebase
Verify that a Nextcloud app's files match its openspec/app-config.json — read-only audit that reports drift between config and code
Create a Pull Request from the current branch — runs local checks, picks target branch, and opens the PR on GitHub
| name | clean-env |
| description | Reset the OpenRegister development environment (stop, remove volumes, restart, install apps) |
Run the clean-env.sh script to fully reset the OpenRegister development environment.
This will:
Model check — only apply when this skill is run standalone. Skip this section entirely if this skill was called from within another skill — the calling skill is responsible for model selection.
Check the active model from your system context (it appears as "You are powered by the model named…").
"⚠️ You're on Sonnet. This skill runs a shell script — purely mechanical, no reasoning required. Haiku is a better fit and conserves quota for heavier tasks. Switch with
/model haiku, or proceed with Sonnet." Options: Proceed with Sonnet / Switch to Haiku first (stop here if switching)
"You're on Opus. This skill runs a shell script — purely mechanical, no reasoning required. Opus is overkill here and will waste quota unnecessarily. Please switch to Haiku (
/model haiku) and re-run."
Run the clean-env script:
bash .claude/scripts/clean-env.sh
Important: This is a destructive operation — it removes all database data and volumes. Only run when a full reset is intended.
After the script completes, verify the environment:
If any app fails to enable, try running manually:
docker exec nextcloud php occ app-enable <appname>
💡 If you switched models to run this command, don't forget to switch back to your preferred model with
/model <name>(e.g./model defaultor/model sonnet).