Agent skill

yunxiao

Use this skill for all Alibaba Cloud 云效 (Yunxiao) DevOps operations on codeup.aliyun.com. Invoke IMMEDIATELY when the user wants to: create or manage Merge Requests (MR) on codeup, update work items/tasks in 云效, query MR lists or task status, create version tags via 云效 API, or push code to a codeup remote. Key triggers: 创建 MR, 提交评审, 云效, yunxiao, codeup, 更新任务, 查看任务, 发布版本, 打 tag. Handles both MCP tool mode and aliyun CLI fallback. Do NOT use for GitHub PRs (use git-workflow), Jira, GitLab, or non-Alibaba platforms.

Stars 10
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/niracler/skill/tree/main/skills/workflow/yunxiao

Metadata

Additional technical details for this skill

openclaw
{
    "emoji": "\u2601\ufe0f",
    "requires": {
        "bins": [
            "git"
        ],
        "anyMcp": [
            "yunxiao"
        ],
        "anyBins": [
            "jq"
        ],
        "anyInstall": [
            {
                "pkg": "aliyun-cli",
                "type": "cli"
            }
        ]
    }
}

SKILL.md

云效 CLI

阿里云云效 DevOps 命令行工具。记录了云效 API 的非显而易见的陷阱和必填字段规则,帮助一次调用成功。

Prerequisites

Tool Type Required Install
yunxiao MCP mcp No Configure in Claude Code MCP settings (preferred over CLI)
aliyun CLI cli No brew install aliyun-cli then aliyun configure — see openapi.md for full setup
git cli Yes brew install git or git-scm.com
jq cli No brew install jq (for JSON parsing in CLI mode)

At least one of yunxiao MCP or aliyun CLI is required. MCP is preferred.

Do NOT proactively verify these tools on skill load. If a command fails due to a missing tool, directly guide the user through installation and configuration step by step.

When to Use

  • 创建/管理 MR:在 codeup.aliyun.com 仓库上创建合并请求、更新描述、查看列表
  • 任务管理:查询/创建/更新任务状态、添加评论
  • 发布管理:通过云效 API 创建 Tag

工具选择

条件 推荐方式
MCP 服务已连接(mcp__yunxiao__* 工具可用) 优先使用 MCP 工具(包括 MR 操作)
无 MCP 服务 使用 aliyun CLI
MCP 工具无覆盖的操作(更新 MR、编辑评论等) 使用 aliyun CLI

⚠️ aliyun devops ListRepositories 已知存在 SYSTEM_UNAUTHORIZED_ERROR 问题,获取仓库 ID 优先用 MCP 工具。

常用操作对应

任务 MCP 工具 CLI 替代
查询仓库 mcp__yunxiao__list_repositories aliyun devops ListRepositories(可能报权限错误)
创建 MR mcp__yunxiao__create_change_request aliyun devops CreateMergeRequest
查看 MR mcp__yunxiao__get_change_request aliyun devops GetMergeRequest
更新 MR aliyun devops UpdateMergeRequest
查询任务 mcp__yunxiao__search_workitems aliyun devops ListWorkitems
获取任务详情 mcp__yunxiao__get_work_item
更新任务状态 mcp__yunxiao__update_work_item REST API(见 openapi.md)
查询工作流 mcp__yunxiao__get_work_item_workflow aliyun devops ListWorkItemWorkFlowStatus
添加评论 mcp__yunxiao__create_work_item_comment REST API(见 openapi.md)
编辑评论 aliyun devops UpdateWorkitemComment
查询字段配置 mcp__yunxiao__get_work_item_type_field_config aliyun devops ListWorkItemAllFields
创建 Tag aliyun devops CreateTag

Top 5 陷阱

最常踩的坑,完整规则见 cheatsheet.md:

  1. 仓库 ID 字段是 Id(大写 I)jq.id 会返回 null
  2. 创建 MR 必须提供 sourceProjectIdtargetProjectIdcreateFrom: "WEB"
  3. 更新任务状态必须用 REST APIaliyun devops POST /organization/.../workitems/updateWorkitemField
  4. updateWorkitemPropertyRequest 必须是数组 [{...}],字段名用 fieldIdentifier/fieldValue
  5. 创建任务前必须查询必填字段 — 不同项目有不同的自定义必填字段

