feat: add 10 AI-powered GitHub Actions workflows#294
Merged
imran-siddique merged 1 commit intomicrosoft:mainfrom Mar 18, 2026
Merged
feat: add 10 AI-powered GitHub Actions workflows#294imran-siddique merged 1 commit intomicrosoft:mainfrom
imran-siddique merged 1 commit intomicrosoft:mainfrom
Conversation
Add AI agent workflows for the governance toolkit: PR Quality: - ai-code-review.yml — Deep review for policy/trust/sandbox code - ai-security-scan.yml — Security analysis (OWASP Agentic Top 10) - ai-test-generator.yml — Test coverage advisor for 8 packages - ai-breaking-change-detector.yml — Public API compatibility check - ai-docs-sync.yml — Documentation freshness check Scheduled: - ai-repo-health.yml — Weekly OSS health dashboard - ai-owasp-compliance.yml — Weekly OWASP Agentic Top 10 audit Release: - ai-release-notes.yml — Monorepo-aware changelog by package Community: - ai-contributor-guide.yml — First-time contributor helper - ai-spec-drafter.yml — Engineering spec from issues All workflows use GitHub Models API (gpt-4o) via GITHUB_TOKEN with models:read permission. Action SHAs are pinned per OSS security best practices. PR-triggered AI jobs are non-blocking. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds 10 AI-powered GitHub Actions workflows to complement the existing CI/CD pipeline with intelligent, LLM-driven automation.
Why
The toolkit already has excellent traditional CI (15 workflows covering lint, test, CodeQL, fuzzing, SBOM, etc.). These new workflows add AI-powered analysis that catches issues static tools miss — especially important for a security-focused governance toolkit.
New Workflows
Design Decisions
Unique to This Repo