en un clic
deploy
Build and deploy Mindweave to Google Cloud Run
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Build and deploy Mindweave to Google Cloud Run
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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.
Build and deploy Mindweave to Google Cloud Run
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
| 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