en un clic
status
Update STATUS.md after a change or deployment
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
Update STATUS.md after a change or deployment
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 | status |
| description | Update STATUS.md after a change or deployment |
| disable-model-invocation | true |
Update the STATUS.md file in the project root to reflect recent changes.
Steps:
git log --oneline -10 to understand what changed.git add STATUS.md && git commit -m "docs: Update STATUS.md with <brief description>"git push origin mainIf $ARGUMENTS is provided, use it as context for what to include in the update.