[Community Submission] Add skill: audit-google-merchant-feed#68
Open
raqibdev wants to merge 3 commits intotimctfl:mainfrom
Open
[Community Submission] Add skill: audit-google-merchant-feed#68raqibdev wants to merge 3 commits intotimctfl:mainfrom
raqibdev wants to merge 3 commits intotimctfl:mainfrom
Conversation
for auditing Google Merchant Center XML feeds with Shopify-specific validation rules, field mapping, and example output.
- Added instructions for obtaining the Google Merchant Center XML feed file. - Clarified Shopify product export CSV export process. - Updated output format for disapproved, demoted, and advisory issues to include counts across items. - Improved validation logic in the Python script to check for valid GTIN formats and attribute values. - Enhanced promotional text detection in titles and descriptions with updated regex patterns.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds the Audit a Google Merchant Feed skill — validates a Google Merchant Center XML feed against Google's product data specification, cross-references against a Shopify product export CSV, and produces a prioritized error report with Shopify-native fix instructions.
What's included
SKILL.md— Conversation flow, output structure, edge cases, gotchasskillshelf.yaml— Catalog metadata, FAQ, input/output schemareferences/validate_merchant_feed.py— Python validation script (stdlib only, Python 3.10+)references/shopify-merchant-audit-rules.md— 17 audit rules across 3 severity tiersreferences/shopify-merchant-field-map.md— Complete Shopify CSV → Google Merchant attribute mappingreferences/example-output.md— Full example audit report using the Great Outdoors Co. fixtureHow it works
validate_merchant_feed.py, which outputs structured JSONAudit rules (17 total)
Shopify-specific design decisions
Variant Price/Variant Compare At Priceswap vs Google'sg:price/g:sale_pricemodelTest plan
python references/validate_merchant_feed.py fixtures/greatoutdoorsco/google-merchant-feed.xml fixtures/greatoutdoorsco/shopify-products.csv: verify JSON outputContributor Attestation