feat: add skill usage dashboard report - #300
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Team Run ID: 📒 Files selected for processing (16)
Included review availability: 9 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 10 reviews per hour. 📝 WalkthroughWalkthroughAdds a searchable Skills dashboard report. The report combines invocation and adoption data, preserves unknown adoption states, shows adoption gaps and target-agent details, adds shared name filtering, and integrates the report into dashboard navigation and packaging tests. ChangesShared filtering
Skill Usage report
Dashboard integration
Documentation
Sequence Diagram(s)sequenceDiagram
participant Dashboard
participant renderSkills
participant window.DATA
participant CP.matchesNameFilter
Dashboard->>renderSkills: select Skills view
renderSkills->>window.DATA: read invocation and adoption data
renderSkills->>CP.matchesNameFilter: apply skill-name query
CP.matchesNameFilter-->>renderSkills: return matching rows
renderSkills-->>Dashboard: render report results
Merge Risk: ⚪ Minimal · up to The Skills report, shared filtering, dashboard integration, and packaging coverage introduce no actionable merge-blocking risk. 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
✨ Simplify code
Comment |
|
@coderabbitai Review |
✅ Action performedReview finished.
|
Summary
Verification
986 passed, 2 skipped, 1 warningruff check .ruff format --check .claude_prospector/static/views/skills.jsCloses #296
🤖 Generated by Codex on behalf of @cbeaulieu-gt
Summary by CodeRabbit
New Features
Documentation