fundraising-upgrade

Upgrade fundraising-skill installations to the latest GitHub release.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/lowesyang/fundraising-skill --skill fundraising-upgrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fundraising-upgrade
Source: https://github.com/lowesyang/fundraising-skill/tree/main/fundraising-upgrade
Command: npx skills add https://github.com/lowesyang/fundraising-skill --skill fundraising-upgrade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading the fundraising skill to the latest release is often fiddly and error-prone, especially when installations are split between global git clones and project-level vendored copies. This section explains the need to keep the skill fresh, guarantee compatibility, and provide a clear changelog when updates are applied.

Core Features & Use Cases

  • Detects install type (global git, local git, global vendored, or project vendored) and selects the correct upgrade path.
  • Pulls the latest version from GitHub, performs a safe upgrade, and preserves existing configurations.
  • Reads CHANGELOG.md to surface what's new, so teams can review changes before upgrading.
  • Works for multi-repo setups and CI environments where the skill is installed in different locations.

Quick Start

Run the fundraising-upgrade command to fetch and install the latest fundraising-skill.

Frequently Asked Questions about fundraising-upgrade

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

FAQPage Schema
How do I upgrade a git-cloned skill to the latest version from GitHub?

To upgrade a git-cloned skill, run the fundraising-upgrade command to fetch the latest release from GitHub and apply a safe update that preserves existing configurations across global or per-project installations.

What is the best way to update vendored copies of a skill across multiple repos?

Updating vendored copies across multiple repos is handled by detecting the install type and selecting the correct upgrade path, pulling the latest version from GitHub while preserving local configurations in each environment.

Can I review changelog updates before applying a skill upgrade?

Yes, you can review changelog updates before upgrading. The process reads CHANGELOG.md from the repository to surface new features and changes so teams can evaluate them prior to installation.

Does the upgrade process work for CI environments with different installation locations?

The upgrade process works for CI environments and multi-repo setups by detecting whether the skill is installed globally or per-project, then applying the correct update path for each specific installation location.

Do I need network access to run the skill upgrade procedure?

Yes, network access is required to fetch updates from GitHub and run the update-check and install procedures. You also need local copies of the skill and a local fundraising-upgrade capability.