RetailCRM
Official@retailcrm
Solution for eCommerce and retail
Agent Skills by RetailCRM
Showing 4 vetted skills indexed across 1 GitHub repositories.
yarn-lock-conflict-resolution
Automate yarn.lock merge and rebase conflict resolution using yarn install.
local-ci-simulation
Simulate GitHub Actions CI jobs locally with phased terminal commands.
commit-workflow
Standardize commit messages using Conventional Commits and workspace folder scopes.
sync-remote-host-registry
Syncs remote-to-host component registries with the render graph in JS environments.
Frequently Asked Questions About RetailCRM
FAQPage SchemaWhat specific tasks are enabled by these engineering utilities?▼
These utilities enable developers to resolve yarn.lock merge conflicts, simulate GitHub Actions jobs locally, enforce Conventional Commits standards, and synchronize remote component registries with local render graphs. These functions streamline repository maintenance and ensure consistency across distributed development environments.
Which engineering personas benefit from these capabilities?▼
Frontend engineers, full-stack developers, and DevOps practitioners working within JavaScript-heavy ecosystems benefit most. These utilities are designed for teams managing complex dependency trees, frequent repository merges, and those requiring local validation of continuous integration logic before deployment.
What are the prerequisites for implementing these registry and conflict resolution utilities?▼
Implementation requires a Node.js environment with Yarn package management installed. Users must have an existing repository structure utilizing GitHub Actions and a component-based architecture. Familiarity with Conventional Commits standards is necessary to effectively utilize the commit standardization utility.