Skip to content

Add dependency version compatibility guidance to code-review skill#3475

Merged
jlowin merged 1 commit intomainfrom
code-review-skill-dep-compat
Mar 13, 2026
Merged

Add dependency version compatibility guidance to code-review skill#3475
jlowin merged 1 commit intomainfrom
code-review-skill-dep-compat

Conversation

@jlowin
Copy link
Copy Markdown
Member

@jlowin jlowin commented Mar 13, 2026

Reviewing the current batch of contributor PRs surfaced a recurring pattern: PRs that adapt code to newer dependency versions (Monty 0.0.8, ty 0.0.21) without bumping the minimum version pin, silently breaking users on the old version. Similarly, PRs that run uv sync --upgrade and include unrelated lock file churn alongside targeted fixes.

Added a "Dependency version compatibility" section to the code-review skill so agent reviewers consistently flag these issues.

@marvin-context-protocol marvin-context-protocol Bot added the enhancement Improvement to existing functionality. For issues and smaller PR improvements. label Mar 13, 2026
@jlowin jlowin merged commit f7d46e7 into main Mar 13, 2026
8 checks passed
@jlowin jlowin deleted the code-review-skill-dep-compat branch March 13, 2026 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Improvement to existing functionality. For issues and smaller PR improvements.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant