ワンクリックで
test
Run the Mindweave test suite
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run the Mindweave test suite
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.
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.
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 | test |
| description | Run the Mindweave test suite |
| disable-model-invocation | true |
Run the Mindweave test suite. The test command is:
pnpm --filter web test
After tests complete, report:
If $ARGUMENTS is provided, use it to filter tests:
pnpm --filter web test $ARGUMENTS — run specific test file or patternAdditional checks the user may request:
/test coverage — run pnpm --filter web test:coverage/test lint — run pnpm --filter web lint/test types — run pnpm --filter web type-check/test all — run tests, lint, and type-check sequentially