GitHub automation workflows for Edmonds Commerce repositories.
This repository contains centralised reusable workflows that can be called from other Edmonds Commerce repositories.
- triage-reusable.yml - Automated issue triage with Claude AI
- pr-review-reusable.yml - Automated PR review with Claude AI
These workflows are called from other repositories using GitHub's reusable workflow syntax:
jobs:
call-triage:
uses: edmondscommerce/ai-tools/.github/workflows/triage-reusable.yml@master
secrets: inheritSee individual workflow documentation for setup instructions.
CLAUDE_CODE_OAUTH_TOKENsecret must be set at organisation or repository level- Claude GitHub App must be installed on target repositories
- Repositories must have CLAUDE.md file for project context
Workflows adapted from BallicomDev/ai-tools for use in Edmonds Commerce organisation.