Merge PR #155: add /cso skill — OWASP Top 10 + STRIDE security audit

# Conflicts:
#	scripts/gen-skill-docs.ts
#	scripts/skill-check.ts
#	test/gen-skill-docs.test.ts
#	test/skill-validation.test.ts
This commit is contained in:
Garry Tan
2026-03-22 09:57:09 -07:00
4 changed files with 744 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@ const SKILL_FILES = [
'benchmark/SKILL.md',
'land-and-deploy/SKILL.md',
'setup-deploy/SKILL.md',
'cso/SKILL.md',
].filter(f => fs.existsSync(path.join(ROOT, f)));
let hasErrors = false;