Goal
Ship a copy-pasteable GitHub Actions workflow that downloads a contract, runs AICertify, and uploads the generated report as a PR artifact (or fails the build if the report has any deny results above a configurable severity).
Why this matters
AI compliance checks belong on every PR, not just at release time. A reusable workflow is the lowest-friction way for downstream teams to adopt.
Files likely involved
- New:
.github/workflows/example-aicertify.yaml (clearly named as an example, not enforced on this repo's own CI)
- New:
docs/integrations/github-actions.md documenting how to copy + adapt
- Possibly: a reusable workflow under
.github/workflows/aicertify-reusable.yaml
Acceptance criteria
Help
Comment here if you want to work on this and I will help you get started. First-time contributors are welcome — open a draft PR early and I'll review.
Goal
Ship a copy-pasteable GitHub Actions workflow that downloads a contract, runs AICertify, and uploads the generated report as a PR artifact (or fails the build if the report has any
denyresults above a configurable severity).Why this matters
AI compliance checks belong on every PR, not just at release time. A reusable workflow is the lowest-friction way for downstream teams to adopt.
Files likely involved
.github/workflows/example-aicertify.yaml(clearly named as an example, not enforced on this repo's own CI)docs/integrations/github-actions.mddocumenting how to copy + adapt.github/workflows/aicertify-reusable.yamlAcceptance criteria
examples/customer-support-bot/contract on every PRHelp
Comment here if you want to work on this and I will help you get started. First-time contributors are welcome — open a draft PR early and I'll review.