skills/merfox_tsv_gate/SKILL.md
cat > skills/merfox_tsv_gate/SKILL.md <<'MD' --- name: merfox_tsv_gate description: Gate to verify packaged app health + TSV generation (Wizard -> Mapping -> Convert) with objective evidence --- # MerFox TSV Gate (P0) 目的:P0「Amazon TSVが実用レベルで確実に出る」を、推測ではなく “証拠ファイル” で合否判定する。 ## 最重要ルール(事故防止) - .next / _next / standalone / Resources / node_modules / minified JS への grep/strings/cat 禁止(I/O詰まり事故) - status系APIで run.log の全文読み・grep・文字列探索は禁止(同期I/O・高頻度readによるAPIフリーズ事故防止) - 出力は「ファイル実体・サイズ・先頭/末尾」中心。感想・推測で完了
npx skillsauth add morgrisos/merfox skills/merfox_tsv_gateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
目的:P0「Amazon TSVが実用レベルで確実に出る」を、推測ではなく “証拠ファイル” で合否判定する。
【固定ルール(今回の確定)】
Step0(必須):起動してる.appのズレ→Releaseの順で検出
Step1:repoが重くなってないか 3) bash skills/merfox_tsv_gate/scripts/repo_health.sh
Step2:packaged が生きてるか(API/port) 4) bash skills/merfox_tsv_gate/scripts/packaged_smoke.sh
Step3:UIで1回だけ実行(Wizard) 5) Wizard Step1→Step4→Step6 を1回だけ回す(少数でOK)
Step4:TSV証拠回収(合否判定) 6) bash skills/merfox_tsv_gate/scripts/tsv_proof.sh
MD
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.