wordpress-workspace-doc-consistency-check

द्वारा automattic

वर्डप्रेस वर्कस्पेस README, PRD, रिलीज़ नोट्स, सार्वजनिक कॉपी और उत्पाद दस्तावेज़ीकरण की समीक्षा करें ताकि इस रिपॉजिटरी और वर्तमान वर्डप्रेस के साथ संगति सुनिश्चित हो सके।

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

WordPress Workspace Doc Consistency Check

Use this skill to review documentation and product copy for drift.

Workflow

  1. Identify the docs or copy being changed.
    • Common targets: README.md, docs/prd.md, release notes, app copy, website copy, and skill docs under .agents/skills.
  2. Compare claims against repo facts.
    • Use Info.plist for bundle IDs, version, URL scheme, minimum macOS version, and permission strings.
    • Use Makefile, Tools/manual-release.sh, .github/workflows/release.yml, and .buildkite/pipeline.yml for build and release claims.
    • Use Sources/WPCOMClient.swift for WordPress.com endpoints and integration behavior.
    • Use Sources/QuickLauncherIndex.swift for Workspace.sqlite, launcher entities, cached remote rows, recent opens, and indexing stats.
    • Use Sources/AppState.swift, Sources/AppDelegate.swift, and UI files for user-facing flows.
  3. Check product vocabulary.
    • Prefer "WordPress Workspace" or "WP Workspace" only where the app already uses the shorter product name.
    • Use the current product name in new public and repo-facing docs.
    • Describe the product as site-first and WordPress.com-aware.
    • Say "selected site" when explaining context boundaries.
    • Prefer WordPress archetypes such as posts, media, terms, guidelines, artifacts, skills, site roles, and plugin-provided capabilities over parallel app-only concepts.
    • Use plain UI labels such as "Starred", "All Sites", and "Load previous conversations" when describing the Agent sidebar.
    • Keep WordPress Studio positioned as local site development, not daily live-site workspace work.
  4. Check non-goals and trust boundaries.
    • Do not imply local model/provider configuration exists for WordPress.com AI.
    • Do not imply the app bypasses WordPress.com permissions.
    • Distinguish local capture from data sent to WordPress.com.
    • Do not expose effective preview URLs, frame nonces, or private preview bootstrap details in user-facing copy.
  5. Return findings first when reviewing.
    • Include file and line references when possible.
    • Separate factual mismatches from tone or clarity suggestions.

Known Alignment Points

  • Public Workspace positioning emphasizes beta status, inclusion with WordPress.com plans during beta, Agent access, dictation, screenshots, image upload, selected-text transformation, multiple sites, guidelines, skills, and WordPress.com permissions.
  • The repo currently requires macOS 13.0 in Info.plist; public launch copy says macOS 11 or later.
  • GitHub Actions release automation is parked; Buildkite is the production build path for release artifacts.
  • Current builds link SQLite through Makefile and store local launcher/cache data in Workspace.sqlite.
  • Transcription smoke tests should use Tools/wpcom-transcribe.sh before inventing new endpoint tooling.
  • Do not claim in-app telemetry exists. Current external product signal is limited mostly to WordPress.com OAuth sign-in counts plus manual QA and release feedback.

automattic की और Skills

wp-phpstan
automattic
वर्डप्रेस प्रोजेक्ट्स (प्लगइन्स/थीम्स/साइट्स) में PHPStan स्टैटिक एनालिसिस को कॉन्फ़िगर करने, चलाने या ठीक करने के लिए उपयोग करें: phpstan.neon सेटअप, बेसलाइन्स,…
official
wp-playground
automattic
वर्डप्रेस प्लेग्राउंड वर्कफ़्लो के लिए उपयोग करें: ब्राउज़र में या स्थानीय रूप से @wp-playground/cli (सर्वर, रन-ब्लूप्रिंट, बिल्ड-स्नैपशॉट) के माध्यम से तेज़ डिस्पोज़ेबल WP इंस्टेंस,…
official
wp-plugin-development
automattic
वर्डप्रेस प्लगइन विकसित करते समय उपयोग करें: आर्किटेक्चर और हुक्स, सक्रियण/निष्क्रियण/अनइंस्टॉल, एडमिन यूआई और सेटिंग्स एपीआई, डेटा स्टोरेज, क्रॉन/कार्य, सुरक्षा…
official
wp-project-triage
automattic
जब आपको किसी वर्डप्रेस रिपॉजिटरी (प्लगइन/थीम/ब्लॉक थीम/WP कोर/गुटेनबर्ग/पूर्ण साइट) का निर्धारित निरीक्षण चाहिए, जिसमें टूलिंग/टेस्ट/संस्करण… शामिल हों।
official
wp-rest-api
automattic
वर्डप्रेस REST API एंडपॉइंट/रूट्स बनाने, विस्तारित करने या डीबग करने के लिए उपयोग करें: register_rest_route, WP_REST_Controller/कंट्रोलर क्लासेस, स्कीमा/आर्गुमेंट…
official
wp-wpcli-and-ops
automattic
WP-CLI (wp) के साथ WordPress संचालन के लिए उपयोग करें: सुरक्षित खोज-बदलाव, db निर्यात/आयात, प्लगइन/थीम/उपयोगकर्ता/सामग्री प्रबंधन, क्रॉन, कैश फ्लशिंग,…
official
wpds
automattic
जब वर्डप्रेस डिज़ाइन सिस्टम (WPDS) और इसके घटकों, टोकन, पैटर्न आदि का उपयोग करके यूआई बनाया जा रहा हो, तब उपयोग करें।
official
woocommerce-finalize
automattic
WooCommerce प्लगइन्स के लिए प्री-रिलीज़ कोड स्वास्थ्य और ट्रेसेबिलिटी ऑडिट। कोड समीक्षा के बाद चलता है -- मृत कोड, डुप्लिकेशन, संरचनात्मक जटिलता, और… पर ध्यान केंद्रित करता है।
official