-
Notifications
You must be signed in to change notification settings - Fork 0
refactor(dependabot): restructure skill to recommended subdirectory format v1.3.0 #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ormat v1.3.0 Migrate from legacy flat structure to modern subdirectory structure: - skills/dependabot.md → skills/dependabot/SKILL.md - Extract ecosystem tables to references/ecosystems.md This enables progressive disclosure - Claude loads SKILL.md first, then fetches reference files only when needed, reducing token usage. Structure now follows official Claude Code plugin best practices. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Summary of ChangesHello @vnz, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request modernizes the structure of the 'dependabot' skill by adopting a subdirectory format and externalizing ecosystem reference data. This change aims to improve progressive disclosure, reduce token usage for simpler invocations, enhance extensibility for future additions, and align with best practices for Claude Code plugins. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request is a well-executed refactoring of the dependabot skill, migrating it to the recommended subdirectory structure. This improves the project by enhancing modularity, reducing token usage on simple invocations, and aligning with best practices for Claude Code plugins. The changes are clear and the reasoning is well-documented in the pull request description. My review includes a couple of minor suggestions to improve the readability of the new reference file by ensuring consistent code formatting for technical terms, filenames, and paths.
- Add dependabot plugin to Available Plugins table - Add install command example - Document recommended skill subdirectory structure in CLAUDE.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Consolidate repeated explanations: - CLI outputs JSON / doesn't modify files (was in 3 places, now 1) - --local flag purpose (was in 2 places, now 1) Keep detailed explanation in Section 4, remove duplicates elsewhere. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Simplify Section 5: merge update detection into compact flow - Remove duplicate ecosystem.md reference (keep one in Section 2) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add trigger phrases: "upgrade dependencies", "version updates" - Tighten --local flag explanation (save ~15 words) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Summary
Changes
Structure Migration
Why This Matters
SKILL.mdfirst, then fetches reference files only when neededFiles Changed
skills/dependabot.mdskills/dependabot/SKILL.mdskills/dependabot/references/ecosystems.mdplugin.jsonmarketplace.jsonTest plan
🤖 Generated with Claude Code