-
Notifications
You must be signed in to change notification settings - Fork 0
fix(dependabot): correct CLI behavior and improve skill v1.1.0 #7
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
…ions Based on real-world testing, the skill had several misconceptions about how the Dependabot CLI works: Fixes: - CLI outputs JSON, never modifies files directly (was incorrectly stated) - `--local .` means "use local source" not "dry-run mode" - Added section 5 explaining how to parse JSON output - Clarified that changes must be applied manually via Edit tool - Updated section 8 with correct apply workflow - Fixed Important Notes with accurate CLI behavior Bump version to 1.1.0 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 refines the Dependabot skill by correcting fundamental misunderstandings about the Dependabot CLI's operation. It updates documentation to accurately describe how the CLI outputs JSON data instead of modifying files, clarifies the 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 provides a significant and valuable correction to the dependabot skill's documentation. The changes accurately reflect the behavior of the Dependabot CLI, clarifying that it outputs JSON rather than modifying files directly. The updated instructions on how to parse the output and manually apply changes are much clearer and more actionable. I've left one minor suggestion in the skill documentation to improve consistency. Overall, this is a great improvement.
The Type column (update/security) isn't directly available in the standard JSON output, so removed it to avoid confusion. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Thanks @gemini-code-assist! Good catch - removed the |
|
You're welcome, @vnz! I'm glad to hear that the clarification regarding the Dependabot CLI's JSON output was helpful. Removing the |
Summary
Based on real-world testing of the dependabot skill, several misconceptions about the Dependabot CLI behavior were identified and corrected.
Key Fixes
--local"--local .flagChanges
skills/dependabot.mdcreate_pull_requestevents from JSONREADME.mdVersion bump
plugin.json: 1.0.0 → 1.1.0marketplace.json: 1.0.0 → 1.1.0Test plan
🤖 Generated with Claude Code