mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-06 21:46:40 +02:00
feat: add /cso skill — OWASP Top 10 + STRIDE security audit
This commit is contained in:
@@ -1155,7 +1155,7 @@ function findTemplates(): string[] {
|
||||
path.join(ROOT, 'qa-design-review', 'SKILL.md.tmpl'),
|
||||
path.join(ROOT, 'design-consultation', 'SKILL.md.tmpl'),
|
||||
path.join(ROOT, 'document-release', 'SKILL.md.tmpl'),
|
||||
];
|
||||
path.join(ROOT, 'cso', 'SKILL.md.tmpl'), ];
|
||||
for (const p of candidates) {
|
||||
if (fs.existsSync(p)) templates.push(p);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user