@the-bearded-bear/claude-craft 8.8.1 → 8.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/Dev/i18n/de/Angular/commands/check-compliance.md +218 -168
  2. package/Dev/i18n/de/Common/agents/refactoring-specialist.md +146 -69
  3. package/Dev/i18n/de/Common/commands/add-technology.md +166 -68
  4. package/Dev/i18n/de/Common/commands/setup-ci.md +216 -33
  5. package/Dev/i18n/de/Laravel/commands/check-compliance.md +223 -115
  6. package/Dev/i18n/de/Python/checklists/new-feature.md +319 -44
  7. package/Dev/i18n/de/React/rules/02-architecture.md +483 -322
  8. package/Dev/i18n/de/React/rules/03-coding-standards.md +584 -368
  9. package/Dev/i18n/de/Symfony/commands/check-compliance.md +186 -114
  10. package/Dev/i18n/de/Symfony/rules/07-testing-symfony.md +679 -10
  11. package/Dev/i18n/de/UIUX/commands/a11y-component.md +284 -26
  12. package/Dev/i18n/de/UIUX/commands/design-tokens.md +199 -35
  13. package/Dev/i18n/de/UIUX/commands/user-flow.md +179 -16
  14. package/Dev/i18n/de/VueJS/commands/check-compliance.md +227 -102
  15. package/Dev/i18n/es/Angular/commands/check-compliance.md +217 -167
  16. package/Dev/i18n/es/Common/commands/add-technology.md +158 -60
  17. package/Dev/i18n/es/Laravel/commands/check-compliance.md +223 -115
  18. package/Dev/i18n/es/React/commands/check-testing.md +263 -169
  19. package/Dev/i18n/es/ReactNative/commands/check-testing.md +256 -198
  20. package/Dev/i18n/es/Symfony/commands/check-compliance.md +189 -117
  21. package/Dev/i18n/es/Symfony/commands/check-testing.md +301 -102
  22. package/Dev/i18n/es/Symfony/commands/migration-plan.md +267 -34
  23. package/Dev/i18n/es/UIUX/commands/a11y-component.md +274 -16
  24. package/Dev/i18n/es/UIUX/commands/design-tokens.md +186 -22
  25. package/Dev/i18n/es/UIUX/commands/user-flow.md +173 -10
  26. package/Dev/i18n/es/VueJS/commands/check-compliance.md +227 -102
  27. package/Dev/i18n/fr/Angular/commands/check-compliance.md +217 -167
  28. package/Dev/i18n/fr/Common/commands/ralph-run.md +138 -60
  29. package/Dev/i18n/fr/Laravel/commands/check-compliance.md +223 -115
  30. package/Dev/i18n/fr/React/commands/check-architecture.md +370 -53
  31. package/Dev/i18n/fr/React/commands/check-code-quality.md +454 -64
  32. package/Dev/i18n/fr/React/commands/check-testing.md +476 -102
  33. package/Dev/i18n/fr/Symfony/commands/check-compliance.md +188 -116
  34. package/Dev/i18n/fr/VueJS/commands/check-compliance.md +227 -102
  35. package/Dev/i18n/pt/Angular/commands/check-compliance.md +225 -175
  36. package/Dev/i18n/pt/Common/agents/ralph-conductor.md +211 -30
  37. package/Dev/i18n/pt/Common/commands/add-technology.md +149 -51
  38. package/Dev/i18n/pt/Common/commands/ralph-run.md +239 -35
  39. package/Dev/i18n/pt/Flutter/commands/analyze-performance.md +331 -46
  40. package/Dev/i18n/pt/Flutter/commands/check-compliance.md +234 -29
  41. package/Dev/i18n/pt/Flutter/commands/generate-feature.md +526 -51
  42. package/Dev/i18n/pt/Flutter/commands/generate-widget.md +515 -27
  43. package/Dev/i18n/pt/Flutter/commands/golden-update.md +322 -46
  44. package/Dev/i18n/pt/Flutter/commands/localization-check.md +278 -37
  45. package/Dev/i18n/pt/Laravel/commands/check-compliance.md +212 -104
  46. package/Dev/i18n/pt/React/commands/accessibility-check.md +151 -42
  47. package/Dev/i18n/pt/React/commands/bundle-analyze.md +300 -25
  48. package/Dev/i18n/pt/React/commands/check-architecture.md +369 -34
  49. package/Dev/i18n/pt/React/commands/check-code-quality.md +440 -34
  50. package/Dev/i18n/pt/React/commands/check-compliance.md +232 -62
  51. package/Dev/i18n/pt/React/commands/check-security.md +370 -31
  52. package/Dev/i18n/pt/React/commands/check-testing.md +473 -43
  53. package/Dev/i18n/pt/React/commands/generate-component.md +454 -19
  54. package/Dev/i18n/pt/React/commands/generate-hook.md +425 -24
  55. package/Dev/i18n/pt/React/commands/storybook-story.md +520 -35
  56. package/Dev/i18n/pt/ReactNative/commands/app-size.md +358 -387
  57. package/Dev/i18n/pt/ReactNative/commands/check-code-quality.md +246 -75
  58. package/Dev/i18n/pt/ReactNative/commands/check-compliance.md +191 -85
  59. package/Dev/i18n/pt/ReactNative/commands/check-security.md +363 -115
  60. package/Dev/i18n/pt/ReactNative/commands/check-testing.md +269 -79
  61. package/Dev/i18n/pt/ReactNative/commands/generate-screen.md +491 -324
  62. package/Dev/i18n/pt/ReactNative/commands/native-module.md +539 -82
  63. package/Dev/i18n/pt/ReactNative/commands/store-prepare.md +429 -185
  64. package/Dev/i18n/pt/ReactNative/rules/02-architecture.md +1084 -31
  65. package/Dev/i18n/pt/Symfony/commands/check-compliance.md +195 -123
  66. package/Dev/i18n/pt/UIUX/commands/a11y-audit.md +208 -24
  67. package/Dev/i18n/pt/UIUX/commands/a11y-component.md +281 -23
  68. package/Dev/i18n/pt/UIUX/commands/design-tokens.md +197 -33
  69. package/Dev/i18n/pt/UIUX/commands/user-flow.md +183 -20
  70. package/Dev/i18n/pt/VueJS/commands/check-compliance.md +228 -103
  71. package/Dev/i18n/pt/Workflow/commands/analyze.md +147 -146
  72. package/Dev/i18n/pt/Workflow/commands/design.md +205 -204
  73. package/Dev/i18n/pt/Workflow/commands/implement.md +184 -184
  74. package/Project/i18n/de/Sprint/commands/dev.md +339 -86
  75. package/Project/i18n/es/Sprint/commands/dev.md +342 -91
  76. package/Project/i18n/pt/Sprint/commands/dev.md +343 -92
  77. package/bundles/cursor/.cursorrules +1 -1
  78. package/bundles/windsurf/.windsurfrules +1 -1
  79. package/package.json +1 -1
