feat: add /cso skill — OWASP Top 10 + STRIDE security audit

This commit is contained in:
Arun Kumar Thiagarajan
2026-03-18 10:50:26 +05:30
parent f91222f5bd
commit dba128f824
5 changed files with 264 additions and 6 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ describe('gen-skill-docs', () => {
{ dir: 'plan-design-review', name: 'plan-design-review' },
{ dir: 'qa-design-review', name: 'qa-design-review' },
{ dir: 'design-consultation', name: 'design-consultation' },
];
{ dir: 'cso', name: 'cso' }, ];
test('every skill has a SKILL.md.tmpl template', () => {
for (const skill of ALL_SKILLS) {
+3 -3
View File
@@ -208,7 +208,7 @@ describe('Update check preamble', () => {
'qa-design-review/SKILL.md',
'design-consultation/SKILL.md',
'document-release/SKILL.md',
];
'cso/SKILL.md', ];
for (const skill of skillsWithUpdateCheck) {
test(`${skill} update check line ends with || true`, () => {
@@ -516,7 +516,7 @@ describe('v0.4.1 preamble features', () => {
'qa-design-review/SKILL.md',
'design-consultation/SKILL.md',
'document-release/SKILL.md',
];
'cso/SKILL.md', ];
for (const skill of skillsWithPreamble) {
test(`${skill} contains RECOMMENDATION format`, () => {
@@ -631,7 +631,7 @@ describe('Completeness Principle in generated SKILL.md files', () => {
'qa-design-review/SKILL.md',
'design-consultation/SKILL.md',
'document-release/SKILL.md',
];
'cso/SKILL.md', ];
for (const skill of skillsWithPreamble) {
test(`${skill} contains Completeness Principle section`, () => {