Skip to content

chore(skill): add version check to rivetkit skill#4491

Draft
NathanFlurry wants to merge 1 commit into03-23-fix_rivetkit_prevent_turbopack_from_tracing_sqlite-vfs_dynamic_importfrom
03-23-chore_skill_add_version_check_to_rivetkit_skill
Draft

chore(skill): add version check to rivetkit skill#4491
NathanFlurry wants to merge 1 commit into03-23-fix_rivetkit_prevent_turbopack_from_tracing_sqlite-vfs_dynamic_importfrom
03-23-chore_skill_add_version_check_to_rivetkit_skill

Conversation

@NathanFlurry
Copy link
Member

Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Copy link
Member Author

NathanFlurry commented Mar 24, 2026

@railway-app
Copy link

railway-app bot commented Mar 24, 2026

🚅 Deployed to the rivet-pr-4491 environment in rivet-frontend

Service Status Web Updated (UTC)
frontend-inspector 😴 Sleeping (View Logs) Web Mar 24, 2026 at 2:14 am
website 😴 Sleeping (View Logs) Web Mar 24, 2026 at 2:14 am
frontend-cloud 😴 Sleeping (View Logs) Web Mar 24, 2026 at 2:09 am
kitchen-sink ❌ Build Failed (View Logs) Web Mar 24, 2026 at 2:01 am
ladle ❌ Build Failed (View Logs) Web Mar 24, 2026 at 2:01 am
mcp-hub ✅ Success (View Logs) Web Mar 24, 2026 at 1:58 am

@claude
Copy link

claude bot commented Mar 24, 2026

PR Review: chore(skill): add version check to rivetkit skill

This is a small, well-targeted change. The logic is sound — proactively checking the user's installed version before doing any work helps catch bugs and missing features early.

Observations

Package manager: The upgrade command uses npm install, but many users will be on pnpm, yarn, or bun. Consider either using a manager-agnostic invocation or adding a note like "replace npm install with your package manager."

Placement: The section sits between "Citing Sources" and "First Steps". Since "First Steps" already covers installing RivetKit for new projects, this check is clearly aimed at existing projects — the text makes that clear. Minor point, not a blocker.

@rivetkit/next-js name: Confirmed correct — matches the workspace package at rivetkit-typescript/packages/next-js/package.json.

Template variable: {{RIVETKIT_VERSION}} is consistent with the existing pattern used elsewhere in this file.

Summary

LGTM overall. The only practical concern worth considering is the npm install hardcoding — users on pnpm projects may be momentarily confused. Minor UX issue, not a blocker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant