@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,203 +1,253 @@
1
1
  ---
2
- description: Angular Standards Compliance Check
2
+ description: Vollständige Angular-Compliance-Prüfung durchführen
3
+ argument-hint: [arguments]
3
4
  ---
4
5
 
5
- # Angular Standards Compliance Check
6
+ # Vollständige Angular-Compliance-Prüfung
6
7
 
7
- Verify that the Angular project follows established coding standards and best practices.
8
+ ## Argumente
8
9
 
9
- ## What This Command Does
10
+ $ARGUMENTS (optional: Pfad zum zu analysierenden Projekt)
10
11
 
11
- 1. **Standards Verification**
12
- - Check coding conventions
13
- - Verify naming conventions
14
- - Validate file organization
15
- - Check import order
16
- - Verify documentation standards
12
+ ## Plan-Modus
17
13
 
18
- 2. **Angular-Specific Checks**
19
- - Standalone components usage
20
- - Signals implementation
21
- - OnPush change detection
22
- - Modern control flow (@if, @for)
23
- - Typed forms
14
+ > Der Plan-Modus wird automatisch aktiviert, wenn der Umfang mehrere Module umfasst oder eine übergreifende Untersuchung erfordert.
24
15
 
25
- 3. **Generated Report**
26
- - Non-compliant files
27
- - Severity levels
28
- - Remediation recommendations
29
- - Compliance score (/100)
16
+ ## AUFTRAG
30
17
 
31
- ## Plan-Modus
18
+ Führen Sie ein vollständiges Compliance-Audit des Angular-Projekts durch, indem Sie die 4 Hauptprüfungen orchestrieren: Architektur, Code-Qualität, Tests und Sicherheit. Erstellen Sie einen konsolidierten Bericht mit einer Gesamtpunktzahl von 100 Punkten.
32
19
 
33
- > Der Plan-Modus wird automatisch aktiviert, wenn der Umfang mehrere Module umfasst oder eine modulübergreifende Untersuchung erfordert.
34
-
35
- ## Compliance Areas
36
-
37
- ### 1. Component Standards
38
-
39
- ```typescript
40
- // ✅ Compliant
41
- @Component({
42
- selector: 'app-user-profile',
43
- standalone: true,
44
- imports: [CommonModule],
45
- changeDetection: ChangeDetectionStrategy.OnPush,
46
- template: `...`
47
- })
48
- export class UserProfileComponent {}
49
-
50
- // ❌ Non-compliant
51
- @Component({
52
- selector: 'user-profile', // Missing app- prefix
53
- // standalone: missing // Not standalone
54
- // changeDetection: missing // Not OnPush
55
- })
56
- export class UserProfile {} // Missing Component suffix
57
- ```
20
+ ### Schritt 1: Audit-Vorbereitung
58
21
 
59
- ### 2. Signal Usage
22
+ Audit-Umgebung vorbereiten:
23
+ - [ ] Zu prüfenden Projektpfad identifizieren
24
+ - [ ] Vorhandensein von Konfigurationsdateien prüfen (angular.json, tsconfig.json, package.json)
25
+ - [ ] Hauptverzeichnisse auflisten (src/app/, e2e/, usw.)
26
+ - [ ] Projektstruktur und Angular-Version identifizieren
60
27
 
61
- ```typescript
62
- // ✅ Compliant - Using signals
63
- export class CounterComponent {
64
- count = signal(0);
65
- doubleCount = computed(() => this.count() * 2);
66
- }
28
+ **Hinweis**: Wenn $ARGUMENTS angegeben ist, diesen als Projektpfad verwenden, andernfalls das aktuelle Verzeichnis verwenden.
67
29
 
68
- // Non-compliant - Using observables for local state
69
- export class CounterComponent {
70
- count$ = new BehaviorSubject(0);
71
- }
72
- ```
30
+ ### Schritt 2: Architektur-Audit (25 Punkte)
73
31
 
74
- ### 3. Template Syntax
32
+ Vollständige Architekturprüfung durchführen:
75
33
 
