en un clic
wooms
wooms contient 5 skills collectées depuis wpcraft-ru, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Write or update WooMS changelog entries using git history and existing release-note style. Use when preparing release notes, filling changelog bullets for README.md or readme.txt, summarizing commits between tags, or deciding how to phrase fixes and improvements.
Use for tasks that integrate with MoySklad JSON API (Remap 1.2): auth, endpoint selection, filters, expand/fields, and syncing products, assortment, and orders.
Tests this project with Pest 4 in a WordPress/WooCommerce wp-env setup. Activates when writing or updating tests, debugging failures, running TDD loops, adding assertions/mocks/datasets, or when the user asks to verify plugin behavior.
Add or modify WooCommerce backend PHP code following project conventions. Use when creating new classes, methods, hooks, or modifying existing backend code. **MUST be invoked before writing any PHP unit tests.**
Use when working with WP-CLI (wp) for WordPress operations: safe search-replace, db export/import, plugin/theme/user/content management, cron, cache flushing, multisite, scripting/automation with wp-cli.yml, and one-off diagnostics with wp eval/wp eval-file.