Skip to main content

rosa-aws-context

Cross-check AWS-facing code and docs against official ROSA and AWS references before changing behavior.

跳到安装

来源信息

仓库
TuYv/ccpm
最近来源活动
2026年6月28日 00:16
检测到的 SKILL.md 语言
英语
星标
1
分支
2

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
ROSA AWS Context
description
Cross-check AWS-facing code and docs against official ROSA and AWS references before changing behavior.
# ROSA AWS Context Use this skill when: - Touching `pkg/aws/` or AWS-related command flows - Editing AWS setup, prerequisites, or troubleshooting docs - Changing wording around HCP, classic, STS, IAM, OIDC, VPC, subnet, quota, or region behavior ## Workflow 1. Read `AGENTS.md` and `guidelines/aws-guidelines.md`, then use the linked external ROSA and AWS references first. 2. Determine whether the change is HCP-only, classic-only, or shared. 3. Cross-check architecture claims against the ROSA architecture docs before changing code comments, help text, or docs. 4. Confirm prerequisite claims against the ROSA setup docs, especially quotas, support plans, SCP constraints, and STS token version notes. 5. Validate AWS CLI install, profile, and config guidance against official AWS CLI documentation before editing examples. 6. Prefer existing AWS helper functions and client wrappers over ad-hoc SDK usage. 7. Do not silently bump AWS SDK or related dependency versions; if a bump is required, call it out explicitly, explain why, and validate downstream impact. 8. Do not hardcode credentials or add logging that exposes secret material. 9. If code behavior and official docs appear to disagree, surface the mismatch explicitly instead of guessing. ## Verification - Re-read the exact doc section that supports the changed behavior or wording. - Check user-facing examples for current commands and options. - Run the relevant local checks from `CONTRIBUTING.md` and `Makefile`.
在 GitHub 查看