feat(compliance): add claim-integrity-guard skill - #132
Open
rohanpoudel2 wants to merge 1 commit into
Open
Conversation
rohanpoudel2
force-pushed
the
rohan/claim-integrity-guard-skill
branch
from
July 31, 2026 22:18
a95136f to
d37fca4
Compare
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.
What
Adds a new compliance skill, Claim Integrity Guard, at
compliance/claim-integrity-guard.md, registered inmanifest.jsonunder thecompliancecategory (icon:shield-check).Why
In regulated consumer-health copy, superscript markers (
*,†,‡,§) are legal promises that a disclosure exists and is findable. Store migrations routinely carry product copy — markers included — while leaving the footnote block, disclosure page, and theme partials behind on the old platform. This skill finds that gap and closes it:<sup>wrappers, unicode variants) before tokenizing markershuman_in_the_loopproposal, recovers disclosure copy from the source site rather than composing it, never rewrites claims or normalizes markers by machine, and verifies every mutation by re-readIncludes an anonymized worked example (a supplement catalog imported from Shopify into a sandbox store) plus gotchas: cursor pagination, page copy living in
descriptionnotbody, encoded markers,product.titlerequired on PATCH, and*overloading in CSS/markdown.Validation
python3 -m unittest discover -s scripts -p 'test_*.py'— 16 tests OKpython3 scripts/validate_catalog.py— catalog validation passed: 42 skills, 6 workflows