wp-project-triage

tarafından automattic

Bir WordPress deposunun (eklenti/tema/blok teması/WP çekirdeği/Gutenberg/tam site) araçlar/testler/sürüm… dahil deterministik bir incelemesine ihtiyaç duyduğunuzda kullanın.

npx skills add https://github.com/automattic/agent-skills --skill wp-project-triage

WP Project Triage

When to use

Use this skill to quickly understand what kind of WordPress repo you’re in and what commands/conventions to follow before making changes.

Inputs required

  • Repo root (current working directory).

Procedure

  1. Run the detector (prints JSON to stdout):
    • node skills/wp-project-triage/scripts/detect_wp_project.mjs
  2. If you need the exact output contract, read:
    • skills/wp-project-triage/references/triage.schema.json
  3. Use the report to select workflow guardrails:
    • project kind(s)
    • PHP/Node tooling present
    • tests present
    • version hints and sources
  4. If the report is missing signals you need, update the detector rather than guessing.

Verification

  • The JSON should parse and include: project.kind, signals, and tooling.
  • Re-run after changes that affect structure/tooling (adding theme.json, block.json, build config).

Failure modes / debugging

  • If it reports unknown, check whether the repo root is correct.
  • If scanning is slow, add/extend ignore directories in the script.

automattic tarafından daha fazla skill

wp-phpstan
automattic
WordPress projelerinde (eklenti/tema/site) PHPStan statik analizini yapılandırırken, çalıştırırken veya düzeltirken kullanın: phpstan.neon kurulumu, temel dosyalar,…
official
wp-playground
automattic
WordPress Playground iş akışları için kullanın: tarayıcıda veya yerel olarak @wp-playground/cli (sunucu, run-blueprint, build-snapshot) ile hızlı, geçici WP örnekleri,…
official
wp-plugin-development
automattic
WordPress eklentileri geliştirirken kullanılır: mimari ve hook’lar, etkinleştirme/devre dışı bırakma/kaldırma, yönetici arayüzü ve Ayarlar API’si, veri depolama, cron/görevler, güvenlik…
official
wp-rest-api
automattic
WordPress REST API uç noktalarını/yollarını oluştururken, genişletirken veya hata ayıklarken kullanın: register_rest_route, WP_REST_Controller/kontrolcü sınıfları, şema/argüman…
official
wp-wpcli-and-ops
automattic
WP-CLI (wp) ile WordPress işlemleri yaparken kullan: güvenli arama-değiştirme, veritabanı dışa/içe aktarma, eklenti/tema/kullanıcı/içerik yönetimi, cron, önbellek temizleme,…
official
wpds
automattic
WordPress Tasarım Sistemi (WPDS) ve bileşenleri, tokenları, desenleri vb. kullanarak arayüzler oluştururken kullanın.
official
woocommerce-finalize
automattic
WooCommerce eklentileri için yayın öncesi kod sağlığı ve izlenebilirlik denetimi. Kod incelemesinden sonra çalışır -- ölü kod, tekrarlar, yapısal karmaşıklık ve...
official
woocommerce-plugin-dev
automattic
WooCommerce eklentisi geliştirme için kapsamlı beceri; WordPress ve WooCommerce kodlama standartlarını, güvenlik en iyi uygulamalarını ve uçtan uca testi zorunlu kılar…
official