From a3bab704df177955a6ece2329cf85b8098f0ee7e Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Thu, 14 May 2026 07:38:30 -0400 Subject: [PATCH] Update SKILL.md --- skills/sdlc/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/sdlc/SKILL.md b/skills/sdlc/SKILL.md index fb3cf93..d5ffa0f 100644 --- a/skills/sdlc/SKILL.md +++ b/skills/sdlc/SKILL.md @@ -10,7 +10,7 @@ description: > ## GitHub Authentication -**Invoke the `github-app-token` skill** before any GitHub operation. It generates a short-lived installation token and sets `GH_TOKEN`. **Never** run `gh auth login` directly — it hangs headless agents. +Access to github is done via token in your env **Never** run `gh auth login` directly — it hangs headless agents. Token expires after ~1 hour. Re-invoke the skill to regenerate if needed. @@ -180,4 +180,4 @@ When an engineer completes work and merges to `dev`, set the Paperclip issue sta ## Security Review -Security review is handled as part of the QA review stage. Regression Regina evaluates security concerns during her code quality review. There is no separate dedicated security review agent. \ No newline at end of file +Security review is handled as part of the QA review stage. Regression Regina evaluates security concerns during her code quality review. There is no separate dedicated security review agent.