.cursor/skills/skill-updater/SKILL.md
スキル使用後のやり取りを基にスキルを改善・更新する。使用したスキルを毎回ブラッシュアップしたいとき、スキル改善・更新・修正時に使用。
npx skillsauth add hakushun/ai-dev-starter brush-up-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
スキルを使用した後のやり取りから学び、そのスキルを改善・更新するワークフロー。使用するたびにスキルを磨いていくために使う。
$ARGUMENTS またはユーザーが指定したスキル名を対象とする対象スキルのファイルを特定し、すべて読み込む。
プロジェクトスキルの場所(本リポジトリ):
.claude/skills/[スキル名]/
読み込むファイル:
SKILL.md(必須)references/ 配下のファイル(存在する場合)templates/ 配下のファイル(存在する場合)Glob や LS でディレクトリ構成を確認してから Read で内容を取得する。
現在の会話を分析し、以下の観点で改善点を抽出する。
機能面
説明面
ユーザビリティ面
templates/improvement-report.md の形式で改善案を提示する。
提示内容:
改善案についてユーザーの確認を得る。
ユーザーの承認後、スキルファイルを更新する。
StrReplace または Write で編集更新した内容を簡潔に報告する。
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.
tools
Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts, Vite plugins, or building libraries/SSR apps with Vite.
development
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.