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
- Read the user's instructions and update
AGENTS.mddirectly. - Run the automation script with a short summary of the changes.
- 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:
-
--shortis optional. Default is UTC dateYYYYMMDD. - The branch format is
docs/agents-55-<short>. - Requires
ghto 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
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
6个月前
tools
tools git workflows
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!