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