원클릭으로
status
Update STATUS.md after a change or deployment
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update STATUS.md after a change or deployment
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.
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 | 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.