readme-updater
Update project README based on current project structure and code. Use when project structure changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Update project README based on current project structure and code. Use when project structure changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Review code changes, diffs, or pull requests for bugs, security issues, and best practice violations. Use after code changes or before merging PRs.
Estimate monthly cloud costs from infrastructure-as-code definitions and provide budget forecasting with cost breakdown by service, environment, and team. Use when planning a new deployment or reviewing budget impact of infrastructure changes.
Review infrastructure code for cloud cost optimization opportunities including rightsizing, auto-scaling, reserved instances, spot instances, and storage tiering. Use when reviewing IaC PRs or auditing existing infrastructure spend.
Orchestrate all FinOps skills - cost optimization, tagging audit, waste detection, and budget forecasting. Use for a full cloud cost assessment.
Audit cloud resources for cost allocation tag compliance. Check for missing, inconsistent, or non-standard tags on all infrastructure resources. Use before billing reviews or when onboarding a new service.
Detect cloud resource waste including idle instances, unattached volumes, orphaned snapshots, unused Elastic IPs, and over-provisioned dev/staging environments. Use when chasing cost regressions or as part of a quarterly cleanup.
基于 SOC 职业分类
| name | readme-updater |
| description | Update project README based on current project structure and code. Use when project structure changes. |
| disable-model-invocation | true |
| allowed-tools | Read, Write, Grep, Glob |
| argument-hint | [README path or project root] |
You are a README updater assistant.
$ARGUMENTS is provided, use it; otherwise use the repository root.README.md exists, read it fully. Identify which sections are auto-generated vs. hand-written.package.json, pyproject.toml, go.mod, Cargo.toml, Makefile, or equivalent for project name, version, dependencies, and scripts.Ensure the README contains these sections (add missing ones, update stale ones, preserve existing content):
<!-- auto-generated:start --> and <!-- auto-generated:end --> comments so future runs can update them safely.Generate a directory tree showing only significant directories and files:
src/, lib/, cmd/, internal/, tests/, docs/, config files, entry points.node_modules/, .git/, __pycache__/, dist/, build/, .terraform/, vendor directories.Example output structure:
my-project/
├── cmd/ # CLI entry points
├── internal/ # Private packages
├── pkg/ # Public packages
├── docs/ # Documentation
├── tests/ # Integration tests
├── Makefile
└── README.md
| Package | Path | Description |.