What problem does it solve? Leaked credentials in Git history, issues, and pull requests create serious security exposure, and teams often lack clear procedures for enabling detection, blocking secret pushes, and remediating alerts. This Skill provides step-by-step operational guidance for the full GitHub secret scanning lifecycle. ## Core Features & Use Cases - Enablement and Configuration: Walks through enabling Secret Protection, push protection, validity checks, AI detection, and path exclusions via secret_scanning.yml at repository, organization, and enterprise scope. - Blocked Push Resolution: Provides exact Git commands (amend, interactive rebase) and bypass workflows, including delegated bypass request handling. - Custom Patterns and Alert Management: Covers regex-based custom pattern creation with dry runs, Copilot-assisted pattern generation, alert triage by validity status, credential rotation, and REST API endpoints. - Use Case: A developer's push is blocked because an API key was committed. Use this Skill to remove the secret from history with interactive rebase, rotate the credential, and configure push protection so it cannot happen again. ## Quick Start Ask the agent to enable secret scanning and push protection for your repository and explain how to resolve a blocked push.