スキル一覧に戻る
palladius

pcc-check-for-updates

by palladius

Ricc's golden custom commands

14🍴 0📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: pcc-check-for-updates description: Checks for updates to remote GH site for palladius/gemini-cli-custom-commands. Use Ruby code to check for newer/older version.

Check for Updates Skill

This skill allows the agent to check if the palladius-common-commands extension is up to date by comparing the local version with the remote version on GitHub.

Description

Checks if the installed version of palladius-common-commands is the latest version available.

Usage

Activate this skill when the user asks to check for updates or verify the extension version.

Instructions

  1. Run the provided ruby script to perform the check.
    ruby .gemini/skills/check-for-updates/scripts/check_updates.rb
    
  2. Report the result to the user.
    • If an update is available, provide the command to update.
    • If up to date, confirm it.
    • If the local version cannot be determined (e.g., error in gemini extensions list), inform the user and suggest checking their installation.

Resources

  • Script: scripts/check_updates.rb

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です