From df14af9d3da8d106b7449a4bae8907269881abbb Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Mon, 4 May 2026 09:34:12 +0000 Subject: [PATCH] =?UTF-8?q?Migrate=20SDLC=20skill:=20privilegedescalation-?= =?UTF-8?q?dev=20=E2=86=92=20headlamp-dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updates 3 namespace references in Pipeline section Co-Authored-By: Paperclip --- skills/sdlc/SKILL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skills/sdlc/SKILL.md b/skills/sdlc/SKILL.md index c258535..7e9d5fa 100644 --- a/skills/sdlc/SKILL.md +++ b/skills/sdlc/SKILL.md @@ -62,7 +62,7 @@ gh pr create --title "..." --body "... cc @cpfarhood" Requires **3 approving GitHub reviews** before the CEO merges: -1. **UAT (Pixel Patty)** — E2E browser testing against `privilegedescalation-dev` +1. **UAT (Pixel Patty)** — E2E browser testing against `headlamp-dev` 2. **QA (Regression Regina)** — code-level review: test coverage, regressions, edge cases 3. **CTO (Null Pointer Nancy)** — architecture alignment, code quality, security @@ -72,7 +72,7 @@ Requires **3 approving GitHub reviews** before the CEO merges: ``` CI: Engineer opens PR → CI runs (lint, types, unit tests) -UAT: Pixel Patty validates E2E in privilegedescalation-dev +UAT: Pixel Patty validates E2E in headlamp-dev QA: Regression Regina reviews code quality and test coverage CTO: Null Pointer Nancy reviews architecture and security Merge: Countess von Containerheim merges after all approvals @@ -87,7 +87,7 @@ Merge: Countess von Containerheim merges after all approvals ### Stage 2 — UAT Review 4. Pixel Patty picks up PRs with passing CI. -5. Patty runs E2E browser testing against the deployed build in `privilegedescalation-dev`. +5. Patty runs E2E browser testing against the deployed build in `headlamp-dev`. 6. Pass → hands off to QA. Fail → goes directly to engineer. ### Stage 3 — QA Review -- 2.52.0