@@ -1,145 +1,253 @@
1
1
  ---
2
- description: Check Laravel project compliance with coding standards
2
+ description: Vollständige Laravel-Compliance prüfen
3
+ argument-hint: [arguments]
3
4
  ---
4
5
 
5
- # Laravel Compliance Check
6
+ # Vollständige Laravel-Compliance prüfen
6
7
 
7
- You are a Laravel expert auditor. Your mission is to verify that the project follows Laravel best practices and coding standards.
8
+ ## Argumente
8
9
 
9
- ## Audit Process
10
+ $ARGUMENTS (optional: Pfad zum zu analysierenden Projekt)
10
11
 
11
- ### 1. Project Structure Analysis
12
+ ## Plan-Modus
12
13
 
13
- Check if the project follows the recommended architecture:
14
+ > Der Plan-Modus wird automatisch aktiviert, wenn der Umfang mehrere Module umfasst oder eine übergreifende Untersuchung erfordert.
14
15
 
15
- ```
16
- app/
17
- ├── Domain/ # Business logic (if using Clean Architecture)
18
- ├── Application/ # Use cases, Actions, DTOs
19
- ├── Infrastructure/ # External services, Repositories
20
- ├── Http/
21
- │ ├── Controllers/ # Thin controllers
22
- │ ├── Requests/ # Form Requests for validation
23
- │ ├── Resources/ # API Resources
24
- │ └── Middleware/
25
- ├── Models/ # Eloquent models
26
- ├── Services/ # Business services
27
- ├── Jobs/ # Queue jobs
28
- ├── Events/ # Domain events
29
- ├── Listeners/ # Event listeners
30
- ├── Policies/ # Authorization policies
31
- └── Providers/ # Service providers
32
- ```
16
+ ## MISSION
33
17
 
