Skip to main content
commercetools
GitHub クリエイタープロフィール

commercetools

5 件の GitHub リポジトリにある 41 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
41
リポジトリ
5
更新
2026年8月21日
リポジトリエクスプローラー

リポジトリと代表的な skills

grafana-dashboard
ネットワーク・コンピュータシステム管理者

Create and edit monitoring dashboard JSON for import. Use when building dashboards, adding panels/widgets, or configuring metric queries and visualizations.

2026年7月30日
label-cloud-resources
ネットワーク・コンピュータシステム管理者

Add default labels to cloud providers using default_tags/default_labels blocks. Use when reviewing Terraform PRs that need consistent provider-level labeling.

2026年7月30日
on-call-merchant-center
ネットワーク・コンピュータシステム管理者

Respond to a Merchant Center production alert or symptom while on call. Finds the matching Confluence runbook. Confirms live severity from Grafana. Flags recent deploys. Hands over the LogScale query to run. Use whenever you are paged for Merchant Center or…

2026年7月30日
on-call-skill-creator
その他コンピュータ職

Create a new on-call assistant skill for a rotation or team, modelled on the Merchant Center one. Use this whenever a team wants their own on-call skill, or someone says "create an on-call skill", "scaffold on-call for <team>", "adopt the Merchant Center…

2026年7月30日
orca-review
情報セキュリティアナリスト

Review Orca security alerts from a JSON export, clone affected repos, and cross-reference with open Renovate PRs to identify fixes.

2026年7月30日
pr-review-navigator
ソフトウェア品質保証アナリスト・テスター

Generate AI-assisted navigation aids to help humans start reviewing a pull request more efficiently. Use when starting a PR review to get oriented on large or unfamiliar changes.

2026年7月30日
production-readiness-report
ソフトウェア開発者

Analyze a repository and pre-fill a local production-readiness questionnaire using evidence from charts/manifests, deployment/config files, dependencies, and reliability patterns. Use before go-live or readiness reviews.

2026年7月30日
production-readiness-review
ソフトウェア開発者

Review a completed production-readiness report and produce prioritized recommendations based on the expectations matrix in this skill. Use after running /production-readiness-report to get actionable next steps.

2026年7月30日
収集済み skill 12 件中 8 件を表示しています。
agent-restore-context-setup
その他コンピュータ職

Set up the restore-context hook so skills can resume workflows after /clear and /compact. Use when setting up a new project or after cloning a repo that uses restore-context skills.

2026年4月21日
agent-restore-context
その他コンピュータ職

Manage restore context files so skills can survive /clear and /compact. Use to write, delete, check, or list .agent-restore-context-* files.

2026年4月21日
jira-implement-task
ソフトウェア開発者

Fetch Jira ticket, create branch, implement changes, commit, push, open PR.

2026年4月21日
pr-review-navigator
ソフトウェア品質保証アナリスト・テスター

Generate AI-assisted navigation aids to help humans start reviewing a pull request more efficiently. Use when starting a PR review to get oriented on large or unfamiliar changes.

2026年4月21日
remember
ソフトウェア開発者

Persist guidelines, conventions, and architectural decisions into the repository's knowledge base. Use when told to remember something for future sessions.

2026年4月21日
renovate-migrate
ソフトウェア開発者

Perform migrations for Renovate dependency upgrades based on breaking changes identified in a review. Use after running /renovate-review.

2026年4月21日
renovate-review
ソフトウェア品質保証アナリスト・テスター

Review Renovate dependency upgrade PRs to assess safety and effort. Use when reviewing PRs from Renovate bot that update NPM dependencies.

2026年4月21日
repo-healthcheck-node
ソフトウェア開発者

Verify a Node.js/TypeScript repo's development environment is correctly set up. Checks Node.js version, pnpm version, dependency installation, and build success. Use when onboarding, troubleshooting CI failures, or verifying a fresh clone.

2026年4月21日
収集済み skill 11 件中 8 件を表示しています。
pr-review-navigator
ソフトウェア品質保証アナリスト・テスター

Generate AI-assisted navigation aids to help humans start reviewing a pull request more efficiently.

2026年4月17日
remember
ソフトウェア開発者

Persist guidelines, conventions, and architectural decisions into the repository's knowledge base. Use when told to remember something for future sessions.

2026年4月17日
renovate-migrate
ソフトウェア開発者

Perform migrations for Renovate dependency upgrades based on breaking changes identified in a review. Use after running /renovate-review.

2026年4月17日
renovate-review
ソフトウェア品質保証アナリスト・テスター

Review Renovate dependency upgrade PRs to assess safety and effort. Use when reviewing PRs from Renovate bot that update NPM dependencies.

2026年4月17日
repo-healthcheck-node
ソフトウェア開発者

Verify a Node.js/TypeScript repo's development environment is correctly set up. Checks Node.js version, pnpm version, dependency installation, and build success. Use when onboarding, troubleshooting CI failures, or verifying a fresh clone.

2026年4月17日
repo-maintenance-node
ソフトウェア開発者

Perform a broad Node/TypeScript repository health sweep — formatting, linting, type errors, dead code, dependency hygiene, and open Renovate PRs.

2026年4月17日
security-auditor
情報セキュリティアナリスト

Perform comprehensive security audit of a repository with detailed findings and step-by-step PoCs. Reports all web and API security vulnerabilities.

2026年4月17日
commercetools-connect
未分類

Build, test, deploy, install, and certify production-ready commercetools Connect applications — service/API-extension, event/subscription, job, and merchant-center custom apps — in TypeScript, JavaScript, or Java, and integrate a deployed connector into a…

2026年8月21日
commercetools-checkout
ソフトウェア開発者

The Checkout — payment-only mode (integrating Checkout for payments while owning the rest of the flow), full hosted checkout (checkoutFlow), widget integration via @commercetools/checkout-browser-sdk, configuration, PSP connector setup (Stripe, Adyen,…

2026年8月18日
commercetools-commerce-patterns
ソフトウェア開発者

Surface-independent commerce domain logic — pricing models (customer groups, channel fallback, high-precision money), discount stacking (Product/Cart/Code/Direct/Groups), shipping predicates and cart score, tax modes, payment object modeling, Import API bulk…

2026年8月18日
commercetools-platform
ソフトウェア開発者

Core commercetools API and SDK patterns — TypeScript SDK setup, ClientBuilder authentication, project data model (products, customers, orders, types, channels, stores), GraphQL vs REST patterns, query predicates, optimistic concurrency, rate limits, and…

2026年8月18日
commercetools-spec-driven-development
ソフトウェア開発者

Wire the commercetools skills into a spec-driven development framework — GitHub Spec Kit (.specify/) or OpenSpec (openspec/). Use when user wants to setup or check the status of a spec-driven development framework that touches commercetools.

2026年8月18日
commercetools-storefront
ウェブ開発者

Production patterns for building customer-facing storefronts on commercetools - the full B2C and B2B domain feature set. Patterns are stated as decisions plus commercetools-exact code; framework-specific implementation. Assumes a server tier exists to host…

2026年8月18日
5 件中 5 件のリポジトリを表示
すべてのリポジトリを表示しました