docs: promote @evlog/cli across skills and onboarding - #455
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Thank you for following the naming conventions! 🙏 |
|
Warning Review limit reached
Next review available in: 20 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughAdds an animated rules matrix to the CLI rules documentation and expands evlog map guidance across onboarding, package READMEs, integration docs, and agent skills. ChangesEvlog map coverage experience
Estimated code review effort: 3 (Moderate) | ~20 minutes Suggested labels: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
commit: |
There was a problem hiding this comment.
Actionable comments posted: 5
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@apps/docs/app/components/content/MapRulesMatrix.vue`:
- Line 144: Update the outer animation container identified by wrapperRef in
MapRulesMatrix.vue to define stable fixed dimensions, including a width and
height or suitable min-height that accommodates all slots. Preserve its existing
overflow, border, and background classes while adding the required sizing styles
or utility classes.
- Around line 58-71: Update the MapRulesMatrix sequence setup around
useTimedSequence so the prefers-reduced-motion preference is initialized before
configuring the sequence, then pass it via the hook’s reducedMotion option.
Remove the early reduced-motion return that bypasses the sequence, allowing
useTimedSequence to own the fast-path state while preserving the existing
animation behavior for other users.
- Line 25: Update the audit rule entry in the map rules matrix so its disableAt
value is 4, keeping the existing requirement kind and state values unchanged.
In `@packages/evlog/README.md`:
- Around line 1480-1485: Update the fenced example containing the logging
prompts to specify an appropriate language, preferably text, immediately after
its opening fence while preserving the example content.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: f5cf7cc4-af0c-44f0-b41c-321d3c4616f2
📒 Files selected for processing (13)
apps/docs/app/components/content/MapRulesMatrix.vueapps/docs/content/1.start/1.introduction.mdapps/docs/content/1.start/3.installation.mdapps/docs/content/1.start/4.quick-start.mdapps/docs/content/3.cli/2.rules.mdapps/docs/content/4.integrate/0.overview.mdapps/docs/content/7.reference/6.agent-skills.mdapps/docs/skills/analyze-logs/SKILL.mdapps/docs/skills/build-audit-logs/SKILL.mdapps/docs/skills/review-logging-patterns/SKILL.mdapps/docs/skills/review-logging-patterns/references/code-review.mdpackages/cli/README.mdpackages/evlog/README.md
Summary
@evlog/cli/evlog mapfrom public agent skills, Start/Integrate docs, and READMEs — soft sell (npx/dlx), not a required installreview-logging-patterns(+ siblings) and agent-skills prompts so agents can score coverage when the user is open to itMapRulesMatrixanimation on the CLI rules page (requirements vs opportunities, disable →n/a)Test plan
review-logging-patternsstill works without the CLI (manual checklist path)/cli/rulesand checkMapRulesMatrixplays, respects reduced motion, no layout shiftSummary by CodeRabbit
New Features
evlog mapto score coverage and identify dark entry points.npxandpnpm dlxusage.Documentation