34
- ### 2. Code Standards Verification
35
-
36
- #### Naming Conventions
37
- - [ ] Controllers: Singular, PascalCase (`OrderController`)
38
- - [ ] Models: Singular, PascalCase (`Order`, `OrderItem`)
39
- - [ ] Tables: Plural, snake_case (`orders`, `order_items`)
40
- - [ ] Columns: snake_case (`created_at`, `customer_id`)
41
- - [ ] Methods: camelCase (`getUserOrders()`)
42
- - [ ] Variables: camelCase (`$orderTotal`)
43
-
44
- #### Modern PHP Features (8.3+)
45
- - [ ] Constructor property promotion used
46
- - [ ] Readonly properties/classes where appropriate
47
- - [ ] Enums for status/type fields
48
- - [ ] Match expressions instead of switch
49
- - [ ] Named arguments for clarity
50
- - [ ] Type declarations on all methods
51
- - [ ] Return types specified
52
-
53
- #### Laravel Conventions
54
- - [ ] Form Requests for validation (not validation in controllers)
55
- - [ ] API Resources for response transformation
56
- - [ ] Policies for authorization
57
- - [ ] Eloquent casts for type conversion
58
- - [ ] Scopes for reusable queries
59
- - [ ] Events for cross-cutting concerns
60
-
61
- ### 3. Architecture Compliance
62
-
63
- #### Layer Dependencies
64
- - Domain layer has NO external dependencies
65
- - Application layer only depends on Domain
66
- - Infrastructure implements Domain interfaces
67
- - Controllers are thin (delegate to Actions/Services)
68
-
69
- #### Repository Pattern (if applicable)
70
- - [ ] Interfaces defined in Domain/Contracts
71
- - [ ] Implementations in Infrastructure
72
- - [ ] Bindings in Service Providers
73
-
74
- ### 4. Configuration Check
75
-
76
- - [ ] No hardcoded values (use config files)
77
- - [ ] Environment variables via config(), not env()
78
- - [ ] Sensitive data in .env (not committed)
79
- - [ ] Config caching compatible
80
-
81
- ### 5. Generate Report
82
-
83
- After analysis, provide:
84
-
85
- 1. **Compliance Score**: X/100
86
- 2. **Critical Issues**: Must-fix problems
87
- 3. **Warnings**: Recommended improvements
88
- 4. **Good Practices**: What's done well
89
- 5. **Action Items**: Prioritized list of fixes
18
+ Führe ein vollständiges Compliance-Audit des Laravel-Projekts durch, indem die 4 wichtigsten Prüfungen orchestriert werden: Architektur, Code-Qualität, Tests und Sicherheit. Erstelle einen konsolidierten Bericht mit einem Gesamtergebnis von 100 Punkten.
90
19
 
