review-skills

作成者: openshift

プロジェクトのAIスキルを重複、古い参照、誤り、構造上の問題についてレビューします。ユーザーがスキルのレビュー、監査、チェックを依頼した場合に使用します。

npx skills add https://github.com/openshift/lightspeed-console --skill review-skills

Review Skills

Read every SKILL.md under .cursor/skills/ (and any files they reference). Check for:

  1. Structural issues — missing/malformed frontmatter, referenced supporting files that don't exist.
  2. Duplication — skills that overlap significantly or could be merged.
  3. Stale references — file paths, npm scripts, branch names, or source symbols that no longer exist in the repo. Verify each against the actual codebase.
  4. Mistakes — typos, incorrect commands, contradictions between skills.
  5. Consistency — shared steps (e.g. lint/i18n/build) described differently, inconsistent terminology for the same concept.

Report

Group findings by skill. Use 🔴 error / 🟡 warning / 🟢 suggestion. Omit clean skills. End with: Reviewed N skills. M have issues.

openshiftのその他のスキル

openshift-expert
openshift
OpenShiftプラットフォームとKubernetesのエキスパートであり、クラスターアーキテクチャ、オペレーター、ネットワーキング、ストレージ、トラブルシューティング、CI/CDパイプラインに関する深い知識を持つ。使用…
official
find-token
openshift
隠された認証トークンを見つけます。find-tokenスクリプトを実行して、ユニークなトークンを取得します。
official
code-review
openshift
プルリクエストのコード品質、正確性、プロジェクト規約をレビューします。ユーザーがPRのレビュー、コードレビュー、または変更の確認を依頼した場合に使用します。
official
css-review
openshift
CSSのコーディングスタイル、PatternFlyトークンの使用法、ベストプラクティスをレビューします。ユーザーがCSSのレビュー、スタイルの確認、CSSファイルの監査を依頼した場合に使用します。
official
review-readmes
openshift
リポジトリ内のすべてのREADME.mdファイルをレビューし、タイポ、エラー、古い情報をチェックします。ユーザーがREADMEのレビューやドキュメントの正確性の確認などを依頼したときに使用します。
official
test
openshift
タグでフィルタリングされたエンドツーエンドテストを実行します。ユーザーがテストの実行、Playwrightの実行、または@coreや@attachのような特定の機能タグのテストを依頼した場合に使用します。
official
unused-exports
openshift
他のファイルから一度もインポートされていないエクスポートされたシンボルを検出します。ユーザーが「エクスポートを確認」「未使用のエクスポート」と言ったり、エクスポートの整理を依頼した場合に使用します。
official
update-version
openshift
現在のブランチ上の全ファイルに含まれるプロジェクトのバージョン番号を更新します。単一ブランチでのバージョンアップ時に使用します。完全な…
official