chore(skills): Sharpen repomix-explorer description#1601
Conversation
…daries intent(skill-description): Make the explorer skill activate precisely, modeled on GoogleChrome/modern-web-guidance's description style decision(description-format): Switch to block scalar with categorized "Trigger for" examples plus an explicit "DO NOT trigger for" list constraint(activation): Exclude single-file edits, known-path greps, and git/test/build ops so the skill stops over-triggering on targeted work
⚡ Performance Benchmark
Details
History3c84e75 chore(skills): Sharpen repomix-explorer description with trigger boundaries
|
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughUpdated ChangesSkill Trigger Guidance Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
There was a problem hiding this comment.
Code Review
This pull request updates the repomix-explorer skill definition to provide more detailed usage guidelines, including specific triggers and exclusion criteria. The feedback suggests clarifying that certain 'DO NOT trigger' rules apply only to the local project, as the skill remains necessary for accessing files or symbols in remote repositories where standard local tools like grep cannot be used.
Deploying repomix with
|
| Latest commit: |
35c2e86
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://21017809.repomix.pages.dev |
| Branch Preview URL: | https://chore-explorer-description.repomix.pages.dev |
improve(skill-description): Scope the known-path and single-symbol "DO NOT trigger" exclusions to the local project, since remote repos require packing before Read/grep can work (gemini-code-assist review on #1601)
Review SummaryReviewed across code quality, security, performance, tests, conventions, and holistic angles. Description-only changes — no blocking issues. The One substantive ambiguity is worth addressing — and it's adjacent to what gemini-code-assist raised. DetailsReal ambiguity: the grep boundary in local repos
Concretely, the skill body already implies the rule ( This collapses the apparent overlap and directly addresses the gemini-code-assist comment that "DO NOT trigger" rules should be local-scoped. Minor wording inconsistencyLine 13 says Out-of-scope (no action needed)
Note: |
Summary
Rewrites the
repomix-explorerskill description so it activates more precisely, modeled on the description style in GoogleChrome/modern-web-guidance.Trigger for:cases by category (structure/overview, pattern discovery, metrics, remote repos) with concrete example phrasings.DO NOT trigger for:list (single-file edits, known-path greps, single-symbol lookups, git/test/build ops) to prevent over-triggering on targeted work.Skill body is unchanged; this only refines the activation description.
Checklist
🤖 Generated with Claude Code