From claim-harness
Use after /validate-claim returned LICENSED. Forks beldez01/polymer-claims under the user's GitHub account, writes the claim to the right domain directory, and opens a PR using the repo's template. Requires the user's own `gh` CLI to be authenticated; never handles credentials.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claim-harness:submit-claimThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill takes a locally-validated claim file and opens a PR on `github.com/beldez01/polymer-claims`.
This skill takes a locally-validated claim file and opens a PR on github.com/beldez01/polymer-claims.
/validate-claim returned LICENSED. If not, refuse and tell the user to fix the REJECTED / PENDING issues first.gh CLI is installed and authenticated as the user (gh auth status).domain + target topic directory are unambiguous (agent picks from the subject kind / title; asks if ambiguous).Runs ./scripts/open-pr.sh <claim-path> which:
--slug).corpus/domains/<topic>/ based on subject kind:
genomic_region + HLA in scope → hlagenomic_region otherwise → recombination_hotspots, te_surveillance, or dual_channel (agent asks if unclear)gene_or_protein → transcriptomic-leaning → dual_channel by defaultmethylation (today) / dedicated clinical topic once one existsbeldez01/polymer-claims to the user's account if not already forked.submit/<slug>/<shorthash>.corpus/domains/<topic>/claims/<slug>.json.gh CLI; all tokens remain in the OS keychain managed by gh.gh auth status fails, refuse with instructions to run gh auth login.On success, the skill prints the PR URL and the expected CI timeline:
✓ PR opened: https://github.com/beldez01/polymer-claims/pull/<N>
status-check "evaluator/verdict" will complete within ~90 seconds.
label: admin-review:<licensed|pending|rejected> (from CI)
tier: <your tier> → auto-merge: <yes/no>
If CI re-evaluates to REJECTED (it should not, you ran the same evaluator locally — but schema versions may have bumped), call /validate-claim with the machine-readable feedback JSON and iterate. Push to the same branch; the sticky comment updates.
npx claudepluginhub beldez01/polymer-claims --plugin claim-harnessProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.