Credited skills
Skill 50 of 54
Review a GitHub security advisory and safely update .github/aw/compat.json with evidence-backed version enforcement.
3 minutes · 757 words · 8 sections
Use this skill to translate a GitHub repository security advisory into the
smallest safe update to .github/aw/compat.json.
Credited skills
54 skills · 155 min
Record the repository, GHSA identifier, requested enforcement policy, and any patched version supplied by the user. Treat a user-supplied version as a target to verify, not as evidence for advisory details.
gh api repos/OWNER/REPO/security-advisories/GHSA-ID.gh api advisories/GHSA-ID (or its equivalent REST URL).minimumVersion is a hard floor: activation fails for every compiler version
below it. Change it only when the requested remediation is a universal
minimum-version enforcement.blockedVersions rejects listed versions exactly. Change it only when
evidence or explicit instructions identify exact versions to deny and a
continuous minimum floor would be inaccurate.minRecommendedVersion only warns below the value. Change it only for an
explicitly requested recommendation, never as a substitute for enforcement.agent-compat-v1 select compatible agent versions; they are
unrelated to compiler security enforcement unless separate evidence requires
an agent compatibility change.Provide concise, actionable remediation in .github/aw/compat.md and the final
report. Follow established security-advisory terminology:
Do not invent commands, CVE identifiers, affected configurations, mitigations, or timelines. If remediation details cannot be verified, identify the missing evidence and leave the instructions explicitly incomplete.
minimumVersion or minRecommendedVersion. Stop and report a
requested downgrade rather than applying it.blockedVersions,
minRecommendedVersion, every agent-compat-v1 row, key ordering, and
formatting unless the selected policy specifically requires changing them.blockedVersions, update .github/aw/compat.md in the same
change. Account for every blocked version, state why each version or
contiguous range is blocked, link to the corresponding advisory, and provide
the remediation and verification steps defined above.Before reporting completion:
Validate compat.json structure and version formats
task from .github/workflows/cgo.yml..github/aw/compat.json against
.github/aw/compat.schema.json with a JSON Schema Draft 7 validator. JSON
parsing or ad hoc field checks are not substitutes for schema validation..github/aw/compat.md accounts for every blockedVersions entry
and that each documented range links to its advisory.Do not claim validation that was not run. If repository constraints prohibit a required check, report it as outstanding.
Cite advisory retrieval attempts and patched-version verification. State which field changed, old and new values, why that policy is correct, which fields were preserved, and the compatibility task, schema, documentation, and runtime validation results. Include the remediation, any advisory-supported temporary mitigation, and verification steps. Clearly separate verified facts, user-provided inputs, and unavailable advisory details.
Credited
This skill is installed in github/gh-aw — in use here rather than published from here — so there is no install command for it on this page.
main, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. 4 distinct layouts observed: .claude/skills/*/SKILL.md, .github/skills/*/SKILL.md, .squad/*/skill.md, SKILL.md (repo root).h1 and no skipped levels:/github/gh-aw.md, and each skill at its own .md URL.