gh-aw

Create and maintain GitHub Agentic Workflows for Prowler with security hardening.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/brivaro/brivaro-ai-wizard --skill gh-aw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-aw
Source: https://github.com/brivaro/brivaro-ai-wizard/tree/main/skills/gh-aw
Command: npx skills add https://github.com/brivaro/brivaro-ai-wizard --skill gh-aw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation, modification, and debugging of GitHub Agentic Workflows (gh-aw), ensuring secure and efficient automation within GitHub repositories.

Core Features & Use Cases

  • Workflow Creation & Management: Automate the setup and maintenance of .github/workflows/*.md files.
  • Agent Integration: Facilitate the creation and import of reusable agent personas (.github/agents/*.md).
  • Security Hardening: Enforce best practices for permissions, safe outputs, network access, and threat detection.
  • Use Case: When setting up a new CI/CD pipeline using agentic workflows, use this Skill to generate the initial workflow file, define triggers, and configure security settings according to best practices.

Quick Start

Use the gh-aw skill to create a new agentic workflow for issue triage.

Frequently Asked Questions about gh-aw

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create secure GitHub Agentic Workflows for CI/CD automation?

You can create GitHub Agentic Workflows by generating `.github/workflows/*.md` files with configured frontmatter, triggers, and enforced security settings for permissions and network access. This approach ensures secure CI/CD automation within repositories.

What are GitHub Agentic Workflows and when do I need them?

GitHub Agentic Workflows are markdown-based automation configurations integrating reusable agent personas for repository tasks. You need them when setting up CI/CD pipelines requiring agentic workflows for issue triage or similar automated processes.

Can I import and manage reusable agent personas in GitHub Actions?

Yes, you can import and manage reusable agent personas by creating and maintaining `.github/agents/*.md` files. This facilitates agent integration and ensures consistent agent behaviors across multiple GitHub Agentic Workflows.

How do I enforce security hardening for workflow permissions and network access?

Security hardening for workflow permissions and network access is enforced by applying best practices during workflow file creation and compilation. This includes configuring safe outputs and implementing threat detection within the frontmatter settings.

Does this approach require existing Prowler configurations to function?

The Skill manages GitHub Agentic Workflows specifically designed for Prowler environments. It handles workflow and agent file creation, security hardening, and compilation processes tailored to Prowler's setup requirements.