Main entry point for Prowler development - quick reference for all components. Trigger: General Prowler development questions, project overview, component navigation (NOT PR CI gates or GitHub Actions workflows).
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Main entry point for Prowler development - quick reference for all components. Trigger: General Prowler development questions, project overview, component navigation (NOT PR CI gates or GitHub Actions workflows).
license
Apache-2.0
metadata
{"author":"prowler-cloud","version":"1.0","scope":["root"],"auto_invoke":"General Prowler development questions"}
# SDK
uv sync
uv run python prowler-cli.py aws --check check_name
uv run pytest tests/
# APIcd api && uv run python src/backend/manage.py runserver
cd api && uv run pytest
# UIcd ui && pnpm run dev
cd ui && pnpm run healthcheck
# MCPcd mcp_server && uv run prowler-mcp
# Full Stack
docker-compose up -d