ワンクリックで
github-actions-pnpm-ci
Secure pnpm GitHub Actions CI
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Secure pnpm GitHub Actions CI
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create a GitHub PR for completed work, then run coderabbit-resolver through review, CI, merge, and cleanup. Use when: the user asks for PR creation followed by CodeRabbit resolution. Keywords: create PR, CodeRabbit, merge.
Live onboarding tour of newly implemented code. Combines /deep-trace, the vscode-debug-mcp bridge, and playwright-cli to run the target app in a debug session, drive the UI, pause at curated breakpoints inside the new code, and narrate "this modal is the newly created one" — mapping every UI moment to the exact file:line. Use when the user wants to understand where and how AI-written feature code executes in the running application ("どの UI / どのロジックで動くのか分からない", "オンボーディングして", "/feature-tour").
Screenshot UI defect lint
Debug Claude Code plugins
Record a web or Electron-renderer flow as an annotated video with playwright-cli, then extract frames to confirm how it actually looks. Use when the user points at a flow to capture — "record that part", "あそこの部分", "この一連の動作", "動作確認して録画して", QA-ing a screen's motion/behavior, or proving a web / Electron-renderer interaction works on video. For analyzing a clip you were handed or generic cross-surface motion verification, use the `video` skill; for native macOS chrome (menu / tray / dock / traffic-lights) use computer-use — playwright cannot see those.
Refresh Chromium-based browsers by backing up profile/cache data, guiding a clean reinstall, and restoring bookmarks only. Use when Chrome, Chrome Canary, Edge, Brave, Arc, Dia, or another Chromium browser has browser-specific corruption, black screens, Meet/video issues, bad flags, GPU/WebGL cache problems, or profile-state bugs.
| name | github-actions-pnpm-ci |
| description | Secure pnpm GitHub Actions CI |
| metadata | {"short-description":"Secure pnpm GitHub Actions CI"} |
Install the bundled assets as the default CI shape:
.github/actions/prepare/action.yml from assets/prepare-action.yml.github/workflows/lint.yml from assets/workflows/lint.yml.github/workflows/test.yml from assets/workflows/test.yml.github/workflows/typecheck.yml from assets/workflows/typecheck.yml.github/workflows/build.yml from assets/workflows/build.yml.github/dependabot.yml from assets/dependabot.yml# v6.0.2.pnpm/action-setup without a version input so it reads packageManager from package.json.packageManager to include pnpm integrity, for example pnpm@10.33.4+sha512....actions/setup-node cache: pnpm.node_modules.cache-dependency-path: pnpm-lock.yaml for single-package repos.pnpm-lock.yaml and pnpm-workspace.yaml in cache-dependency-path.pnpm install --frozen-lockfile.contents: read unless a job truly writes to GitHub.concurrency to every workflow.github-actions only.package.json and use the closest existing script.pnpm exec playwright install --with-deps chromium before the test command.Run these after installing or updating the files:
pnpm exec actionlint
git diff --check
If actionlint is not available in the repo, use pnpm dlx actionlint or the repo's existing actionlint command.