techaicicdworkflow
Create or modify secure GitHub Actions workflows for CI/CD pipelines.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create or modify secure GitHub Actions workflows for CI/CD pipelines.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | TechAICICDWorkflow |
| description | Create or modify secure GitHub Actions workflows for CI/CD pipelines. |
permissions least-privilege.name: CI
on: [pull_request]
permissions:
contents: read
id-token: write
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@<FULL_LENGTH_COMMIT_SHA>
- run: terraform fmt -check -recursive
- uses: aws-actions/configure-aws-credentials@<FULL_LENGTH_COMMIT_SHA>
- uses: azure/login@<FULL_LENGTH_COMMIT_SHA>
- uses: google-github-actions/auth@<FULL_LENGTH_COMMIT_SHA>
permissions minimized.terraform fmt -check).Produce concise, complete pull request descriptions aligned with the repository PR template.
Repository-specific topology, naming patterns, and validation guidance for working in the oneidentity repository.
Create or modify governance policies for AWS SCP, Azure Policy, and GCP Org Policy.
Create or modify reusable GitHub composite actions with secure Bash and deterministic behavior.
Safely update structured JSON/YAML registry files (users, groups, teams, repositories, or policy maps).
Create or modify Python application components using DDD boundaries, early returns, and deterministic pytest coverage.