Summary
Two convention decisions from the PR #1246 review need to be applied to existing files:
- Remove 'master index' wording — Use 'index' instead of 'master index' across all OWASP skill files. The new \owasp-cicd\ skill already uses the preferred wording; the three existing skills need updating.
- Replace em dashes with hyphens in collection descriptions — Use hyphens (-) or colons instead of em dashes (\—) in \collections/*.collection.md\ bullet descriptions.
Affected files
'master index' → 'index' (9 occurrences)
- .github/skills/security/owasp-agentic/SKILL.md\ (L41)
- .github/skills/security/owasp-top-10/SKILL.md\ (L41)
- .github/skills/security/owasp-llm/SKILL.md\ (L41)
- .github/skills/security/owasp-agentic/references/00-vulnerability-index.md\ (L3, L8)
- .github/skills/security/owasp-top-10/references/00-vulnerability-index.md\ (L3, L8)
- .github/skills/security/owasp-llm/references/00-vulnerability-index.md\ (L3, L8)
Em dash → hyphen (all \collections/*.collection.md\ files)
All bullet-point descriptions currently use \ — \ as the separator. Replace with \ - .
Follow-up
After both changes land, run
pm run plugin:generate\ to regenerate plugin READMEs.
Context
Decided during review of PR #1246 (\eat(skill): introduce owasp-cicd).
Summary
Two convention decisions from the PR #1246 review need to be applied to existing files:
Affected files
'master index' → 'index' (9 occurrences)
Em dash → hyphen (all \collections/*.collection.md\ files)
All bullet-point descriptions currently use \ — \ as the separator. Replace with \ - .
Follow-up
After both changes land, run
pm run plugin:generate\ to regenerate plugin READMEs.
Context
Decided during review of PR #1246 (\eat(skill): introduce owasp-cicd).