update-phel

Bump the phel-lang package version in composer.json and config.toml.

15|8|Updated Jun 6, 2021
One-click install
npx skills add https://github.com/phel-lang/phel-lang.org --skill update-phel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-phel
Source: https://github.com/phel-lang/phel-lang.org/tree/main/.claude/skills/update-phel
Command: npx skills add https://github.com/phel-lang/phel-lang.org --skill update-phel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Ensures that the Phel website always features the latest version of the phel-lang package, maintaining compatibility and functionality with new releases.

Core Features & Use Cases

  • Dependency Bumping: Automatically updates the version of the phel-lang package to the latest release in the composer.json file.
  • Version Tagging: Triggers on specific keywords, such as "update phel" or "bump phel", indicating when to update the dependency.
  • Post-Update Verification: Verifies the regeneration of config.toml and checks for any necessary documentation updates.

Quick Start

Use the 'update-phel' command to bump phel-lang to the latest release.

Frequently Asked Questions about update-phel

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

FAQPage Schema
How do I update the phel-lang package to the latest release?

To update the phel-lang package, trigger the dependency bumping process via specific keywords like "update phel". This automatically modifies composer.json, composer.lock, and config.toml to reflect the newest release version.

What does bumping the phel-lang dependency actually change in my project?

Bumping the phel-lang dependency updates the package version in composer.json and composer.lock to maintain compatibility. It also regenerates config.toml and verifies if any documentation updates are necessary for the new release.

Does updating phel-lang require manual checks for documentation updates?

No manual checks are needed for documentation updates after bumping phel-lang. The update process includes built-in post-update verification to check for necessary documentation adjustments alongside regenerating config.toml.

Can I use this dependency update process to maintain the phel-lang website automatically?

Yes, this process is designed to keep the Phel website up-to-date with the latest phel-lang release. By triggering on keywords like "bump phel", it ensures the website features the newest package version and maintains functionality.

What is the best way to trigger a phel-lang version bump?

The best way to trigger a phel-lang version bump is by using specific keywords such as "update phel" or "bump phel". This initiates the automated process of updating composer.json and composer.lock files.