원클릭으로
deploy
Build and deploy Mindweave to Google Cloud Run
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build and deploy Mindweave to Google Cloud Run
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Perform SEO audits on web pages and suggest improvements. Use this skill when reviewing pages for search engine optimization, improving metadata, fixing accessibility issues, or optimizing content for discoverability. Triggers on tasks involving SEO, metadata, page titles, descriptions, or search rankings.
Update STATUS.md after a change or deployment
Apply test-driven development practices when writing or modifying code. Use this skill when implementing new features, fixing bugs, or refactoring to ensure code is written with tests first. Triggers on tasks involving new functionality, bug fixes, or code changes that need test coverage.
Run the Mindweave test suite
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
| name | deploy |
| description | Build and deploy Mindweave to Google Cloud Run |
| disable-model-invocation | true |
Deploy Mindweave to Cloud Run. Follow these steps:
git status. If there are changes, ask the user if they want to commit first.git rev-parse --short HEADgcloud builds submit --config=cloudbuild.yaml --substitutions=_SERVICE_NAME=mindweave,_REGION=us-central1,SHORT_SHA=<sha> --project=mindweave-prod
If $ARGUMENTS contains "status", just check the latest build status instead of deploying:
gcloud builds list --limit=1 --project=mindweave-prod