diff --git a/.github/workflows/close-all-prs.yml b/.github/workflows/close-all-prs.yml index 03ab360..eaf6c55 100644 --- a/.github/workflows/close-all-prs.yml +++ b/.github/workflows/close-all-prs.yml @@ -1,8 +1,11 @@ name: Close All PRs +# Temporarily disabled - uncomment to re-enable +# on: +# pull_request_target: +# types: [opened, reopened] on: - pull_request_target: - types: [opened, reopened] + workflow_dispatch: permissions: pull-requests: write diff --git a/skills/shopify-admin-execution/SKILL.md b/skills/shopify-admin-execution/SKILL.md index 3d5e3e4..ab30e0c 100644 --- a/skills/shopify-admin-execution/SKILL.md +++ b/skills/shopify-admin-execution/SKILL.md @@ -1,6 +1,3 @@ - --- name: shopify-admin-execution description: "Run a validated Admin GraphQL operation against a specific store using Shopify CLI. Use this when the user wants an executable store workflow, not just the query or mutation text. If the answer should include `shopify store auth` and `shopify store execute`, choose this API. Choose this for 'my store', 'this store', a store domain, product reads on a merchant store, low-inventory lookups, product updates, and warehouse/location inventory changes. Examples: 'Show me the first 10 products on my store', 'Find products with low inventory on my store', 'Set inventory at the Toronto warehouse so SKU ABC-123 is 12'." diff --git a/skills/shopify-admin/SKILL.md b/skills/shopify-admin/SKILL.md index bbd91b5..963c9dc 100644 --- a/skills/shopify-admin/SKILL.md +++ b/skills/shopify-admin/SKILL.md @@ -1,6 +1,3 @@ - --- name: shopify-admin description: "The Admin GraphQL API lets you build apps and integrations that extend and enhance the Shopify admin." diff --git a/skills/shopify-custom-data/SKILL.md b/skills/shopify-custom-data/SKILL.md index 77cc60c..0d820fc 100644 --- a/skills/shopify-custom-data/SKILL.md +++ b/skills/shopify-custom-data/SKILL.md @@ -1,6 +1,3 @@ - --- name: shopify-custom-data description: "MUST be used first when prompts mention Metafields or Metaobjects. Use Metafields and Metaobjects to model and store custom data for your app. Metafields extend built-in Shopify data types like products or customers, Metaobjects are custom data types that can be used to store bespoke data structures. Metafield and Metaobject definitions provide a schema and configuration for values to follow." diff --git a/skills/shopify-customer/SKILL.md b/skills/shopify-customer/SKILL.md index 71df598..3ba7580 100644 --- a/skills/shopify-customer/SKILL.md +++ b/skills/shopify-customer/SKILL.md @@ -1,6 +1,3 @@ - --- name: shopify-customer description: "The Customer Account API allows customers to access their own data including orders, payment methods, and addresses." diff --git a/skills/shopify-dev/SKILL.md b/skills/shopify-dev/SKILL.md index 366d83a..4434396 100644 --- a/skills/shopify-dev/SKILL.md +++ b/skills/shopify-dev/SKILL.md @@ -1,6 +1,3 @@ - --- name: shopify-dev description: "Search Shopify developer documentation across all APIs. Use only when no API-specific skill applies." diff --git a/skills/shopify-functions/SKILL.md b/skills/shopify-functions/SKILL.md index a82917a..95707ce 100644 --- a/skills/shopify-functions/SKILL.md +++ b/skills/shopify-functions/SKILL.md @@ -1,6 +1,3 @@ - --- name: shopify-functions description: "Shopify Functions allow developers to customize the backend logic that powers parts of Shopify. Available APIs: Discount, Cart and Checkout Validation, Cart Transform, Pickup Point Delivery Option Generator, Delivery Customization, Fulfillment Constraints, Local Pickup Delivery Option Generator, Order Routing Location Rule, Payment Customization" diff --git a/skills/shopify-hydrogen/SKILL.md b/skills/shopify-hydrogen/SKILL.md index 81426b9..eb8e487 100644 --- a/skills/shopify-hydrogen/SKILL.md +++ b/skills/shopify-hydrogen/SKILL.md @@ -1,6 +1,3 @@ - --- name: shopify-hydrogen description: "Hydrogen storefront implementation cookbooks. Some of the available recipes are: B2B Commerce, Bundles, Combined Listings, Custom Cart Method, Dynamic Content with Metaobjects, Express Server, Google Tag Manager Integration, Infinite Scroll, Legacy Customer Account Flow, Markets, Partytown + Google Tag Manager, Subscriptions, Third-party API Queries and Caching. MANDATORY: Use this API for ANY Hydrogen storefront question - do NOT use Storefront GraphQL when 'Hydrogen' is mentioned." diff --git a/skills/shopify-liquid/SKILL.md b/skills/shopify-liquid/SKILL.md index 6966bde..c174985 100644 --- a/skills/shopify-liquid/SKILL.md +++ b/skills/shopify-liquid/SKILL.md @@ -1,6 +1,3 @@ - --- name: shopify-liquid description: "Liquid is an open-source templating language created by Shopify. It is the backbone of Shopify themes and is used to load dynamic content on storefronts. Keywords: liquid, theme, shopify-theme, liquid-component, liquid-block, liquid-section, liquid-snippet, liquid-schemas, shopify-theme-schemas" diff --git a/skills/shopify-partner/SKILL.md b/skills/shopify-partner/SKILL.md index 7df6312..af5afd6 100644 --- a/skills/shopify-partner/SKILL.md +++ b/skills/shopify-partner/SKILL.md @@ -1,6 +1,3 @@ - --- name: shopify-partner description: "The Partner API lets you programmatically access data about your Partner Dashboard, including your apps, themes, and affiliate referrals." diff --git a/skills/shopify-payments-apps/SKILL.md b/skills/shopify-payments-apps/SKILL.md index 2ddb49b..9d274f2 100644 --- a/skills/shopify-payments-apps/SKILL.md +++ b/skills/shopify-payments-apps/SKILL.md @@ -1,6 +1,3 @@ - --- name: shopify-payments-apps description: "The Payments Apps API enables payment providers to integrate their payment solutions with Shopify's checkout." diff --git a/skills/shopify-polaris-admin-extensions/SKILL.md b/skills/shopify-polaris-admin-extensions/SKILL.md index f387956..ac9c17f 100644 --- a/skills/shopify-polaris-admin-extensions/SKILL.md +++ b/skills/shopify-polaris-admin-extensions/SKILL.md @@ -1,6 +1,3 @@ - --- name: shopify-polaris-admin-extensions description: "Add custom actions and blocks from your app at contextually relevant spots throughout the Shopify Admin. Admin UI Extensions also supports scaffolding new adminextensions using Shopify CLI commands." diff --git a/skills/shopify-polaris-app-home/SKILL.md b/skills/shopify-polaris-app-home/SKILL.md index c65af5f..21b14f0 100644 --- a/skills/shopify-polaris-app-home/SKILL.md +++ b/skills/shopify-polaris-app-home/SKILL.md @@ -1,6 +1,3 @@ - --- name: shopify-polaris-app-home description: "Build your app's primary user interface embedded in the Shopify admin. If the prompt just mentions `Polaris` and you can't tell based off of the context what API they meant, assume they meant this API." diff --git a/skills/shopify-polaris-checkout-extensions/SKILL.md b/skills/shopify-polaris-checkout-extensions/SKILL.md index a57844d..1e06990 100644 --- a/skills/shopify-polaris-checkout-extensions/SKILL.md +++ b/skills/shopify-polaris-checkout-extensions/SKILL.md @@ -1,6 +1,3 @@ - --- name: shopify-polaris-checkout-extensions description: "Build custom functionality that merchants can install at defined points in the checkout flow, including product information, shipping, payment, order summary, and Shop Pay. Checkout UI Extensions also supports scaffolding new checkout extensions using Shopify CLI commands." diff --git a/skills/shopify-polaris-customer-account-extensions/SKILL.md b/skills/shopify-polaris-customer-account-extensions/SKILL.md index 64b9816..4debf19 100644 --- a/skills/shopify-polaris-customer-account-extensions/SKILL.md +++ b/skills/shopify-polaris-customer-account-extensions/SKILL.md @@ -1,6 +1,3 @@ - --- name: shopify-polaris-customer-account-extensions description: "Build custom functionality that merchants can install at defined points on the Order index, Order status, and Profile pages in customer accounts. Customer Account UI Extensions also supports scaffolding new customer account extensions using Shopify CLI commands." diff --git a/skills/shopify-pos-ui/SKILL.md b/skills/shopify-pos-ui/SKILL.md index a99488b..3959e0a 100644 --- a/skills/shopify-pos-ui/SKILL.md +++ b/skills/shopify-pos-ui/SKILL.md @@ -1,6 +1,3 @@ - --- name: shopify-pos-ui description: "Build retail point-of-sale applications using Shopify's POS UI components. These components provide a consistent and familiar interface for POS applications. POS UI Extensions also supports scaffolding new POS extensions using Shopify CLI commands. Keywords: POS, Retail, smart grid" diff --git a/skills/shopify-storefront-graphql/SKILL.md b/skills/shopify-storefront-graphql/SKILL.md index ae22f11..6897550 100644 --- a/skills/shopify-storefront-graphql/SKILL.md +++ b/skills/shopify-storefront-graphql/SKILL.md @@ -1,6 +1,3 @@ - --- name: shopify-storefront-graphql description: "Use for custom storefronts requiring direct GraphQL queries/mutations for data fetching and cart operations. Choose this when you need full control over data fetching and rendering your own UI. NOT for Web Components - if the prompt mentions HTML tags like , , use storefront-web-components instead."