76
- ```html
77
- <!-- ✅ Compliant - Modern control flow -->
78
- @if (loading()) {
79
- <app-spinner />
80
- }
34
+ **Befehl**: Slash-Befehl `/angular:check-architecture` verwenden oder die Schritte in `check-architecture.md` manuell befolgen
81
35
 
82
- @for (item of items(); track item.id) {
83
- <app-item [data]="item" />
84
- }
36
+ **Bewertete Kriterien**:
37
+ - Domain-getriebene Modulstruktur (6 Pkt.)
38
+ - Verwendung von Standalone-Komponenten (6 Pkt.)
39
+ - Lazy Loading und Routing (4 Pkt.)
40
+ - Core/Shared/Feature-Trennung (4 Pkt.)
41
+ - Organisation der Service-Schicht (3 Pkt.)
42
+ - Dependency-Injection-Muster (2 Pkt.)
85
43
 
86
- <!-- ❌ Non-compliant - Legacy syntax -->
87
- <app-spinner *ngIf="loading"></app-spinner>
88
- <app-item *ngFor="let item of items" [data]="item"></app-item>
89
- ```
44
+ **Referenz**: `check-architecture.md`
90
45
 
91
- ### 4. Dependency Injection
46
+ ### Schritt 3: Code-Qualitäts-Audit (25 Punkte)
92
47
 
93
- ```typescript
94
- // ✅ Compliant - inject() function
95
- export class MyComponent {
96
- private readonly userService = inject(UserService);
97
- }
48
+ Code-Qualitätsprüfung durchführen:
98
49
 
99
- // ⚠️ Warning - Constructor injection (valid but verbose)
100
- export class MyComponent {
101
- constructor(private userService: UserService) {}
102
- }
103
- ```
50
+ **Befehl**: Slash-Befehl `/angular:check-code-quality` verwenden oder die Schritte in `check-code-quality.md` manuell befolgen
104
51
 
105
- ### 5. File Naming
52
+ **Bewertete Kriterien**:
53
+ - TypeScript-Strict-Modus und Typsicherheit (5 Pkt.)
54
+ - ESLint-Konformität (5 Pkt.)
55
+ - Signals und moderne Angular-Muster (4 Pkt.)
56
+ - KISS/DRY/YAGNI-Prinzipien (4 Pkt.)
57
+ - Namenskonventionen und Dateistruktur (4 Pkt.)
58
+ - OnPush-Change-Detection (3 Pkt.)
106
59
 
107
- ```
108
- ✅ Compliant:
109
- - user-profile.component.ts
110
- - auth.service.ts
111
- - auth.guard.ts
112
- - date-format.pipe.ts
113
-
114
- ❌ Non-compliant:
115
- - UserProfile.component.ts (PascalCase)
116
- - authService.ts (missing suffix)
117
- - AuthGuard.ts (PascalCase)
118
- ```
60
+ **Referenz**: `check-code-quality.md`
119
61
 
120
- ## Scoring Criteria
62
+ ### Schritt 4: Test-Audit (25 Punkte)
121
63
 
