az-cost-optimize

仓库创建 2025年6月12日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由

适合在 Azure 环境系统化挖掘并跟踪成本节省机会。

▸ 风险提示

需 Azure 订阅访问权限和 GitHub 权限以扫描与建单。

这个 Skill 做什么

分析 Azure 资源与 IaC,发现成本优化点并创建跟踪 issue。

帮你扫描项目里的 Azure IaC 文件或指定资源组,找出能省钱的点并自动在 GitHub 建单(每项一个 issue,并建一个 EPIC 汇总),方便把省钱任务交付跟踪。适合想削减云费、做账单分析或在重构前优先处理成本项时用。特别之处是能同时分析 IaC 和真实资源,直接产出可执行的 issue 列表,降低人工梳理成本。

▸ 展开 SKILL.md 英文原文

Analyze Azure resources used in the app (IaC files and/or resources in a target rg) and optimize costs - creating GitHub issues for identified optimizations.

自动化集成成本优化AzureIaC审计Issue跟踪通用
3.7w
Stars
4.6k
Forks
40
仓库内 Skill
+837
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/awesome-copilot/main/skills/az-cost-optimize/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/az-cost-optimize/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Azure Cost Optimize

This workflow analyzes Infrastructure-as-Code (IaC) files and Azure resources to generate cost optimization recommendations. It creates individual GitHub issues for each optimization opportunity plus one EPIC issue to coordinate implementation, enabling efficient tracking and execution of cost savings initiatives.

## Prerequisites
- Azure MCP server configured and authenticated
- GitHub MCP server configured and authenticated  
- Target GitHub repository identified
- Azure resources deployed (IaC files optional but helpful)
- Prefer Azure MCP tools (`azmcp-*`) over direct Azure CLI when available

## Workflow Steps

### Step 1: Get Azure Best Practices
**Action**: Ret
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有