feat(skills): add kucherenko/jscpd dry-refactoring,jscpd to SKILLS.txt#168
Conversation
Add the kucherenko/jscpd skills. The repo exposes two skills: jscpd, a copy-paste detector for 220+ languages that measures duplication percentages, and dry-refactoring, a guided workflow to eliminate the copy-paste duplication jscpd detects (extract function, module, constant, or base class). Both are pinned explicitly per the SKILLS.txt convention. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LQqvs8K9Ya8zhjEw2HgXjT
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Warning Review limit reached
Next review available in: 56 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. ✨ 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 |
Summary
Adds the
kucherenko/jscpdskills toSKILLS.txt. The repo exposes two skills, both pinned explicitly per the SKILLS.txt convention:jscpd— Copy-paste detector for 220+ languages. Detects duplicated code and measures duplication percentages.dry-refactoring— Guided workflow to eliminate the copy-paste duplication that jscpd detects, refactoring clones via extract function, module, constant, or base class strategies.Changes
The entry is placed alphabetically by repo path (between
kitlangton/skillsandkunchenguid/axi) and both skills are listed explicitly, matching the "keep all" convention used elsewhere in the file.Verification
bun x skills add kucherenko/jscpd --global --yes --list, confirming the repo exposes exactlydry-refactoringandjscpd.SKILLS.txtonly; no ruler/biome-managed files are affected.🤖 Generated with Claude Code
https://claude.ai/code/session_01LQqvs8K9Ya8zhjEw2HgXjT
Generated by Claude Code
Summary by cubic
Add
kucherenko/jscpdskills toSKILLS.txt. Includesjscpdanddry-refactoringto detect duplicated code and guide DRY refactors.Written for commit e06c7d1. Summary will update on new commits.