prowler-readme-table
Installation
SKILL.md
When to Use
Use this skill when updating the Prowler at a Glance table in the root README.md. This table tracks the number of checks, services, compliance frameworks, and categories for each supported provider.
Procedure
Step 1: Collect Stats via CLI
Run the following command for each provider and each metric:
python3 prowler-cli.py <provider> --list-<metric>
Providers: aws, azure, gcp, kubernetes, github, m365, oraclecloud, alibabacloud, cloudflare, mongodbatlas, openstack, nhn
Metrics: checks, services, compliance, categories
The CLI output ends with a summary line like:
Related skills