원클릭으로
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 |