Summary
Audit all ~44 skills for consistent frontmatter fields. During the per-feature KB review (PR #193), inconsistencies were found between apply-feature-kb and apply-knowledge — these were fixed, but a systematic audit of all skills is needed.
Fields to Audit
| Field |
Expected Pattern |
trigger |
Only present when auto-activation is needed; omit for agent-loaded skills |
allowed-tools |
Inline format (allowed-tools: Read) for simple cases; block list for multiple tools |
user-invocable |
Explicitly set for all skills; false for agent-consumed skills |
Scope
- All 44 skills in
shared/skills/
- Verify consistency within skill categories (apply-* skills, orch skills, domain skills)
- Document any intentional deviations
Acceptance Criteria
Summary
Audit all ~44 skills for consistent frontmatter fields. During the per-feature KB review (PR #193), inconsistencies were found between
apply-feature-kbandapply-knowledge— these were fixed, but a systematic audit of all skills is needed.Fields to Audit
triggerallowed-toolsallowed-tools: Read) for simple cases; block list for multiple toolsuser-invocablefalsefor agent-consumed skillsScope
shared/skills/Acceptance Criteria
triggerfields on agent-consumed skillsallowed-toolsformat is consistent within categories