122
- | Category | Weight | Criteria |
123
- |----------|--------|----------|
124
- | Standalone Components | 20% | All components are standalone |
125
- | Signals Usage | 15% | Local state uses signals |
126
- | OnPush Strategy | 15% | All components use OnPush |
127
- | Modern Control Flow | 10% | @if/@for instead of *ngIf/*ngFor |
128
- | Typed Forms | 10% | Forms are strongly typed |
129
- | Naming Conventions | 10% | Correct file/class naming |
130
- | Import Organization | 10% | Imports properly ordered |
131
- | Documentation | 10% | Key components documented |
64
+ Testprüfung durchführen:
132
65
 
133
- ## Output Format
66
+ **Befehl**: Slash-Befehl `/angular: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 Services und Pipes (6 Pkt.)
71
+ - Komponenten-Tests mit TestBed (4 Pkt.)
72
+ - Integrationstests (3 Pkt.)
73
+ - E2E-Tests (3 Pkt.)
74
+ - Test-Isolation und Mocks (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 `/angular:check-security` verwenden oder die Schritte in `check-security.md` manuell befolgen
83
+
84
+ **Bewertete Kriterien**:
85
+ - XSS-Prävention und DomSanitizer (6 Pkt.)
86
+ - Verwaltung von Geheimnissen und Anmeldedaten (5 Pkt.)
87
+ - Eingabevalidierung und -bereinigung (4 Pkt.)
88
+ - Schwachstellen in Abhängigkeiten (4 Pkt.)
89
+ - Authentifizierung und Route Guards (3 Pkt.)
90
+ - CSRF und HTTP-Interceptors (2 Pkt.)
91
+ - Content Security Policy (1 Pkt.)
92
+
93
+ **Referenz**: `check-security.md`
94
+
95
+ ### Schritt 6: Konsolidierung und Gesamtbewertung
96
+
97
+ Gesamtpunktzahl berechnen und konsolidierten Bericht erstellen:
98
+ - [ ] Die 4 Punktzahlen addieren (max. 100 Punkte)
99
+ - [ ] Kritische Kategorien identifizieren (<50%)
100
+ - [ ] Alle kritischen übergreifenden Probleme auflisten
101
+ - [ ] Maßnahmen nach Auswirkung/Aufwand priorisieren
102
+ - [ ] Abschließenden konsolidierten Bericht erstellen
103
+
104
+ **Bewertungsskala**:
105
+ - 90-100: Ausgezeichnet — Referenzprojekt
106
+ - 75-89: Sehr gut — Einige geringfügige Verbesserungen
107
+ - 60-74: Akzeptabel — Verbesserungen erforderlich
108
+ - 40-59: Unzureichend — Größeres Refactoring erforderlich
109
+ - 0-39: Kritisch — Vollständige Überarbeitung notwendig
110
+
111
+ ### Schritt 7: Empfehlungen und Aktionsplan
112
+
113
+ Abschließende Empfehlungen erstellen:
114
+ - [ ] Top-3-Prioritätsmaßnahmen über alle Kategorien hinweg identifizieren
115
+ - [ ] Aufwand (Gering/Mittel/Hoch) für jede Maßnahme schätzen
116
+ - [ ] Auswirkung (Gering/Mittel/Hoch) für jede Maßnahme schätzen
117
+ - [ ] Umsetzungsreihenfolge vorschlagen
118
+ - [ ] Quick Wins vorschlagen (hohes Auswirkungs-/Aufwandsverhältnis)
119
+
120
+ ## AUSGABEFORMAT
134
121
 
135
122
  ```
136
- ══════════════════════════════════════════════════════════════
137
- ANGULAR COMPLIANCE REPORT
138
- ══════════════════════════════════════════════════════════════
139
-
140
- 📊 SCORE: 85/100
141
-
142
- ✅ PASSING (6)
143
- ──────────────────────────────────────────────────────────────
144
- • Standalone components: 100% (24/24 components)
145
- OnPush strategy: 100% (24/24 components)
146
- • Typed forms: 100% (8/8 forms)
147
- Import organization: 100%
148
- File naming: 100%
149
- • Documentation: 90%
150
-
151
- ⚠️ WARNINGS (2)
152
- ──────────────────────────────────────────────────────────────
153
- • Modern control flow: 75% (18/24 templates)
154
- - src/app/features/users/user-list.component.html:15 - Uses *ngFor
155
- - src/app/shared/modal/modal.component.html:8 - Uses *ngIf
156
-
157
- • Signals usage: 80% (16/20 components with local state)
158
- - src/app/features/auth/login.component.ts - Uses BehaviorSubject
159
-
160
- ❌ ERRORS (1)
161
- ──────────────────────────────────────────────────────────────
162
- • Constructor injection detected (prefer inject()):
163
- - src/app/core/services/api.service.ts:15
164
-
165
- 📋 RECOMMENDATIONS
166
- ──────────────────────────────────────────────────────────────
167
- 1. Migrate remaining *ngFor to @for with track
168
- 2. Replace BehaviorSubject with signal() for local state
169
- 3. Use inject() function instead of constructor injection
170
-
171
- ══════════════════════════════════════════════════════════════
172
- ```
123
+ ANGULAR COMPLIANCE AUDIT - VOLLSTÄNDIGER BERICHT
124
+ =================================================
125
+
126
+ GESAMTPUNKTZAHL: XX/100
127
+
128
+ COMPLIANCE-NIVEAU: [Ausgezeichnet/Sehr gut/Akzeptabel/Unzureichend/Kritisch]
129
+
130
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
131
+
132
+ PUNKTE NACH KATEGORIE:
133
+
134
+ ARCHITEKTUR : XX/25 [██████████░░░░░░░░░░] XX%
135
+ CODE-QUALITÄT : XX/25 [██████████░░░░░░░░░░] XX%
136
+ TESTS : XX/25 [██████████░░░░░░░░░░] XX%
137
+ SICHERHEIT : XX/25 [██████████░░░░░░░░░░] XX%
173
138
 
174
- ## Automated Checks
139
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
175
140
 
176
- Run these commands to verify compliance:
141
+ GESAMTSTÄRKEN:
142
+ 1. [In mehreren Kategorien identifizierte Stärke]
143
+ 2. [Weitere wichtige Stärke]
144
+ 3. [Dritte Stärke]
177
145
 
178
- ```bash
179
- # Lint check
180
- ng lint
146
+ GESAMTVERBESSERUNGEN:
147
+ 1. [Geringfügige übergreifende Verbesserung]
148
+ 2. [Weitere empfohlene Verbesserung]
149
+ 3. [Dritte Verbesserung]
181
150
 
182
- # Type check
183
- npx tsc --noEmit
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]
184
155
 
185
- # Test coverage
186
- npm run test:ci
156
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
187
157
 
188
- # Build check
189
- ng build --configuration=production
158
+ DETAILS NACH KATEGORIE:
159
+
160
+ ┌─────────────────────────────────────────────┐
161
+ │ ARCHITEKTUR (XX/25) │
162
+ └─────────────────────────────────────────────┘
163
+
164
+ Teilpunkte:
165
+ • Domain-getriebene Module : XX/6
166
+ • Standalone-Komponenten : XX/6
167
+ • Lazy Loading und Routing : XX/4
168
+ • Core/Shared/Feature : XX/4
169
+ • Service-Schicht : XX/3
170
+ • Dependency Injection : XX/2
171
+
172
+ Stärken:
173
+ - [Architekturstärken]
174
+
175
+ Probleme:
176
+ - [Architekturprobleme]
177
+
178
+ [Ähnliche Abschnitte für Code-Qualität, Tests und Sicherheit...]
179
+
180
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
181
+
182
+ TOP 3 PRIORITÄTSMASSNAHMEN (ALLE KATEGORIEN):
183
+
184
+ 1. KRITISCH - [Maßnahme Nr. 1]
185
+ Kategorie : [Architektur/Qualität/Tests/Sicherheit]
186
+ Auswirkung : [Hoch/Mittel/Gering]
187
+ Aufwand : [Hoch/Mittel/Gering]
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ÄFTSLEITUNG:
232
+
233
+ [Zusammenfassender Absatz zum Gesamtzustand des Projekts, zu den wichtigsten Stärken,
234
+ den wichtigsten Schwächen und zur empfohlenen Entwicklung zur Verbesserung
235
+ der Compliance. Angeben, 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 notwendig]
240
+
241
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
190
242
  ```
191
243
 
192
- ## Checklist
193
-
194
- - [ ] All components are standalone
195
- - [ ] All components use OnPush change detection
196
- - [ ] Local state uses signals (not BehaviorSubject)
197
- - [ ] Templates use @if/@for/@switch
198
- - [ ] Forms are typed (FormGroup<T>)
199
- - [ ] inject() used for dependency injection
200
- - [ ] File naming follows conventions
201
- - [ ] Imports are organized
202
- - [ ] Public API documented
203
- - [ ] Tests pass with >80% coverage
244
+ ## WICHTIGE HINWEISE
245
+
246
+ - Dieser Befehl orchestriert die 4 spezialisierten Audits
247
+ - Docker für alle Analysewerkzeuge verwenden
248
+ - Konkrete Beispiele mit datei:zeile für jedes Problem bereitstellen
249
+ - Maßnahmen auf der Grundlage der Auswirkungs-/Aufwandsmatrix priorisieren
250
+ - Sicherheitsprobleme haben IMMER höchste Priorität
251
+ - Automatisierbare Korrekturen vorschlagen (Skripte, Pre-Commit-Hooks)
252
+ - Der Bericht muss umsetzbar sein, nicht nur beschreibend
253
+ - Empfehlungen an den geschäftlichen Kontext des Projekts anpassen