详细指南

  • AI 助手必读: cheatsheet.md — 13 条黄金法则 + 完整错误速查表
  • API 完整参考: openapi.md — 配置指南、所有 API 操作模板、MR/任务/发布完整工作流

Expand your agent's capabilities with these related and highly-rated skills.

niracler/skill

pinboard-manager

Use this skill for ALL Pinboard bookmark management tasks — this is the go-to skill whenever Pinboard (pinboard.in) is involved. Invoke immediately when the user wants to: audit or reorganize messy tags, check for broken/dead links, identify stale or outdated bookmarks, clean up their bookmark collection, or manage their Pinboard account in any way. Also use when the user says 整理书签, 检查死链, 整理 tag, 书签管理, pinboard cleanup, bookmark audit, tag consistency, timeliness check, pinboard 过时检测. Do NOT trigger for: browser bookmark management, Raindrop.io, or general URL checking without Pinboard context.

10 0
Explore
niracler/skill

weekly-report

Use this skill whenever the user wants to write or generate a structured weekly work report (软件研发周报) — the formal 3-section corporate format with 本周工作总结, 下周工作计划, and 其他事项. This skill automatically collects data from git logs, Obsidian diary Work Log entries, schedule YAML files, GitHub PRs, and 云效 MRs/tasks to draft the report. Invoke when the user says 周报, 软件研发周报, 本周工作总结, 写周报, weekly report, end-of-week summary, or asks to prepare a work summary for their manager/team. Do NOT use for personal diary entries, monthly reviews, OKR summaries, meeting notes, or quarterly retrospectives.

10 0
Explore
niracler/skill

code-sync

Use this skill to batch-sync all git repos across machines — pushing uncommitted changes at end of day or pulling latest at start of day. Invoke when the user wants to sync all repos (not just one), mentions 「下班同步」「上班更新」 「code-sync」, or describes end-of-day push / morning pull across ~/code. Triggers on: "sync all my repos", "end of day sync", "morning update", "push all dirty repos", "pull all projects", 「同步代码」「下班同步」「上班更新」. Do NOT trigger for: single-repo git operations, committing specific files (use git-workflow), general git push/pull questions, or workspace template updates.

10 0
Explore
niracler/skill

ha-integration-reviewer

Strict Home Assistant integration code review for PR preparation. Covers Quality Scale rules, code style, Config Flow, test coverage, and docs. Invoke immediately when the user says "review my HA integration", "check HA compliance", "HA code review", "HA Quality Scale check", "home assistant PR review", "审查我的 HA 集成", "检查我的代码是否符合 HA 规范", "帮我 review 一下准备提交的代码". Launches parallel check agents across 5 dimensions. Do NOT use for: non-HA code review, configuring HA automations, HACS plugins, or Lovelace card development.

10 0
Explore
niracler/skill

schedule-manager

(macOS only) Use this skill for ALL Apple Calendar and Reminders management tasks using osascript and reminders-cli, following GTD methodology. Invoke immediately when the user wants to: schedule a meeting or event, add a todo or reminder, check today's agenda, plan the week ahead, do a weekly review, or capture any task they don't want to forget. Also use when the user says 安排会议, 创建提醒, 查看日程, 规划下周, 添加待办, 记一下, 别忘了, 今天要做什么, 周回顾. This is the right skill any time the user wants to interact with macOS Calendar or Reminders apps.

10 0
Explore
niracler/skill

skill-reviewer

Use this skill to audit, review, or validate Claude Code skills (.md files in .claude/commands/). Invoke when user wants to check skill quality, cross-platform compatibility, cross-agent compatibility, prerequisite declarations, or description triggering accuracy. Triggers on: 审查 skill, review skill, 检查 skill 质量, skill 兼容性检查, validate skill, audit skill. This skill delegates structure validation to validate.sh, content quality to skill-creator, and handles compatibility auditing itself. Do NOT use for general code review, reviewing PRs, or reviewing CLAUDE.md.

10 0
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results