lenshub-upgrade

Upgrade Lenshub by pulling remote changes and regenerating SKILL.md files.

6|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/anasstissir/lenshub --skill lenshub-upgrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lenshub-upgrade
Source: https://github.com/anasstissir/lenshub/tree/main/skills/lenshub-upgrade
Command: npx skills add https://github.com/anasstissir/lenshub --skill lenshub-upgrade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keep Lenshub up to date by automating upgrades, regenerating all SKILL.md files, and surfacing what's new for quick review.

Core Features & Use Cases

  • Automatic upgrade prompts with optional auto-upgrade
  • Locate install directory, pull latest changes, and regenerate all Skill documentation
  • Show a concise "what's new" summary comparing old and new versions to help teams decide on updates

Quick Start

Run the lenshub-upgrade script to upgrade Lenshub to the latest version and display what’s new.

Frequently Asked Questions about lenshub-upgrade

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

FAQPage Schema
How do I automate upgrading Lenshub to the latest version?

You can automate Lenshub upgrades by running a script that pulls the latest changes from the remote repository, regenerates all SKILL.md documentation files, and displays a concise changelog summary comparing old and new versions.

Do I need git and Node.js to regenerate Lenshub skill documentation?

Yes, regenerating Lenshub skill documentation requires git, bun, and Node.js to fetch the latest code from the remote repository, regenerate all SKILL.md files, and render the automated changelog.

What is the best way to keep skill definitions up to date across multiple units?

The best way to maintain up-to-date skill definitions is using an automated upgrade workflow that pulls the latest remote changes and regenerates all SKILL.md files, ensuring consistent documentation across multiple skill units.

How does the Lenshub upgrade workflow show what changed between versions?

The upgrade workflow compares old and new versions by generating a concise what is new summary, helping maintenance teams quickly review the regenerated documentation and decide whether to adopt the latest changes.

Can I automatically pull remote repository changes and regenerate docs simultaneously?

Yes, the Lenshub upgrade script locates the install directory, pulls the latest remote repository changes, and automatically regenerates all SKILL.md documentation files in one simultaneous operation.