- Added decision trees to root skill:
* "Should I create an MR or work on an issue first?"
* "Which CI command should I use?" (pipeline vs job level)
* "Clone or fork?" (access and use case guidance)
* "Project vs group labels?" (scope decision tree)
- Enhanced glab-label with decision tree and workflows
- Enhanced glab-job with pipeline vs job decision tree
- Added "Related Skills" sections to all major skills:
* glab-mr → glab-issue, glab-ci, scripts
* glab-issue → glab-mr, glab-label, glab-milestone, glab-iteration, scripts
* glab-ci → glab-job, glab-schedule, glab-variable, glab-mr, scripts
* glab-repo → glab-auth, glab-ssh-key, glab-deploy-key, glab-config, glab-variable, scripts
* glab-auth → glab-config, glab-ssh-key, glab-gpg-key, glab-repo
* glab-label → glab-issue, glab-mr, scripts
* glab-job → glab-ci, glab-variable, glab-schedule, scripts
- All cross-references include relevant automation scripts
Addresses #15 Phase 3 objectives:
✅ Root skill enhanced with decision trees and navigation
✅ 4+ decision trees added to guide command selection
✅ Cross-links added between related skills
✅ "Related Skills" sections improve discoverability
✅ Decision trees provide actionable guidance
Improvements:
- Better skill discovery through cross-linking
- Decision trees reduce "which command?" confusion
- Clear guidance on pipeline vs job, clone vs fork, project vs group labels
- Scripts referenced in related skills for automation opportunities
Co-authored-by: Ubuntu <ubuntu@vps-9755df38.vps.ovh.us>
- Enhanced all skill descriptions with specific triggers and use cases
- Removed duplicate help output from top 5 skill bodies (mr, issue, ci, auth, repo)
- Added actionable workflow sections with real-world examples
- Improved root skill (gitlab-cli-skills) with better organization and common workflows
- Reduced token consumption by ~60-70% in updated skills
- Better alignment with OpenClaw progressive disclosure pattern
Addresses #11 Phase 1 objectives:
✅ All skill descriptions enhanced with triggers
✅ Duplicate content removed from SKILL.md files
✅ Workflows added to: glab-mr, glab-issue, glab-ci, glab-auth, glab-repo
✅ Root skill improved with navigation and common workflows
Skills now follow OpenClaw patterns:
- YAML frontmatter includes triggers
- Progressive disclosure (workflows in SKILL.md, details in references/)
- Concise, actionable content focused on procedural knowledge
Co-authored-by: Ubuntu <ubuntu@vps-9755df38.vps.ovh.us>