plugins/patterns/skills/file-distribution/SKILL.md
Automated file distribution across multiple repositories with three-stage workflow. Discovery, parallel distribution, and summary reporting for consistent updates.
npx skillsauth add adaptive-enforcement-lab/claude-skills file-distributionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Automated file distribution across multiple repositories using GitHub Actions and GitHub Apps.
Pattern Overview
A three-stage workflow that discovers targets, distributes files in parallel, and reports results. Idempotent design ensures safe reruns.
max-parallel graduallyThis workflow implements patterns from the Developer Guide:
| Pattern | Purpose | | ------- | ------- | | Three-Stage Design | Separates discovery, execution, and reporting | | Matrix Distribution | Parallelizes operations with conditional logic | | Idempotency | Ensures safe reruns after partial failures | | Work Avoidance | Skips version-only changes |
See troubleshooting.md for common issues and solutions.
documentation
Workload Identity Federation implementation guide. GKE setup, IAM bindings, ServiceAccount configuration, migration from service account keys, and troubleshooting patterns.
development
Secure GitHub Actions trigger patterns for pull requests, forks, and reusable workflows. Preventing privilege escalation and code injection through trigger misconfiguration.
development
Structured framework for evaluating GitHub Actions security before adoption. Trust tiers, risk assessment checklist, and decision tree for action evaluation.
testing
Securely store GitHub App credentials across different environments. GitHub Actions secrets, external CI, Kubernetes, and automated rotation patterns.