91
- ## Plan-Modus
20
+ ### Schritt 1: Audit-Vorbereitung
21
+
22
+ Audit-Umgebung vorbereiten:
23
+ - [ ] Zu prüfenden Projektpfad identifizieren
24
+ - [ ] Vorhandensein von Konfigurationsdateien prüfen (composer.json mit laravel/*, .env.example)
25
+ - [ ] Hauptverzeichnisse auflisten (app/, tests/, config/, routes/ usw.)
26
+ - [ ] Projektstruktur und Laravel-Version identifizieren
27
+
28
+ **Hinweis**: Falls $ARGUMENTS angegeben, diesen als Projektpfad verwenden, ansonsten das aktuelle Verzeichnis nutzen.
29
+
30
+ ### Schritt 2: Architektur-Audit (25 Punkte)
31
+
32
+ Vollständige Architekturprüfung durchführen:
33
+
34
+ **Befehl**: Slash-Befehl `/laravel:check-architecture` verwenden oder die Schritte in `check-architecture.md` manuell befolgen
35
+
36
+ **Bewertete Kriterien**:
37
+ - Trennung der Clean-Architecture-Schichten (6 Pkt.)
38
+ - Domain/Application/Infrastructure-Struktur (6 Pkt.)
39
+ - Actions-Pattern und schlanke Controller (4 Pkt.)
40
+ - Service-Provider-Bindings (4 Pkt.)
41
+ - Repository-Pattern und Interfaces (3 Pkt.)
42
+ - Abhängigkeitsregeln (2 Pkt.)
43
+
44
+ **Referenz**: `check-architecture.md`
45
+
46
+ ### Schritt 3: Code-Qualitäts-Audit (25 Punkte)
47
+
48
+ Code-Qualitätsprüfung durchführen:
49
+
50
+ **Befehl**: Slash-Befehl `/laravel:check-code-quality` verwenden oder die Schritte in `check-code-quality.md` manuell befolgen
51
+
52
+ **Bewertete Kriterien**:
53
+ - PSR-12- und Laravel-Pint-Konformität (5 Pkt.)
54
+ - PHPStan-Statikanalyse (5 Pkt.)
55
+ - Moderne PHP-Features (Enums, readonly, typisierte Properties) (4 Pkt.)
56
+ - KISS/DRY/YAGNI-Prinzipien (4 Pkt.)
57
+ - Namenskonventionen (Laravel-Standards) (4 Pkt.)
58
+ - Fehlerbehandlung und Logging (3 Pkt.)
59
+
60
+ **Referenz**: `check-code-quality.md`
61
+
62
+ ### Schritt 4: Test-Audit (25 Punkte)
63
+
64
+ Testprüfung durchführen:
65
+
66
+ **Befehl**: Slash-Befehl `/laravel:check-testing` verwenden oder die Schritte in `check-testing.md` manuell befolgen
67
+
68
+ **Bewertete Kriterien**:
69
+ - Code-Abdeckung (7 Pkt.)
70
+ - Unit-Tests für Domain-Logik (6 Pkt.)
71
+ - Feature-Tests für HTTP-Endpunkte (4 Pkt.)
72
+ - Pest-PHP-Einsatz und Testqualität (3 Pkt.)
73
+ - Datenbank-Factories und Seeders (3 Pkt.)
74
+ - Test-Isolation und Mocking (2 Pkt.)
75
+
76
+ **Referenz**: `check-testing.md`
77
+
78
+ ### Schritt 5: Sicherheits-Audit (25 Punkte)
79
+
80
+ Sicherheitsprüfung durchführen:
81
+
82
+ **Befehl**: Slash-Befehl `/laravel:check-security` verwenden oder die Schritte in `check-security.md` manuell befolgen
83
+
84
+ **Bewertete Kriterien**:
85
+ - OWASP-Top-10-Schutzmaßnahmen (6 Pkt.)
86
+ - Secrets- und Zugangsdaten-Verwaltung (5 Pkt.)
87
+ - Form-Request-Validierung (4 Pkt.)
88
+ - Abhängigkeits-Schwachstellen (composer audit) (4 Pkt.)
89
+ - Authentifizierung und Autorisierung (Policies) (3 Pkt.)
90
+ - CSRF- und Middleware-Konfiguration (2 Pkt.)
91
+ - SQL-Injection-Prävention (1 Pkt.)
92
+
93
+ **Referenz**: `check-security.md`
94
+
95
+ ### Schritt 6: Konsolidierung und Gesamtbewertung
92
96
 
93
- > Der Plan-Modus wird automatisch aktiviert, wenn der Umfang mehrere Module umfasst oder eine modulübergreifende Untersuchung erfordert.
97
+ Gesamtpunktzahl berechnen und konsolidierten Bericht erstellen:
98
+ - [ ] Die 4 Ergebnisse summieren (max. 100 Punkte)
99
+ - [ ] Kritische Kategorien identifizieren (<50%)
100
+ - [ ] Alle kritischen, übergreifenden Probleme auflisten
101
+ - [ ] Maßnahmen nach Auswirkung/Aufwand priorisieren
102
+ - [ ] Finalen konsolidierten Bericht erstellen
94
103
 
95
- ## Commands to Run
104
+ **Bewertungsskala**:
105
+ - 90-100: Ausgezeichnet – Referenzprojekt
106
+ - 75-89: Sehr gut – Einige geringfügige Verbesserungen
107
+ - 60-74: Akzeptabel – Erfordert Verbesserungen
108
+ - 40-59: Unzureichend – Größeres Refactoring erforderlich
109
+ - 0-39: Kritisch – Vollständige Überarbeitung notwendig
96
110
 
97
- ```bash
98
- # Check code style
99
- ./vendor/bin/pint --test
111
+ ### Schritt 7: Empfehlungen und Aktionsplan
100
112
 
101
- # Static analysis
102
- ./vendor/bin/phpstan analyse
113
+ Abschließende Empfehlungen erstellen:
114
+ - [ ] Top-3-Prioritätsmaßnahmen über alle Kategorien hinweg identifizieren
115
+ - [ ] Aufwand (Niedrig/Mittel/Hoch) für jede Maßnahme schätzen
116
+ - [ ] Auswirkung (Niedrig/Mittel/Hoch) für jede Maßnahme schätzen
117
+ - [ ] Implementierungsreihenfolge vorschlagen
118
+ - [ ] Quick Wins vorschlagen (hohes Auswirkungs-/Aufwandsverhältnis)
103
119
 
104
- # Run tests
105
- php artisan test
120
+ ## AUSGABEFORMAT
106
121
 
107
- # Check for security vulnerabilities
108
- composer audit
109
122
  ```
123
+ LARAVEL COMPLIANCE AUDIT - VOLLSTÄNDIGER BERICHT
124
+ =============================================
110
125
 
111
- ## Output Format
126
+ GESAMTERGEBNIS: XX/100
112
127
 
113
- ```markdown
114
- # Laravel Compliance Report
128
+ COMPLIANCE-LEVEL: [Ausgezeichnet/Sehr gut/Akzeptabel/Unzureichend/Kritisch]
115
129
 
116
- ## Summary
117
- - **Score**: 85/100
118
- - **Critical Issues**: 2
119
- - **Warnings**: 5
120
- - **Files Analyzed**: 150
130
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
121
131
 
122
- ## Critical Issues
132
+ ERGEBNISSE NACH KATEGORIE:
123
133
 
124
- ### 1. Missing Form Request Validation
125
- **File**: `app/Http/Controllers/OrderController.php:45`
126
- **Issue**: Validation done in controller instead of Form Request
127
- **Fix**: Create `StoreOrderRequest` and move validation rules
134
+ ARCHITEKTUR : XX/25 [██████████░░░░░░░░░░] XX%
135
+ CODE-QUALITÄT : XX/25 [██████████░░░░░░░░░░] XX%
136
+ TESTS : XX/25 [██████████░░░░░░░░░░] XX%
137
+ SICHERHEIT : XX/25 [██████████░░░░░░░░░░] XX%
128
138
 
129
- ### 2. [Issue description]
139
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
130
140
 
131
- ## Warnings
141
+ ALLGEMEINE STÄRKEN:
142
+ 1. [In mehreren Kategorien identifizierte Stärke]
143
+ 2. [Weitere wesentliche Stärke]
144
+ 3. [Dritte Stärke]
132
145
 
133
- ### 1. [Warning description]
146
+ ALLGEMEINE VERBESSERUNGEN:
147
+ 1. [Geringfügige übergreifende Verbesserung]
148
+ 2. [Weitere empfohlene Verbesserung]
149
+ 3. [Dritte Verbesserung]
134
150
 
135
- ## Recommendations
151
+ KRITISCHE PROBLEME:
152
+ 1. [Kritisches Problem Nr. 1 – betroffene Kategorie]
153
+ 2. [Kritisches Problem Nr. 2 – betroffene Kategorie]
154
+ 3. [Kritisches Problem Nr. 3 – betroffene Kategorie]
136
155
 
137
- 1. [Recommendation 1]
138
- 2. [Recommendation 2]
156
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
139
157
 
140
- ## Good Practices Observed
158
+ DETAILS NACH KATEGORIE:
141
159
 
142
- - Using Eloquent casts for type conversion
143
- - Proper use of API Resources
144
- - Events for decoupling
160
+ ┌─────────────────────────────────────────────┐
161
+ ARCHITEKTUR (XX/25) │
162
+ └─────────────────────────────────────────────┘
163
+
164
+ Teilpunktzahlen:
165
+ • Clean-Architecture-Schichten : XX/6
166
+ • Domain/App/Infra-Struktur : XX/6
167
+ • Actions und schlanke Controller : XX/4
168
+ • Service-Provider-Bindings : XX/4
169
+ • Repository-Pattern : XX/3
170
+ • Abhängigkeitsregeln : XX/2
171
+
172
+ Stärken:
173
+ - [Architektur-Stärken]
174
+
175
+ Probleme:
176
+ - [Architektur-Probleme]
177
+
178
+ [Ähnliche Abschnitte für Code-Qualität, Tests und Sicherheit...]
179
+
180
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
181
+
182
+ TOP 3 PRIORITÄTSMAASSNAHMEN (ALLE KATEGORIEN):
183
+
184
+ 1. KRITISCH – [Maßnahme Nr. 1]
185
+ Kategorie : [Architektur/Qualität/Tests/Sicherheit]
186
+ Auswirkung : [Hoch/Mittel/Niedrig]
187
+ Aufwand : [Hoch/Mittel/Niedrig]
188
+ Priorität : SOFORT
189
+
190
+ Detaillierte Beschreibung:
191
+ [Erläuterung des Problems und vorgeschlagene Lösung]
192
+
193
+ Betroffene Dateien:
194
+ - [datei:zeile]
195
+
196
+ Korrekturbeispiel:
197
+ [Code oder Korrekturbefehl]
198
+
199
+ 2. WICHTIG – [Maßnahme Nr. 2]
200
+ [Gleiches Format...]
201
+
202
+ 3. EMPFOHLEN – [Maßnahme Nr. 3]
203
+ [Gleiches Format...]
204
+
205
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
206
+
207
+ QUICK WINS (Hohe Auswirkung / Geringer Aufwand):
208
+
209
+ - [Quick Win Nr. 1] – Kategorie: [X] – Auswirkung: [X] – Aufwand: [X]
210
+ - [Quick Win Nr. 2] – Kategorie: [X] – Auswirkung: [X] – Aufwand: [X]
211
+ - [Quick Win Nr. 3] – Kategorie: [X] – Auswirkung: [X] – Aufwand: [X]
212
+
213
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
214
+
215
+ EMPFOHLENER AKTIONSPLAN:
216
+
217
+ WOCHE 1 (Sofort):
218
+ - [ ] [Kritische Maßnahme Nr. 1]
219
+ - [ ] [Prioritäts-Quick-Win]
220
+
221
+ WOCHE 2-4 (Kurzfristig):
222
+ - [ ] [Wichtige Maßnahme Nr. 2]
223
+ - [ ] [Weitere Quick Wins]
224
+
225
+ MONAT 2-3 (Mittelfristig):
226
+ - [ ] [Empfohlene Maßnahme Nr. 3]
227
+ - [ ] [Schrittweise Verbesserungen]
228
+
229
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
230
+
231
+ ZUSAMMENFASSUNG FÜR DIE GESCHÄFTSFÜHRUNG:
232
+
233
+ [Zusammenfassender Abschnitt über den Gesamtzustand des Projekts, wesentliche Stärken,
234
+ wesentliche Schwächen und die empfohlene Entwicklung zur Verbesserung
235
+ der Compliance. Angabe, ob das Projekt produktionsreif ist,
236
+ Korrekturen erfordert oder refaktoriert werden muss.]
237
+
238
+ Allgemeine Empfehlung: [Produktionsreif / Geringfügige Korrekturen /
239
+ Größeres Refactoring / Überarbeitung erforderlich]
240
+
241
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
145
242
  ```
243
+
244
+ ## WICHTIGE HINWEISE
245
+
246
+ - Dieser Befehl orchestriert die 4 spezialisierten Audits
247
+ - Docker für alle Analysetools verwenden
248
+ - Konkrete Beispiele mit datei:zeile für jedes Problem angeben
249
+ - Maßnahmen anhand der Auswirkungs-/Aufwandsmatrix priorisieren
250
+ - Sicherheitsprobleme haben IMMER höchste Priorität
251
+ - Automatisierbare Korrekturen vorschlagen (Skripte, Pre-Commit-Hooks)
252
+ - Der Bericht muss handlungsorientiert sein, nicht nur beschreibend
253
+ - Empfehlungen an den geschäftlichen Kontext des Projekts anpassen