chore(skills): add Prowler Changelog skill (#9806)

This commit is contained in:
Pepe Fagoaga
2026-01-16 13:31:34 +01:00
committed by GitHub
parent aa24034ca7
commit d7af97b30a
10 changed files with 338 additions and 8 deletions

View File

@@ -12,9 +12,13 @@ When performing these actions, ALWAYS invoke the corresponding skill FIRST:
| Action | Skill |
|--------|-------|
| Add changelog entry for a PR or feature | `prowler-changelog` |
| Create PR that requires changelog entry | `prowler-changelog` |
| Creating/modifying models, views, serializers | `prowler-api` |
| Generic DRF patterns | `django-drf` |
| Review changelog format and conventions | `prowler-changelog` |
| Testing RLS tenant isolation | `prowler-test-api` |
| Update CHANGELOG.md in any component | `prowler-changelog` |
| Writing Prowler API tests | `prowler-test-api` |
| Writing Python tests with pytest | `pytest` |