fix: parse grouped skills list output#1188
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughUpdated ChangesGrouped Skills Output Parsing
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Summary
Fix the incremental skills sync local-skill detection when
npx skills ls -gprints grouped, indented human-readable output. The parser now recognizes indented skill rows without treating category headings as skills.Changes
Test Plan
go test ./internal/skillscheck -count=1go test ./cmd/update -count=1go test ./internal/skillscheck ./cmd/update -count=1lark-cli updateflow works as expectedRelated Issues
Summary by CodeRabbit
Bug Fixes
Tests