ソース情報
- リポジトリ
- blueberrycongee/wuu
- ソースの最終更新活動
- 2026年8月18日 11:48
- 検出された SKILL.md の言語
- 英語
- スター
- 48
- フォーク
- 10
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/blueberrycongee/wuu --skill release-checkコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Debug Electron desktop issues across renderer, preload, main process, and Go app-server.
嵌入式浏览器自动化:在后台的隐藏网页宿主里导航、观察并操作网页。Use when a task must open, read, or act on a web page and no safer interface or connector can complete it.
Guide for creating effective skills. Use when the user wants to create a new skill or improve an existing one — a reusable instruction package that extends Wuu with specialized knowledge, workflows, or tool integrations.
SOC 職業分類に基づく
SKILL.md を表示中
| name | release-check |
| description | Run final release gates before publishing or handing off a build. |
| trigger-condition | Use before release, packaging, publish, install, or production build claims. |
| allowed-tools | ["read_file","grep","glob","bash"] |
| required-context | ["target version","changed files","release command","verification policy","known risks"] |
| examples | ["run make install verification","check desktop production debug gates","summarize release blockers"] |
| verification-checklist | ["build command passed","version identity checked","release blockers documented"] |
| progressive-disclosure | Load release-specific docs and commands only after identifying the release target. |
Use a release gate before claiming a build is ready.
Do not publish, push, or mutate external systems without an explicit approval gate.
When the user asks to compile or update the local CLI to the latest source:
make install in the repository root.~/.local/bin/wuu -> ~/go/bin/wuu as the default path and refresh the binary at ~/go/bin/wuu; do not repoint the symlink unless explicitly asked.command -v wuu and ls -l ~/.local/bin/wuu ~/go/bin/wuu.go version -m ~/go/bin/wuu and confirm vcs.revision matches the current HEAD.wuu --version, falling back to wuu version, and tell the user that wuu now uses the latest local build.docs/en/project/release.md and .github/workflows/release.yml as the source of truth and keep them in sync.VERSION, and desktop/package.json version to match exactly.