ソース情報
- リポジトリ
- SocketDev/action
- ソースの最終更新活動
- 2026年8月4日 04:54
- 検出された SKILL.md の言語
- 英語
- スター
- 10
- フォーク
- 3
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/SocketDev/action --skill pushingコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Propagate a wheelhouse template change across fleet repos: worktrees, push/PR fallback, cleanup.
Run this repo's GitHub Actions locally with Agent-CI before pushing CI-sensitive changes.
Audit package exports for dead, internal-only, or weakly-consumed subpaths before pruning.
SOC 職業分類に基づく
SKILL.md を表示中
| name | pushing |
| description | Run the full pre-push gate, push only when green, then watch CI after the push. |
| user-invocable | true |
| allowed-tools | Bash(node:*), Bash(git:*), Bash(gh:*) |
| model | claude-haiku-4-5 |
| context | fork |
| metadata | {"internal":true} |
Landing on local main is the default; pushing origin is deliberate — the wheelhouse is the fleet's canonical source (members cascade from origin/main), so a red push breaks the fleet. This skill gates the push, then drives CI to green.
node scripts/fleet/pre-push-gate.mts
Runs in order, stopping + failing loud on the first red step:
pnpm run update — refresh tool/catalog pins (soak-held stay held)pnpm install — reconcile the lockfilepnpm run fix --all — lint/format autofixpnpm run check --all — the fleet check gatespnpm run cover — full coverage suite (covers "all tests pass")Push, then drive CI to green. Don't walk away on a red run. The post-push-ci-monitor-nudge hook reminds you:
git push
gh run watch
If pnpm run update / pnpm install changed the lockfile or pins, commit those first. The lockfile-only -o pnpm-lock.yaml reconcile is sanctioned. Then re-run the gate. The gate never pushes for you — it only tells you it is safe to.
Run agent-ci before CI-sensitive pushes when Docker is available. After the push, use greening-ci until remote CI is green.