一键导入
audit-workflows
Proactively audit GitHub Actions workflows and CI/CD logs for deprecations, stale runtimes, and missing best practices.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Proactively audit GitHub Actions workflows and CI/CD logs for deprecations, stale runtimes, and missing best practices.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Safe, project-wide remediation of a dangerous or incorrect code pattern using structured search and replace.
Run a multi-faceted code review on uncommitted changes using specialized review subagents.
Create an Architectural Decision Record (ADR) to document a design choice or technical strategy.
Run a multi-faceted code review on uncommitted changes using specialized review subagents.
Commit (if needed), push the current branch to origin, and generate a pull request description in the chat.
Generate a session handoff document capturing the current working state for the next session.
| name | audit-workflows |
| description | Proactively audit GitHub Actions workflows and CI/CD logs for deprecations, stale runtimes, and missing best practices. |
| metadata | {"author":"cascadian-gamers","version":"1.0"} |
Proactively scan and audit the project's CI/CD pipelines to ensure they are modern, secure, and compliant with current runtime support policies.
.github/workflows/.v1, v2) or deprecated ones (e.g., setup-python@v4 vs v5).runs-on for deprecated runner images (e.g., ubuntu-20.04).Compare the workflow versions with:
Runtime.PYTHON_3_12 in CDK matches the workflow's Python version.package.json (engines), global.json (.NET), or pyproject.toml.PythonDeprecationWarning or similar noise.Present a table of version mismatches or deprecation risks:
| Workflow | Component | Current | Recommended | Risk |
|---|---|---|---|---|
| develop.yml | Python | 3.9 | 3.12 | Boto3 deprecation Apr 2026 |