Bundled Skill Quality Issue: gh-issues
Skill Location: /skills/gh-issues/SKILL.md
Issues Found
- Invalid Frontmatter Field - Contains
user-invocable: true which is not a standard OpenClaw frontmatter field
- Excessive Size - 33.8KB (target <5KB for progressive disclosure)
- Progressive Disclosure Violation - Entire workflow in SKILL.md instead of references/
Required Fixes
1. Remove Invalid Field
Remove user-invocable: true from frontmatter. Valid fields are:
- name
- description
- license
- compatibility
- metadata
2. Apply Progressive Disclosure
Move detailed content to references/:
references/workflow-phases.md - 6-phase workflow details
references/api-examples.md - GitHub API curl examples
references/troubleshooting.md - Error handling
Keep SKILL.md to:
- Quick overview
- Usage triggers
- High-level workflow steps
- References to detailed docs
Target: Reduce SKILL.md to <5KB
Standards Reference
- OpenClaw conventions: frontmatter fields are strictly defined
- Progressive disclosure: metadata (~100 words) always loaded, SKILL.md (<5KB) loaded on trigger, references loaded as needed
- Anthropic patterns: lean primary document, details in references
Priority
Medium-High - Invalid frontmatter may cause parsing issues; excessive size impacts context window efficiency.
Bundled Skill Quality Issue: gh-issues
Skill Location:
/skills/gh-issues/SKILL.mdIssues Found
user-invocable: truewhich is not a standard OpenClaw frontmatter fieldRequired Fixes
1. Remove Invalid Field
Remove
user-invocable: truefrom frontmatter. Valid fields are:2. Apply Progressive Disclosure
Move detailed content to references/:
references/workflow-phases.md- 6-phase workflow detailsreferences/api-examples.md- GitHub API curl examplesreferences/troubleshooting.md- Error handlingKeep SKILL.md to:
Target: Reduce SKILL.md to <5KB
Standards Reference
Priority
Medium-High - Invalid frontmatter may cause parsing issues; excessive size impacts context window efficiency.