First touch review
Skill 9uiLe/plugins/plugins/agent-ops/skills/first-touch-review
Claude Code 用プラグインを集めた Marketplace。tech-docs(ADR / 技術仕様書 / 汎用ドキュメントを 1 枚 HTML で生成)と quality-architect(ISO/IEC 25010 でアーキテクチャ設計 / コードレビュー)を収録。
npx -y skills add 9uiLe/plugins --skill first-touch-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Run fixed-rubric first-touch UX review loops on a real device or simulator, complementing static code/design review with evidence from actual operation. Japanese triggers: 「初見ユーザーとして評価して」「実機で触って評価して」「シミュレータで操作して評価」「UX を初見で評価」.
SKILL.md
2.6 KB, 842 tokens by cl100k_base, as published. Nobody here has run it
初見ユーザー評価ループ
実機またはシミュレータでアプリを初めて触るユーザーとして操作し、固定ルーブリックで評価と修正を反復する。
この文書で PLUGIN_ROOT と書く場合は、Claude Code では ${CLAUDE_PLUGIN_ROOT}、Codex ではこの SKILL.md の 2 階層上にある agent-ops プラグインルートを指す。リファレンスはすべて PLUGIN_ROOT/references/ 配下。
0. 原則
静的レビューと動的レビューは両輪である。静的レビュー (コードレビュー・quality-review) だけでは体験上の致命バグは検出できない。
実績上、並列 5 エージェントの静的レビューをすり抜けた進捗喪失バグを、実機操作のみが発見した。1 周で完了を期待せず、収束まで 3〜4 周を見込む。
1. 既存プラグインとの境界
quality-architect は静的なコード・設計レビュー (ISO 25010) を担当する。first-touch-review は動的・体験的レビュー (実機操作) として並走し、静的レビューを補完する。
2. フロー
- 起動する: 対象アプリを実機またはシミュレータで起動する。
- 初見で評価する:
PLUGIN_ROOT/references/10-first-touch-rubric.mdの固定ルーブリックで操作・評価する。 - 重大度順に修正する: 致命、重大、軽微の順に指摘を整理し、再現手順と期待挙動を添える。
- 同一条件で再評価する: 同一ルーブリック・同一手順で、致命・重大ゼロまで反復する。詳細は
PLUGIN_ROOT/references/11-loop-protocol.md。
3. 定量化
「感じ」の報告で終わらせない。スクリーンショットや録画から、知覚可能性や before/after 差分を数値化する。手法は PLUGIN_ROOT/references/12-quantify-visual.md を参照する。
4. リファレンス
| ファイル | いつ読むか |
|---|---|
references/10-first-touch-rubric.md | 評価観点と出力形式を固定するとき |
references/11-loop-protocol.md | 修正後の再評価条件を固定するとき |
references/12-quantify-visual.md | 視覚・操作結果を数値化するとき |