rj-update

Pull latest code, run pnpm install, and apply database migrations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rocket-jobs-ai/rocket-jobs-app --skill rj-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rj-update
Source: https://github.com/rocket-jobs-ai/rocket-jobs-app/tree/main/.skills/rj-update
Command: npx skills add https://github.com/rocket-jobs-ai/rocket-jobs-app --skill rj-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bring a local rocket-jobs-app clone up to date with the main release by pulling latest code, reinstalling dependencies, and applying migrations to keep the environment in sync.

Core Features & Use Cases

  • Pull latest code from the main branch to ensure the local clone matches the official release.
  • Reinstall dependencies to align with package.json and lockfile changes.
  • Run new database migrations to apply schema changes and keep the local database in sync.
  • Cross-platform (macOS, Linux, Windows) support for a seamless update experience.

Quick Start

Invoke the rj-update skill from inside a rocket-jobs-app clone to bring your environment up to date.

Frequently Asked Questions about rj-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update my local rocket-jobs-app clone to the latest release?

To update a local rocket-jobs-app clone, you need to pull the latest code from the main branch, run pnpm install to sync dependencies, and execute database migrations to apply schema changes.

What is the best way to sync local dependencies and database migrations after pulling new code?

The best way to sync dependencies and migrations is running pnpm install to align with lockfile changes, then executing database migrations to apply schema updates and keep the local database in sync.

Does the rocket-jobs-app update process work across macOS, Linux, and Windows?

Yes, the update process supports cross-platform environments including macOS, Linux, and Windows, ensuring a seamless update experience across different operating systems.

Why does my local development environment have schema errors after pulling the latest code?

Schema errors occur when database migrations are not applied after pulling new code. Running the necessary database migrations ensures schema changes are applied to keep the local database in sync.

Do I need pnpm to install dependencies for rocket-jobs-app?

Yes, pnpm is required to install dependencies for rocket-jobs-app, ensuring the local environment aligns with package.json and lockfile changes pulled from the main branch.