skilly. Buy ad slot
All skills
Devops · Testing · Github / AGENT SKILL

ci

kiyohken2000/5ch-browser-template
0 installs 6 GitHub stars
0

Reproduce CI checks locally by running the checks corresponding to .github/workflows/ci.yml.
CIローカル再現 (.github/workflows/ci.yml 相当のチェックを一括実行)

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

`.github/workflows/ci.yml` と同等のチェックをローカルで順次実行する。  

手順:

1. `cargo check --workspace` を実行  
2. `cd apps/desktop && npm run build` を実行 (tsc + vite)  
3. スモークUIテスト: Linux では `cd apps/desktop && bash scripts/run_smoke_ui.sh`、それ以外では `cd apps/desktop && npm run test:smoke-ui` を実行  
4. ランディングページ: `cd apps/landing && npm run check:latest` を実行  

全4ステップの結果をまとめて報告:  

- 各ステップの成功/失敗
- 失敗したステップがある場合はエラー詳細を表示
- 全ステップ成功の場合は「CI相当チェック全パス」と報告

いずれかのステップが失敗しても残りは続行すること。