From cd887286513e4cd30db11d96b6dbc023fec6e675 Mon Sep 17 00:00:00 2001 From: Noah Omdal Date: Mon, 25 Aug 2025 17:25:25 -0700 Subject: [PATCH] Enhance GHAS push protection resolution instructions Added guidance for resolving blocked pushes due to GitHub Advanced Security. --- prompts/ghas-push-protection-resolve-block.prompt.md | 1 + 1 file changed, 1 insertion(+) diff --git a/prompts/ghas-push-protection-resolve-block.prompt.md b/prompts/ghas-push-protection-resolve-block.prompt.md index d64f901..8719883 100644 --- a/prompts/ghas-push-protection-resolve-block.prompt.md +++ b/prompts/ghas-push-protection-resolve-block.prompt.md @@ -3,6 +3,7 @@ mode: "agent" tools: ["changes", "codebase", "editFiles", "problems", "terminal"] description: "Help developers resolve GitHub Advanced Security push protection blocked pushes containing secrets" --- +# GHAS Push Protection: Resolve Blocked Push Your goal is to help me resolve a blocked push that was prevented by GitHub Advanced Security push protection due to detected secrets in my commits. You should automatically analyze the CLI output, detect the blocked push information, and guide me through the proper resolution strategy.