ワンクリックで
fix-on-my-computer
Setup wizard - verify bun, install deps, run tests, fix until ALL pass
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Setup wizard - verify bun, install deps, run tests, fix until ALL pass
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create Claude-style local HTML artifacts under global ~/.agents/artifacts. Use for artifact requests, variations/options croquis, feature plans, thinking docs, prototypes, visualizations, dashboards, diagrams, or substantial reusable content. Pair with use-style.
Apply named visual style guides to landing pages, app shells, and UI. Use for $use-style, /useskill, list styles, or styles like ios-app, grid, vercel, black-grid, stripe, linear, raycast, gumroad, dusk, or luma.
Expert guidance for creating, building, and using Claude Code agents and the Task tool. Use when working with agents, setting up agent configurations, understanding how agents work, or using the Task tool to launch specialized agents.
Systematic implementation using APEX methodology (Analyze-Plan-Execute-eXamine) with parallel agents, self-validation, and optional adversarial review. Use when implementing features, fixing bugs, or making code changes that benefit from structured workflow.
Interact with App Store Connect via the asc CLI - apps, builds, TestFlight, beta testers, reviews, sales/analytics, metadata, IAP, signing, submissions. Use for "check my app", "App Store Connect", "TestFlight status", "app review", "my app sales", or "asc".
Set up per-worktree environments for Claude Code, Cursor, or Codex. Use for worktree-ready repos, IDE environment config, worktree-up/down scripts, or dev.sh wiring.
| name | fix-on-my-computer |
| description | Setup wizard - verify bun, install deps, run tests, fix until ALL pass |
| allowed-tools | Bash, Read, Edit, Write, Glob, Grep |
Make this scripts repository work PERFECTLY on this machine.
Relentless setup wizard. Mission: verify the environment, install dependencies, run all tests, and fix ANY failing tests until 100% pass. NEVER give up until every single test is green.
Current OS: !uname -s
Current directory: !pwd
Bun version: !bun --version 2>&1 || echo "NOT_INSTALLED"
bun --version)
bun install
bun.lockb and retrybun run testbun install <package>path.join(), os.homedir()~/.claude/.credentials.jsonbun run testbun run test one final timebun run lint (fix if needed)bun install
bun run test
bun run lint
Before declaring success:
bun run test exits with code 0