Skip to main content

review-api

Review Video.js TypeScript APIs without editing code. Use for inference, state, extensibility, composition, packaging, or architecture audits.

インストールへ移動

ソース情報

リポジトリ
videojs/v10
ソースの最終更新活動
2026年8月10日 17:26
検出された SKILL.md の言語
英語
スター
947
フォーク
91

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

ファイルエクスプローラー
2 ファイル

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
review-api
description
Review Video.js TypeScript APIs without editing code. Use for inference, state, extensibility, composition, packaging, or architecture audits.
# API review Read the implementation, public exports, callers, types, tests, and relevant design records. 1. Define the changed or proposed public surface and compatibility constraints. 2. Check runtime behavior, inference, naming, defaults, composition, escape hatches, lifecycle, packaging, and adjacent API consistency. 3. Use `references/checklist.md` for a broad audit; load only the sections relevant to the surface. 4. Tie every finding to a concrete caller, failure mode, or maintenance cost. Report findings by severity with the location, user impact, evidence, and smallest viable improvement. Separate correctness or compatibility problems from preferences. Do not score the API or invent issues to fill a template. ## Example Input: “Review this new player factory API.” Output: Prioritized findings tied to concrete callers, inference failures, compatibility risks, or maintenance costs.
GitHubで見る