スキル一覧に戻る
ClementV78

cloudradar-agents-update

by ClementV78

DevOps Flight Telemetry Analyzer — Event-Driven Data Processing

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

SKILL.md


name: cloudradar-agents-update description: Update AGENTS.md in CloudRadar with a fully automated GitHub flow. Use when the user asks to change AGENTS.md, mentions the meta issue #55, or uses the shortcut "/agt-up". This skill edits AGENTS.md, creates a dedicated docs/agents-55- branch, opens a PR referencing #55, enables auto-merge, updates the #55 changelog via gh, cleans up the branch, and syncs the current branch.

CloudRadar AGENTS Update

Overview

Apply requested changes to AGENTS.md, then run the automation script to handle branch creation, PR, auto-merge, meta-issue update, and cleanup.

Workflow

  1. Read the user's instructions and update AGENTS.md directly.
  2. Run the automation script with a short summary of the changes.
  3. Confirm the recap printed by the script.

Script

Run from the repo root:

python3 skills/cloudradar-agents-update/scripts/agents_update.py \
  --summary "<short summary of the AGENTS.md change>" \
  --short "<short suffix>"

Notes:

  • --short is optional. Default is UTC date YYYYMMDD.
  • The branch format is docs/agents-55-<short>.
  • Requires gh to be authenticated.
  • The working tree must only have changes in AGENTS.md.

Expected Output

The script prints a recap including:

  • Commit id
  • PR URL
  • Merge commit id
  • Confirmation that meta issue #55 received the changelog entry

スコア

総合スコア

50/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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