What problem does it solve? Working with GitHub involves subtle traps: privileged Actions triggers that leak secrets to fork PRs, closing keywords that silently fail on non-default branches, CODEOWNERS rules that never gate merges, and gh CLI quirks that break multi-line PR bodies. This Skill encodes the audited, version-accurate rules for operating GitHub's platform safely and correctly. ## Core Features & Use Cases - Actions security auditing: Classify workflow triggers by trust level, trace script-injection and pwn-request paths, enforce least-privilege permissions, SHA pinning, and OIDC, with zizmor output treated as leads rather than findings. - Pull request lifecycle: Write reviewer-facing PR bodies via --body-file, link issues correctly across branches, watch CI with gh pr checks, and reply to inline review threads through the GraphQL reviewThreads API. - Issue triage and repository governance: Deduplicate and classify issues with types or labels, configure rulesets, CODEOWNERS, Dependabot, and environments, and cut releases from git tags with draft-then-publish ordering. - Use Case: Ask it to review a pr-triage.yml workflow and it will flag the pull_request_target job executing fork code, the ${{ }} injection sinks, the unpinned third-party actions, and the long-lived AWS secrets, then produce corrected YAML. ## Quick Start Ask the agent to audit the workflows in .github/workflows for security issues and propose fixed YAML using the github skill.