wordpress-workspace-agent-ux-consistency-check

作成者: automattic

WordPress Workspace Agent、サイトピッカー、会話履歴、Quick Ask、QuickLauncher、設定、サイドバーのUXをリポジトリのプレーンな…との一貫性についてレビューする。

npx skills add https://github.com/automattic/workspace --skill wordpress-workspace-agent-ux-consistency-check

WordPress Workspace Agent UX Consistency Check

Use this skill for recurring Agent and workspace UI patterns.

Workflow

  1. Inspect the relevant UI and state.
    • Common files: Sources/WordPressAgentWindowView.swift, Sources/WordPressAgentUtilityOverlayView.swift, Sources/MenuBarView.swift, Sources/SettingsView.swift, and Sources/AppState.swift.
    • Search with rg -n "Starred|All Sites|Load previous|QuickLauncher|@|settings|shortcut|conversation|site" Sources.
  2. Preserve site-scoped clarity.
    • Make the active selected site visible before sending text, audio, images, screenshots, or Agent messages.
    • Prefer explicit site switching over hidden "last site" behavior.
    • When a user chooses a site-bound app or action, make that site handoff visible and update the current site deliberately.
    • Use Starred and All Sites as plain labels.
  3. Prefer calm, explicit controls.
    • Avoid hidden auto-loading when a visible action is clearer.
    • Use "Load previous conversations" for paging older history.
    • Persist state users mentally own: starred sites, sidebar sections, collapse state, and cached lists.
    • Keep buttons and settings copy straightforward rather than clever.
  4. Keep settings explanatory.
    • Toggles should say what changes when enabled, especially for artifacts, indexing, debug behavior, permissions, and setup reruns.
  5. Review failure and empty states.
    • Empty, loading, signed-out, no-site, no-results, and permission-denied states should be specific and actionable.

Output

  • Lead with UX inconsistencies and behavioral risks.
  • Include file and line references.
  • Separate product-language suggestions from implementation bugs.

automatticのその他のスキル

dn-info
automattic
登録済みドメインの詳細情報をdn CLIで取得します。ユーザーが有効期限、ネームサーバー、連絡先などのドメイン詳細を確認したい場合に使用します。
official
wordpress-plugin-publish
automattic
このスキルは、Pressshipを使用してWordPress.orgプラグインを公開、提出、再アップロード、検証、パッケージ化、チェック、デモ、リリースする際に使用します。対象は…
official
dev
automattic
WordPress ActivityPubプラグインの開発ワークフロー(wp-envセットアップ、テストコマンド、リンティング、ビルドプロセスを含む)。開発環境のセットアップ時に使用します。
official
gitattributes
automattic
.gitattributesのexport-ignoreカバレッジを監査または更新する際に使用し、開発専用ファイル(lint設定、CI、テスト、ドキュメント、ビルドツール)が出荷されないようにします…
official
integrations
automattic
サードパーティのWordPressプラグイン統合パターン。新しい統合を追加する際、他のプラグインとの互換性をデバッグする際、または既存の…を扱う際に使用します。
official
design-systems
automattic
ウェブデザインにおける大胆な美的方向性のガイダンス。タイポグラフィ、色彩、動き、空間構成、全体的なビジュアルに関する創造的な判断を行う際に使用します。
official
site-specification
automattic
シンプルな説明から包括的なサイト仕様を抽出します。ユーザーのテーマリクエストを分析して、サイトタイプ、対象者、トーン、レイアウトなどを決定する際に使用します。
official
wordpress-block-theming
automattic
WordPressフルサイト編集(FSE)テーマアーキテクチャ。theme.json、ブロックテンプレート、テンプレートパーツ、パターン、functions.phpなどを生成する際に使用します。
official