techaicicdworkflow
Create or modify secure GitHub Actions workflows for CI/CD pipelines.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create or modify secure GitHub Actions workflows for CI/CD pipelines.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.
| 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).