Files
prowler/skills/gh-aw/references/docs.md

1.5 KiB

GitHub Agentic Workflows Documentation

Local Examples

Working workflow and agent files in this repo:

  • .github/workflows/issue-triage.md - Workflow frontmatter + context dispatcher (LabelOps pattern)
  • .github/agents/issue-triage.md - Full triage agent persona with output format
  • .github/workflows/issue-triage.lock.yml - Compiled lock file (auto-generated)
  • .github/aw/actions-lock.json - Action SHA pinning
  • .gitattributes - Lock file merge strategy

Official Documentation