smithery.ai

build-test

プロジェクトをビルドしてローカルサーバーで確認します

First seen Mar 21, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 917 B
  • docs SUMMARY.md 96 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Build Test

プロジェクトをビルドし、必要に応じてローカルサーバーを起動して確認します。

実行手順

1. ビルドの実行

mise run build

2. ビルド結果の確認

  • ビルドが成功したか確認
  • 警告やエラーがあれば報告

3. ローカルサーバーの起動(任意)

ユーザーがローカルで確認したい場合:

mise run serve

サーバーは http://localhost:3000 で起動します。

注意事項

  • ビルドエラーが発生した場合は、エラー内容を報告して修正を提案する
  • 警告がある場合は内容を報告し、対応が必要か確認する
  • serveコマンドはバックグラウンドで実行し、確認が終わったら停止する